LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   network interfaces (https://www.linuxquestions.org/questions/debian-26/network-interfaces-658036/)

h725 07-24-2008 02:35 PM

network interfaces
 
hi,

by default Debian put this in /etc/network/interfaces:

auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.x.y
.......

and so on..

but without the "auto eth0" directive, the interface is not activated at boot.
is intentional ?

props666999 07-24-2008 02:54 PM

do a man interfaces on the shell


All times are GMT -5. The time now is 02:58 PM.