Brando Choy wrote:
> Charlie, I ping the ISP gateway and get +1 errors, 100% packet
> loss

Any suggestions as to where else to look?
>
> I added the DNS to see what would happen and the log file
> would show that the "IP is unreachable".
You would expect that. If you can't ping your default gateway you can't expect much else to work.
> I checked the message log file and everything looks ok (well
> to me). I do notice this "named[520]: Forwarding source
> address [0.0.0.0].1024"
That doesn't look too good.
OK, do "/sbin/lsmod" and check that a driver module for your ethernet card is loaded. "grep eth1 /etc/conf.modules" will show you which module the system has configured for your Internet side NIC.
Now do "/sbin/ifconfig eth1" to check that the Internet side NIC is configured with the correct IP address and netmask, etc.
Do "/usr/bin/netstat -i" to look at the statistics for packets in, out and errors on the various interfaces.
Between those three diagnostics, you should be able to discover something.
> I'm still learning linux as can be shown pretty evidently.
Don't apologise for that. E-smith exists to bring the reliability of linux to people like you. The troubleshooting facilities do need some development work though

Charlie