How do I activate eth0 ?
thephotoman
rantman_2000 at yahoo.com
Sat Oct 29 00:29:02 UTC 2005
Well, I'm not familiar with the graphical tools in KDE, so I'll just
give you the command line instructions.
$ sudo ifconfig eth0 up
This activates the interface
$ sudo dhclient eth0
This assigns your IP number via DHCP, if that's what you're using.
Otherwise, you're going to want
$ sudo ifconfig etho address [insert your IP number here]
Douglas Alves wrote:
> On a dual boot machine, Windoze connects to internet fine thru my DSL,
> but kubuntu won't.
>
> I can't get KnetworkConf to recognize my password at Administrator mode
> (it's the same I log in with).
>
> Are there CLI tools for configuring network settings?
>
>
>
More information about the ubuntu-users
mailing list