Quote:
Originally posted by Seith
I've tried not sharing the internet by using the modem on the linux box but the problem is still there.
|
so if you can't get linux to work even when it's directly connected to the modem it's very possibly a linux config problem.
If the windows machine is sharing it's connection, have you set up linux as a DHCP client, this is easier than trying to remember all the settings you need and possibly missing one. Run netconfig and pick DHCP or edit /etc/rc.d/rc.inet1 to change it.
if that doesn't work connect linux to the windows connection share and post the results of these run as root:
ifconfig -a
netstat -r
cat /etc/resolv.conf
ping 192.168.0.1
ping 64.179.4.146
ping
www.linuxquestions.org
To turn off a firewall in slackware you can usually type:
chmod -x /etc/rc.d/rc.firewall
and then reboot