Quote:
I am using the Beginner Default install.
I think this is the problem. The beginner & Knoppix installs are not normal and do not behave like a normal HD installed Linucx distro. I think it is breaking the networking. In fact, most Knoppix HD installs tend to break something, usually networking and this is why we recommend to not install Knoppix to the HD, especially beginner mode. The link I posted above explains in detail why the HD install is not recommended.
Two things to narrow down, (1) what version of the Knoppix CD did you use and (2) does your network connection work under a CD boot Knoppix?
To verify #2, if you still have the Knoppix CD, then boot off of it with the cheat code:
knoppix 2 nodhcp vga=normal
which will force knoppix to not use DHCP and will drop you to a root console prompt.
Then run the command:
netcardconfig
and configure the eth0. Again do not use DHCP and then input your static IP info.
Once that is successful, type:
ifconfig -a
to get a output of the eth0 and its net address.
Try pinging the gateway:
ping 10.10.1.1
If it is successful, then continue to confirm that the network is up. Use the command:
init 5
to go to the Knoppix KDE GUI and run firefox and browse either a local website or even an internet site.
If networking is fully working when boot off the CD, then something in the HD install has broken networking. I have a Debian 3.1 (codename sarge) PC that is working right next to me and the /etc/network/interfaces file I posted came from that PC. If the /etc/network/interfaces is failing on your system, then the HD install is to blame.
You need to decide if really want to run Knoppix from the HD, & if so, then you will need to re-run the knoppix-installer program and reinstall Knoppix to the HD. This time you should choose Debian method & not beginner or Knoppix method.
Please keep us updated with your progress.