// KNOPPIX Static IP Config mini-HOWTO // // by dual_parallel // // http://www.oldskoolphreak.com 1. Boot KNOPPIX 2. K menu/KNOPPIX/Root Shell 3. ifconfig ethX 123.45.67.89 4. ifconfig ethX netmask 255.255.255.0 5. echo nameserver 123.45.67.89 >> /etc/resolv.conf 6. route add default gw 123.45.67.254 7. To set up Konqueror to use a proxy: a. Click Settings, Configure Konqueror... b. Click Proxy c. Check Use Proxy d. Choose Manually specified settings and click Setup... e. Enter the appropriate IP and port f. Click OK, Apply and OK