Hi! Try to change /etc/network/interfaces like this:
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface iface lo inet loopback # The first network card - this entry was created during the Debian installation # (network, broadcast and gateway are optional) iface eth0 inet dhcp Also, dhcpcd or pump must be installed. Maybe you will have to configure dhcpcd or pump further, but I'm quite sure I just attached my machine to a friend's network, changed the above file and it worked fine. If anyone has to add something or if it doesn't work, let me know. Cheers, Stephan ----- Original Message ----- From: debianlist To: debian-user@lists.debian.org Sent: Wednesday, February 27, 2002 3:38 PM Subject: about network config >HI: > In win2k, I am using DHCP to connect internet. In Debian,can I use the information >(ip,DNS Server..) get from in win2k to manual config network in Debian? > >Thanks