Results 1 to 4 of 4
Hi All,
what command should i be using to initialize or setup a network connection in Debian.
I tried using ifup eth0, but it gives the output as: interface already ...
- 05-04-2007 #1
network connection not working
Hi All,
what command should i be using to initialize or setup a network connection in Debian.
I tried using ifup eth0, but it gives the output as: interface already configured.
But the output of ifconfig is:
Link encap:Local loopback
inet addr:127.0.0.1 Mask:255.0.0.0
Linux Rocks!!!!
Rinjo
- 05-04-2007 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
what kind of ip , static or dynamic
read man page of the interfaces file
man interfaces
and than edit /etc/network/interfaces
- 05-04-2007 #3
- 05-05-2007 #4Linux User
- Join Date
- Feb 2006
- Posts
- 484
here is some help
example : set dhcp for eth0 interface
you will need only two line in the /etc/network/interfaces file
iface eth0 inet dhcp
auto dhcp


Reply With Quote

