On Friday 19 April 2002 02:19 pm, Janne Karjanlahti wrote: > There is a lot of small differences, compared to RedHat-like systems. A > good example is missing /etc/sysconfig -directory. How can I change my > IP-adress without ifcfg-eth0 -file? Take a look at:
[EMAIL PROTECTED]:~$ more /etc/network/interfaces # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface auto lo iface lo inet loopback # The first network card - this entry was created during the Debian installation# (network, broadcast and gateway are optional) auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 # gateway 192.168.1.1 John Schmidt [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]