PDA

View Full Version : [ubuntu] eth1 does not start automatically



praguer
May 2nd, 2011, 06:44 AM
Hello. I have static eth1 defined. When I boot or restart, the networking will not start automatically - i must do it from terminal by ifup eth1.

Where can I put this command to have it autostart?

wojox
May 2nd, 2011, 06:54 AM
You need to go into Network Connections and edit your eth1. There will be a bx to check that says "start automatically".

praguer
May 2nd, 2011, 06:57 AM
I have done this before I posted.

wojox
May 2nd, 2011, 06:59 AM
I have done this before I posted.

And the box t the bottom that says "For all users?"

praguer
May 2nd, 2011, 07:10 AM
http://iplaq.com/public/Ubuntu2_%5BRunning%5D-20110502-080936.png
And the box t the bottom that says "For all users?"

praguer
May 2nd, 2011, 10:31 AM
I upgraded to 11.4 and it now works.

granaet
December 15th, 2011, 06:35 PM
Hi

Here the same.
Is there a way to start eth1 from the commandpromt? I have ubuntu 11.10 server with no desktop.

greetz
Granaet
the Netherlands

praguer
December 15th, 2011, 06:39 PM
Hi

Here the same.
Is there a way to start eth1 from the commandpromt? I have ubuntu 11.10 server with no desktop.

greetz
Granaet
the Netherlands

ifup eth1

granaet
December 16th, 2011, 08:43 AM
Hi


ifup eth1
works fine

but

when I reboot the machine eth1 again is not activated

is there a way to activate eth1 automatically?

by the way
my knowledge of linux/ubuntu is almost zero

greetz
Granaet
the Netherlands

praguer
December 16th, 2011, 08:55 AM
Hi


ifup eth1
works fine

but

when I reboot the machine eth1 again is not activated

is there a way to activate eth1 automatically?

by the way
my knowledge of linux/ubuntu is almost zero

greetz
Granaet
the Netherlands

You could stick it at the end of /etc/init.d/rc - you need to do it as root.

sabakarunner
August 21st, 2012, 10:45 PM
Add


auto eth1

to the /etc/network/interfaces file.