>>>>> On Sat, 10 Feb 2001 21:55:35 -0500 BizarroBum writes:
B> the problem is i still can't get on the net because i B> didn't configure networking during install... so what B> program can i run to configure networking? and how do B> i configure the network when the network gives my B> dynamic ips? I run woody with kernel 2.4.1, using DHCP. My configuration file of network interface is following. --- begin --- $ cat /etc/network/interfaces # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface # automatically added when upgrading auto lo iface lo inet loopback # The first network card - this entry was created during the Debian installation # automatically added when upgrading auto eth0 iface eth0 inet dhcp --- end --- When you edit your configuration file, you should restart your network. $ sudo /etc/init.d/networking restart Susumu Takuwa