Jump to content

MPTCONFG.INI: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
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.  
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.  
This file is part of the [[Multiprotocol Transport Networking]] component and it is generally located in the X:\MPTN\BIN path.  


It has been reported that MPTCONFG.INI does nothing after everything is installed.
It has been reported that MPTCONFG.INI does nothing after everything is installed.


==Sample==
==Sample==
Example for DHCP configuration.  
Example for DHCP configuration.  
<PRE>
<PRE>
[CONTROL]
[CONTROL]
   Local_IPC      = YES
   Local_IPC      = YES

Revision as of 16:37, 21 June 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 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