Results 1 to 10 of 11
Hi,
I am new to Linux. I have installed RHEL 4 on vmware. I want to configure my linux to internet. please let me know the detailed steps that i ...
- 05-04-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 2
unable to connect to internet
Hi,
I am new to Linux. I have installed RHEL 4 on vmware. I want to configure my linux to internet. please let me know the detailed steps that i need to follow and configure.
I have DHCP on windows. i have confusion, what is the ip address i need to add, which i see on windows or which i see when i run ifconfig?
Thanks,
Naveen
- 05-04-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Please contact VMware for information how to configure your VM for networking. Each VMM is different. My VirtualBox VMM has a number of networking options, including having the host provide DHCP addresses to the VM's it is hosting or passing the DHCP requests to the LAN, etc. VMware is much the same. Your RHEL/CentOS system will already have networking installed and enabled, but the virtual machine manager has to provide it with a "network" connection in the virtual machine it is running on.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-04-2009 #3Linux Newbie
- Join Date
- Jul 2006
- Posts
- 106
Well I am assuming the DHCP on windows is connected to the vmware esx host. In that case your host gets an DHCP ip assigned by windows and your redhat vm gets another ip provided its set to accept ips from the dhcp server.
if you can explain your network lay out I can be more clear about my answer
By default when you are creating a vm on the esx host, it is assigned to the vm network switch, so it should automatically get the dhcp ip.
If it did not I would check the ifcfg-eth0 file first
RJ
- 05-05-2009 #4Just Joined!
- Join Date
- May 2009
- Posts
- 2
- 05-05-2009 #5Linux Newbie
- Join Date
- Jul 2006
- Posts
- 106
before i explain i wud want u to tell me hwo u have all u r network connected, i know for sure the broadband conn will only assign u one (static or dynamic) ip.
RJ
- 05-06-2009 #6
I don't think their support is free, even if you are using VMware server only support option is knowledge base.
navvith, If you are using Tata Indicom Broadband
You should have a router, then why you are having a DHCP server on Windows?, Or you mean your Windows have a IP assigned by DHCP?
Whatever the network setup is on your host os. it wont matter the networking in VM, there are 3 types on Vm networks.
Host-Only (Internal network)
NAT
Bridged
or No Network.
Host-Only networking will create a virtual network between your VM and Host Os, isolating from the external network, in this case you need to have routing between two networks on Host OS.
NAT, in NATing your VM will use the same same network device your Host OS is having. in this case your VM have a IP from completely different subnet or class. and there would be NATing between VM IP -> HOST IP -> Defualt Gateway(Tata Indicom Router)
(In this case you mostly have your internet working directly.)
The best to choose is Bridged Interface.
It will allow you VM network to completely Isolate from your Host ethernet device. VM will have its own IP and identity on your local subnet.
Only in this case you VM will listen to your local DHCP.
so whatever IP you provide(static or dynamic) to your VM should be in same subnet of your local network. and not as same as your Host IP.
- 05-06-2009 #7
- 05-06-2009 #8
It was spam. I removed and banned the user and the spam posts.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 05-06-2009 #9Linux Newbie
- Join Date
- Jul 2006
- Posts
- 106
- 05-06-2009 #10


Reply With Quote
