How to Fix Red Hat on Windows Vmware Doesn't Have Internet Connection
Recently I've been trying to recall what I learned in college about linux :-D. So I tried setting up vmware again but for some reason RH...
https://www.czetsuyatech.com/2011/06/troubleshooting-fix-internet-connection-on-vmware.html
Recently I've been trying to recall what I learned in college about linux :-D. So I tried setting up vmware again but for some reason RH9 doesn't have internet connection.
What I did:
1.) Check this file:
/etc/sysconfig/network-scripts/ifcfg-eth0, should have
check_link_down () { return 1; }
2.) Run ifup eth0
And you should have internet connection.
What I did:
1.) Check this file:
/etc/sysconfig/network-scripts/ifcfg-eth0, should have
check_link_down () { return 1; }
2.) Run ifup eth0
And you should have internet connection.
Post a Comment