
| This forum is proudly powered by Scientific Linux 6 | SL website Download SL Help Search Members |
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| papazulu |
Posted: Jun 25 2012, 06:22 AM
|
|
|
SLF Newbie Group: Members Posts: 7 Member No.: 1635 Joined: 21-June 12 |
Every time I reboot I have to manually click on connection icon and set system eth0 on. How do I set it to automatically connect upon reboot?
And also incidentally how do I manually turn on eth0 in terminal? |
|
| Josea |
Posted: Jun 25 2012, 02:12 PM
|
|||
|
SLF Newbie Group: Members Posts: 4 Member No.: 1643 Joined: 25-June 12 |
If you are on a laptop you may just need to use Fn and another FX key X being a number from 1 to 9 or zero. This command may work in term sudo ifconfig eth0 up You should listen to Tux99 he knows way more than I do about Linux ~~~~ I was just wondering are questions only answered if they are about Scientiific? Thanks Josea |
|||
| tux99 |
Posted: Jun 25 2012, 02:44 PM
|
|||||
|
SLF Guru ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1120 Member No.: 224 Joined: 28-May 11 |
Check the eth0 config file /etc/sysconfig/network-scripts/ifcfg-eth0 It should contain a line saying: ONBOOT="yes" If that line is missing, add it or if it says "no" edit the file and change it to "yes".
ifup eth0 (as 'root' user), don't use 'ifconfig' as mentioned by Josea ('ifconfig' isn't wrong, but with 'ifconfig' you have to specify all parameters manually) as that will not take into consideration any specific config options included in the ifcfg-eth0 file. -------------------- My personal SL6 repository, specialized in audio/video software: http://pkgrepo.linuxtech.net/el6/
|
|||||
![]() |
![]() ![]() ![]() |