Pages

Sunday, June 14, 2009

Network troubleshooting in Linux

In a terminal emulator run "su -" (without the quotes)
then you can read the output...: ;-)
/sbin/ifconfig -a
lsmod
grep eth /etc/modules.conf
/sbin/lspci

dhclient eth0
/sbin/ifconfig -a
/sbin/route -n

No comments:

Post a Comment