| Installed K no etho Once that I installed Knoppix to my hard drive, it would no longer connect to the internet, nor would it let me log on to KDE, due to lack of internet connection.
I can make it work by using the command line;
/sbin/ifconfig lo down
/sbin/ifconfig eth0 down
/sbin/ifconfig lo 127.0.0.3
/sbin/ifconfig eth0 192.168.3.100 broadcast 192.168.1.255 netmask 255.255.255.0
/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
/sbin/route add -net 192.168.3.0 netmask 255.255.255.0 eth0
/sbin/route add default gw 192.168.3.254 eth0
hostname localhost.localdomain
Then I can log into KDE and by using netcardconfig, log on to the internet. The problem is that I have to do this each and every time that I reboot! There has to be a better way and I am hoping that someone can point me to it.
Thanks, zoey  |