I have finally resolved the whole issue. Someone on one of the forumus suggested the following configuration, which had incorrect DNS servers, but somehow managed to work on my system for a few hours:

Arachne.cfg

[tcp/ip]
IP_Address 192.168.1.1
IP_Grab IP address set to
NameServer 192.168.1.1
AltNameServer 0.0.0.0
Gateway 192.168.1.1
AltGateway 0.0.0.0
Netmask 255.255.255.0
TCPconfig LANTCP.CFG

Lantcp.cfg

hostname=arachne
sockdelay=30
mss=1452

Here is the correct version. In this example NameServer and AltNameServer are DNS servers from http://www.opendns.com/. They can be replaced with ones from the ISP.

Arachne.cfg

[tcp/ip]
IP_Address 192.168.1.1
IP_Grab IP address set to
NameServer 208.67.222.222
AltNameServer 208.67.220.220
Gateway 192.168.1.1
AltGateway 0.0.0.0
Netmask 255.255.255.0
TCPconfig LANTCP.CFG

Lantcp.cfg

hostname=arachne
sockdelay=30
mss=1452

Thanks for help, everyone,
Lester
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to