Quantcast
Channel: VMware Communities : Popular Discussions - General Issues
Viewing all articles
Browse latest Browse all 41042

The network bridge on device vmnet0 is temporarily down. Why do I need to restart vmware services to fix this?

$
0
0

G'day,

 

I'm running VMServer 2.0.1 on Ubuntu 9.0.4 (Jaunty) hosting CentOS 4.7 guest VMs.

 

I am continually seeing the following message when powering on a guest VM:

 

The network bridge on device vmnet0 is temporarily down because the bridged Ethernet interface is down. The virtual machine may not be able to communicate with the host or with other machines on your network.

 

The work-around I've discovered is to restart the vmware services, i.e.

 

$ sudo /etc/init.d/vmware stop

Stopping VMware autostart virtual machines:

  Virtual machines                                                    done

Stopping VMware management services:

 

VMware Virtual Infrastructure Web Access

  VMware Server Host Agent                                            done

Stopping VMware services:

  VMware Authentication Daemon                                        done

  Virtual machine communication interface                             done

  Virtual machine monitor                                             done

  Bridged networking on /dev/vmnet0                                   done

  Host network detection                                              done

  DHCP server on /dev/vmnet1                                          done

  Host-only networking on /dev/vmnet1                                 done

  DHCP server on /dev/vmnet8                                          done

  NAT service on /dev/vmnet8                                          done

  Host-only networking on /dev/vmnet8                                 done

  Virtual ethernet                                                    done

 

 

$ sudo /etc/init.d/vmware start

Starting VMware services:

  Virtual machine monitor                                             done

  Virtual machine communication interface                             done

  Virtual ethernet                                                    done

  Bridged networking on /dev/vmnet0                                   done

  Host-only networking on /dev/vmnet1 (background)                    done

  DHCP server on /dev/vmnet1                                          done

  Host-only networking on /dev/vmnet8 (background)                    done

  DHCP server on /dev/vmnet8                                          done

  NAT service on /dev/vmnet8                                          done

  VMware Server Authentication Daemon (background)                    done

  Shared Memory Available                                             done

Starting VMware management services:

  VMware Server Host Agent (background)                               done

  VMware Virtual Infrastructure Web Access

Starting VMware autostart virtual machines:

   

Virtual machines                                                    done

 

 

 

Output from ifconfig and ps -ef |grep vmnet is given below.

 

Why isn't vmnet0 available after booting, and how can I make it so?

 

Thanks,

Chris.

 

$ ifconfig -a

eth0      Link encap:Ethernet  HWaddr 00:1e:0b:35:d5:12 

inet addr:10.1.1.2  Bcast:10.255.255.255  Mask:255.0.0.0

inet6 addr: fe80::21e:bff:fe35:d512/64 Scope:Link

UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

RX packets:1354 errors:0 dropped:0 overruns:0 frame:0

TX packets:1798 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:100

RX bytes:383251 (383.2 KB)  TX bytes:1126131 (1.1 MB)

Memory:f0500000-f0520000

 

lo        Link encap:Local Loopback 

inet addr:127.0.0.1  Mask:255.0.0.0

inet6 addr: ::1/128 Scope:Host

UP LOOPBACK RUNNING  MTU:16436  Metric:1

RX packets:6225 errors:0 dropped:0 overruns:0 frame:0

TX packets:6225 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:4962948 (4.9 MB)  TX bytes:4962948 (4.9 MB)

 

pan0      Link encap:Ethernet  HWaddr 96:e2:2c:be:eb:c6 

BROADCAST 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)

 

vmnet1    Link encap:Ethernet  HWaddr 00:50:56:c0:00:01 

inet addr:172.16.181.1  Bcast:172.16.181.255  Mask:255.255.255.0

inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link

UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

RX packets:0 errors:0 dropped:0 overruns:0 frame:0

TX packets:26 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:1000

RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

 

vmnet8    Link encap:Ethernet  HWaddr 00:50:56:c0:00:08 

inet addr:192.168.60.1  Bcast:192.168.60.255  Mask:255.255.255.0

inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link

UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

RX packets:0 errors:0 dropped:0 overruns:0 frame:0

TX packets:27 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:1000

RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

 

$ ps -ef |grep vmnet

root      2885     1  0 11:45 ?        00:00:00 /usr/bin/vmnet-bridge -d /var/run/vmnet-bridge-0.pid -n 0 -i eth0

root      2900     1  0 11:45 ?        00:00:00 /usr/bin/vmnet-netifup -d /var/run/vmnet-netifup-vmnet1.pid /dev/vmnet1 vmnet1

root      2911     1  0 11:45 ?        00:00:00 /usr/bin/vmnet-dhcpd -cf /etc/vmware/vmnet1/dhcpd/dhcpd.conf -lf /etc/vmware/vmnet1/dhcpd/dhcpd.leases -pf /var/run/vmnet-dhcpd-vmnet1.pid vmnet1

root      2927     1  0 11:45 ?        00:00:00 /usr/bin/vmnet-netifup -d /var/run/vmnet-netifup-vmnet8.pid /dev/vmnet8 vmnet8

root      2943     1  0 11:45 ?        00:00:00 /usr/bin/vmnet-dhcpd -cf /etc/vmware/vmnet8/dhcpd/dhcpd.conf -lf /etc/vmware/vmnet8/dhcpd/dhcpd.leases -pf /var/run/vmnet-dhcpd-vmnet8.pid vmnet8

root      2948     1  0 11:45 ?        00:00:00 /usr/bin/vmnet-natd -d /var/run/vmnet-natd-8.pid -m /var/run/vmnet-natd-8.mac -c /etc/vmware/vmnet8/nat/nat.conf

 

 


Viewing all articles
Browse latest Browse all 41042

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>