Jump to content

MPTCONFG.INI: Difference between revisions

From EDM2
Created page with "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 protocol..."
 
No edit summary
Line 3: Line 3:
This file is part of the [[Multiprotocol Transport Networking]] component and it is generally located in the X:\MPTN\BIN\MPTCONFG.INI path.  
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.





Revision as of 22:50, 21 March 2016

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.

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.


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

Links