Home‎ > ‎Server config‎ > ‎

KNOPPIX network setup

KNOPPIX Network setup with static IP:


auto eth0

iface eth0 inet static

address 137.215.75.5

netmask 255.255.255.0

gateway 137.215.75.1


in /etc/network/interfaces


Then ifup eth0