Jump to content

MPTCONFG.INI: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is a configuration text file (not to be confused with an INI file) that contains the configuration for for MPTN. It provides information for the adapters and LAN protocols.
The MPTS configuration file was usually generated by the MPTS configuration response file during the installation process and is generally located in the subdirectory \MPTN\BIN.
 
This file is part of the [[Multiprotocol Transport Networking]] component and it is generally located in the X:\MPTN\BIN\MPTCONFG.INI path.
 
It has been reported that MPTCONFG.INI does nothing after everything is installed.


==Sections==
;[CONTROL]:Socket control
;[IFCONFIG]:Interface configuration
;[DHCP]
The keywords SYSERR, OBJERR, PROTERR, WARNING, EVENT, ACTION, INFO, ACNTING, TRACE specify what kind of information will be written to the logs.
;[ROUTE]:Routing


==Sample==
==Sample==
Example for DHCP configuration.  
Example for DHCP configuration.  
<PRE>
<PRE>
[CONTROL]
[CONTROL]
   Local_IPC      = YES
   Local_IPC      = YES
Line 82: Line 83:
   Metric = 1
   Metric = 1
</PRE>
</PRE>
==Links==


[[Category:Files]]
[[Category:Files]]

Latest revision as of 14:42, 17 November 2018

The MPTS configuration file was usually generated by the MPTS configuration response file during the installation process and is generally located in the subdirectory \MPTN\BIN.

Sections

[CONTROL]
Socket control
[IFCONFIG]
Interface configuration
[DHCP]

The keywords SYSERR, OBJERR, PROTERR, WARNING, EVENT, ACTION, INFO, ACNTING, TRACE specify what kind of information will be written to the logs.

[ROUTE]
Routing

Sample

Example for DHCP configuration.

[CONTROL]
  Local_IPC      = YES
  INET_Access    = YES
  NETBIOS_Access = NO 
[IFCONFIG]
  Interface      = 0,,,
  Address        = ,,,
  Brdcast        = ,,,
  Dest           = ,,,
  Enable         = DOWN,,,
  Netmask        = ,,,
  Metric         = 0,,,
  Mtu            = 1500,,,
  Trailers       = ,,,
  Arp            = ,,,
  Bridge         = ,,,
  Snap           = ,,,
  Allrs          = ,,,
  802.3          = ,,,
  Icmpred        = ,,,
  Canonical      = ,,,
  EnableDhcp     = YES,,,
[DHCP]
  Adapter        = 0
  ClientID       = MAC
  DDNS           = NO 
  NumLogFiles    = 0
  LogFileSize    = 0
  LogFileName    = 
  SYSERR         = NO 
  OBJERR         = NO 
  PROTERR        = NO 
  WARNING        = NO 
  EVENT          = NO 
  ACTION         = NO 
  INFO           = NO 
  ACNTING        = NO 
  TRACE          = NO 

Sample 2

Example for static IP configuration.

[CONTROL]
  Local_IPC = YES
  INET_Access = YES
  NETBIOS_Access = NO
[IFCONFIG]
  Interface = 0
  Address = 192.168.1.2
  Brdcast = 
  Dest = 
  Enable = UP
  Netmask = 255.255.255.0
  Metric = 0
  Mtu = 1500
  Trailers = NO
  Arp = NO
  Bridge = NO
  Snap = NO
  Allrs = NO
  802.3 = NO
  Icmpred = NO
  Canonical = NO
  EnableDhcp = NO
[ROUTE]
  Type = default
  Action = add
  Dest = 
  Router = 192.168.1.1
  Metric = 1