Sharing Windows 7 host os Internet connection with linux centos 6.5 guest os in vmware

1

1

I am trying to share the Host OS Internet connection with the guest operating system installed in VMWare workstation 9.0. The guest operating system is centos 6.5 linux installed with "expert text" option.

I have used the bridge connection as the type of connection for guest os in vmware.

enter image description here

Then in linux I have changed the /etc/resolve like this

enter image description here

and I also changed the /etc/sysconfig/network like this

enter image description here

I modified the /etc/sysconfig/network-scripts/ifcfg-eth0 like this

enter image description here

and I restarted my network and it gave something like this

enter image description here

now when I try to ping www.google.com , i am getting error enter image description here

i checked the ifconfig and it show me something like this

enter image description here

I am new to networking in Linux, can anybody help me fixing this issue.

Sujith Kp

Posted 2013-10-16T00:34:38.017

Reputation: 111

This question should be in SuperUser – vis.15 – 2013-10-16T00:38:39.753

Answers

0

The problem solved by changing the nameserver ip address to the correct DNS server which was 192.168.1.1

Sujith Kp

Posted 2013-10-16T00:34:38.017

Reputation: 111