If it does not, it is highly possible that SafeFire PPP don't see your key. Try to add the key file you've received to the default.cfg file.
If you've found "registered to" message in the log, "days left" message can mean that you've bought non-Gold version and some features are still disabled (i.e. If you have SOHO version SafeFire PPP will inform you that Multiuser DialIn feature is still in evaluation mode). Please ignore this message.
[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 PPP (C) Link Guard Solutions 1999, 2000 |