
| This forum is proudly powered by Scientific Linux 6 | SL website Download SL Help Search Members |
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| yellowhat |
Posted: Mar 16 2012, 03:13 PM
|
|||||||
|
SLF Member ![]() ![]() ![]() Group: Members Posts: 76 Member No.: 707 Joined: 18-August 11 |
My box is SL 6.1 x86 installed at virtualbox hosted by windows 7 x64.
My problem is could not connect internet. eth0 file is this.
and "ifconfig eth0" is here.
And ping could not work.
Please let me know how to resolve this problem. Thanks in advance. |
|||||||
| geraldf |
Posted: Mar 16 2012, 08:52 PM
|
|
|
SLF Newbie Group: Members Posts: 4 Member No.: 1377 Joined: 15-March 12 |
You have to enable "Bridged Networking" in VirtualBox to get ping working.
Best regards |
|
| yellowhat |
Posted: Mar 17 2012, 01:00 AM
|
|||
|
SLF Member ![]() ![]() ![]() Group: Members Posts: 76 Member No.: 707 Joined: 18-August 11 |
Yes, installed "bridged adpter". |
|||
| geraldf |
Posted: Mar 17 2012, 12:47 PM
|
|
|
SLF Newbie Group: Members Posts: 4 Member No.: 1377 Joined: 15-March 12 |
What kind of system is 192.168.0.1?
Your router? Your Win 7 workstation? Maybe a firewall blocks your ping requests. |
|
| yellowhat |
Posted: Mar 18 2012, 06:55 AM
|
|||||
|
SLF Member ![]() ![]() ![]() Group: Members Posts: 76 Member No.: 707 Joined: 18-August 11 |
The 192.168.0.1 is internet sharing router's gateway adddress. And this is iptables.
|
|||||
| feedmebits |
Posted: Mar 19 2012, 01:02 PM
|
|
|
SLF Member ![]() ![]() ![]() Group: Members Posts: 94 Member No.: 953 Joined: 20-October 11 |
try doing it via dhcp first to see if that works, if you get that to work then try doing static ip.
/etc/sysconfig/network-scripts/ifcfg-eth0 change: NM_CONTROLLED="no" to "yes" change: ONBOOT="no" to "yes" add: BOOTPROTO="dhcp" save service network restart and try again. If you're using your windows7 machine as a host and bridging the nic I would think your gateway would need to be your host. Cuz your virtual nic is is connected to your physical nic and from there it goes to your router. -------------------- ![]() |
|
| yellowhat |
Posted: Mar 21 2012, 03:37 PM
|
|||||
|
SLF Member ![]() ![]() ![]() Group: Members Posts: 76 Member No.: 707 Joined: 18-August 11 |
feedmebits/
Thanks, but same result. And I re-installed and upgraded scientific linux 6.1 to 6.2 x86, but still could not connect with internet. At this time the problem is different.
ifcfg-eth0
I disabled host and guest firewalls and vaccines. Actullay this problem came after upgrade of 6.1. Before this proble, I used this net work settings several years. If downgrading SL to 6.0 or 6.1 is easy, I want to downgrade to 6.0. |
|||||
| SFMDS |
Posted: Nov 2 2012, 02:27 AM
|
|
|
SLF Newbie Group: Members Posts: 1 Member No.: 2011 Joined: 2-November 12 |
Was a final solution posted? Could be a missing or wrong MACmissing or wrong MAC. Try these:
ip -o link /var/log/messages cd /sys/class/net;ls -al /var/log/messages /var/log/secure /var/log/dmesg Or you may need to rename it through udev rules. Cheers, |
|
![]() |
![]() ![]() ![]() |