[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Netscape again



Ok, here is what I have done at home to get Netscape to work over Slirp

	1) I edited my /etc/resolv.conf file like so:
#
# My Domain name
#
domain     Tosoe.com

#
# The address of the nameserver I wish to access
# This address can be different than the machine I Slirp to
#
nameserver 130.207.165.22  # acme.gatech.edu, in this case

	2) I type the following upon establishing the connections:

route add default gw panda

	   where "panda" is the name of the server I connect to.