MPTCONFG.INI
Appearance
The MPTS configuration file was usually generated by the MPTS configuration response file during the installation process.
This file is part of the Multiprotocol Transport Networking component and it 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