Hi!
From what i know, knoopix is a modified debian system. If so, I am guessing it has the same directory structure as Debian.  If so, I suggest you modify the /etc/network/interfaces file and have a entry like given below. Ofcourse this is just a basic skeleton, fill in the values as appropriate.
 
auto eth0
 
iface eth0 inet static
        address 192.168.0.44
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.1
 
 
Regards,
Satish Alwani
 

Reply via email to