I do get an output when I run the ifconfig command. it just shows me the IP Address, Subnet Mask, Default Gateway, etc.; basically the values I used to configure the host network card.
Main Topics
Browse All TopicsI have a Dell PowerEdge 6850 that came preinstalled with Winddows Server 2003. I have removed Windows Server 2003 and installed VMWare ESX Server 3.0.1. The problem that I am having is that I am unable to ping the ESX Server, or on the ESX Server, I am unable to ping the gateway. The ESX Server has a static IP, and it has a Broadcom NetXtreme network adaptor. How do I configure the network card correctly?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I believe the problem lies in the OS and the poorly written instructions provided by VMWare on how to configure the network interface card. I reinstalled VMWare ESX Server and used a 10.10.20.X IP and connected a laptop with VMWare Infrastructure Client to console into the ESX Server and everthing is working fine that way. I went ahead and reinstalled it as intended and still no go. The nic card is showing up as vswif0 instead of eth0, which tells me that the nic si showing up as a Virtual Switch.
If it can bind to one ip it should bind to them all weird.. what subnet is the ip going to be on and what mask does it have. could you not build the server with the 10.10 ip and change the ip after install if its a buggy script?? you can bind another ip to the nic using ifconfig vswif0:1 10.0.0.3 (or what ever ip you want) to see if you can see the second bound address. This will be lost after a reboot though so its only a test nothing permanent.
I have managed to solve the problem on my own. During the installation process, when setting up the network, I entered in a value for the VLAN that I was using. Somehow that was causing the NICS not to work properly. When I reinstalled ESX server without a VLAN value, everthing worked like a charm.
Thank you for your time and help, here are your points.
Business Accounts
Answer for Membership
by: BrucematPosted on 2007-04-02 at 11:07:42ID: 18838341
if you issue an ifconfig command do you get back any useful info there should be an eth0 or something like that with an address bound to it.
Failing that an out put from your /var/log/messages file from a clean boot would be helpful in fixing this problem