- Aug 14, 2001
- 12,343
- 0
- 0
ok i got this mostly figured out now, from help on irc. but i STILL cant connect.
here is my /etc/network/interfaces:
# We always want the loopback interface. (This is commented out in case
# you're configuring it by hand elsewhere, like in /etc/init.d/network. If
# you're not, you need this line)
iface lo inet loopback
# An example ethernet card setup: (broadcast and gateway are optional)
iface eth0 inet static
address x.x.x.x
# network 192.168.0.0 (not on a lan)
netmask 255.255.255.128
# broadcast 192.168.0.255
gateway 65.3.241.129
and here is my /etc/resolv.conf:
domain moline1.il.home.com
nameserver 24.2.218.33
nameserver 24.2.218.34
all of these are correct, the same settings i use in windows and the same ones i used in redhat, and they worked in those.
i wasnt sure how to restart the network stuff after i modified the files, i looked for the pid and did a kill -HUP, that didnt work so i just rebooted and after rebooting it still didnt work.
here is my /etc/network/interfaces:
# We always want the loopback interface. (This is commented out in case
# you're configuring it by hand elsewhere, like in /etc/init.d/network. If
# you're not, you need this line)
iface lo inet loopback
# An example ethernet card setup: (broadcast and gateway are optional)
iface eth0 inet static
address x.x.x.x
# network 192.168.0.0 (not on a lan)
netmask 255.255.255.128
# broadcast 192.168.0.255
gateway 65.3.241.129
and here is my /etc/resolv.conf:
domain moline1.il.home.com
nameserver 24.2.218.33
nameserver 24.2.218.34
all of these are correct, the same settings i use in windows and the same ones i used in redhat, and they worked in those.
i wasnt sure how to restart the network stuff after i modified the files, i looked for the pid and did a kill -HUP, that didnt work so i just rebooted and after rebooting it still didnt work.
