Router

Luka Renko 74.luka at gmail.com
Tue Mar 7 17:10:52 UTC 2006


On 3/7/06, Scott <sclewin at bmts.com> wrote:
>
> > > sudo dhclient eth0
> > Wow, that seemed to work.
> That worked for the laptop too, all I needed to do was change the eth0
> to ath0, but I would need to type that in every time I boot up.  I am
> going to check out the bug page to see if I can get the kcontrol crash
> fixed, but it may be due to kde 3.5.
>

Please post your /etc/network/interfaces - I suspect that this file might be
wrong/corrupted (caused by kcontrol crash) and this means that automatic IP
acquisition (dhclient) is not performed.

On my system, I have something like this on the config file:
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

# The secondary network interface
auto eth1
iface eth1 inet dhcp

This tells startup scripts which network interfaces to bring up
automatically ("auto" line) and to use dhcp.
Note: this config file is from Kubuntu Dapper, therefore it may be different
for 5.10 (Breezy).

Regards,
Luka
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kubuntu-users/attachments/20060307/f58b6546/attachment.html>


More information about the kubuntu-users mailing list