PDA

View Full Version : Static IP remastered Knoppix live CD



jwells38125
05-20-2008, 06:54 PM
Is it any way to remaster Knoppix Live CD to use a static IP instead of DHCP natively?

kaspare
05-22-2008, 05:23 PM
You can insert a couple of string like that in /KNOPPIX/knoppix.sh

ifconfig ethX (0 or 1 in general) 192.168.x.x
route add default gw 192.168.x.x

Ciao

Max