Koozali.org: home of the SME Server

cannot connect to vmware server {resolved]

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
cannot connect to vmware server {resolved]
« on: September 06, 2008, 06:47:07 AM »
After upgrading to SME 7.3 today, I cannot access my vmware server. The web management interface says it is running, but I can't see it on the network, or with the vmware server consol. I have tried running vmware-config.pl, but no help. I did a little digging on the vmware site, but didn't find anything.

Checking dhcpd log files, I can see where it is assigned an IP, and I can ping the IP of the virtual machine.

Any Ideas

Thanks

Bob

[edit]

I don't know if this makes any difference, but I am running openvpn bridge mode on this server. I also noticed that when I do and ifconfig I now have a

bond0     Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          inet addr:1.1.1.1  Bcast:1.255.255.255  Mask:255.0.0.0
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

That I do not remember being there before
« Last Edit: September 06, 2008, 05:19:43 PM by crazybob »
If you think you know whats going on, you obviously have no idea whats going on!

Offline arne

  • *****
  • 1,116
  • +0/-4
Re: cannot connect to vmware server
« Reply #1 on: September 06, 2008, 02:50:50 PM »
Don't know if the solution could be the same, but I also had the problem, I could not log in, but that was at a "pure" Centos host system. Default port did not work, I had to specify port 904 for logging in like this: 10.0.1.1:904

Anyhow, it is quite simple to do a yum install of nmap and to check the serveice and port like this: nmap localhost
« Last Edit: September 06, 2008, 02:53:01 PM by arne »
......

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Re: cannot connect to vmware server [resolved]
« Reply #2 on: September 06, 2008, 05:19:03 PM »
Problem resolved.

I had 2 reltec nics, and when I did the upgrade to 7.3, somehow the wound up bound. I was in gateway/server mode. I removed one of the nics, and re-enabled the vis onboard nice, re-configgured, and now everything is great.

Bob
If you think you know whats going on, you obviously have no idea whats going on!

Offline arne

  • *****
  • 1,116
  • +0/-4
Re: cannot connect to vmware server {resolved]
« Reply #3 on: September 06, 2008, 09:49:15 PM »
Thats a good idea, to only use one nic for the server only mode, as the nic no 2 can make things a bit messy.

I think the port 904 issue is just for the original Centos distro (because 902 is used for something else.)
......

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Re: cannot connect to vmware server {resolved]
« Reply #4 on: September 06, 2008, 11:03:02 PM »
It turns out the problem was not vmware. Vmware pointed to to problem. The real issue is dhcpd and openvpn :-?
I do not thing the binding of the nic should have happened though
If you think you know whats going on, you obviously have no idea whats going on!