[ppp]
restart=0
port.script.mode=SLATTACH
port.script=
port.dtr=0
[plugman]
buzz=0
Note: Please remember that you can use any of Rexx scripts already written for the standard OS/2 ppp implementation. Some of then are provided with OS/2 TCPIP support, many can be found at Hobbes.
Also configuration files should have CFG extension.
[nat]If you're using packet filter, you probably will need to open some ports in section [filter]:
map=0.0.0.0:116,192.168.1.15:116 tcp
map=0.0.0.0:118,192.168.1.15:118 tcp
map=0.0.0.0:6112,192.168.1.15:6112 udp
[filter]
rule=allow tcp from any 116 to 192.168.1.15 116
rule=allow tcp from 192.168.1.15 116 to any 116
rule=allow tcp from any 118 to 192.168.1.15 118
rule=allow tcp from 192.168.1.15 118 to any 118
rule=allow udp from any 6112 to 192.168.1.15 6112
rule=allow udp from 192.168.1.15 6112 to any 6112
Return to documentation index | SafeFire Links (C) Link Guard Solutions 1999, 2000 |