Wired Network setup by default
Jonas Norlander
jonorland at gmail.com
Mon Nov 9 09:03:49 UTC 2009
2009/11/8 Ardavon Falls <afalls at qvxlabs.com>:
> I'd like to have the wired network setup prior to any user logging in.
> This way ldap could be setup. I have
>
> current /etc/network/inferfaces file
> auto lo eth0
> iface lo inet loopback
> iface eth0 inet dhcp
>
> but the networking still does not connect until I log in and when I do
> login it is connected as eth1 not eth0. What should I do?
>
> Thanks
>
This is what i got in my interfaces on Kubuntu 9.10
~$ cat /etc/network/interfaces
auto lo eth0 eth1
allow-hotplug eth0
allow-hotplug eth1
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet dhcp
I'm not sure the interfaces is brought up before login but I think the
do, I can check later.
/ Jonas
More information about the kubuntu-users
mailing list