Quote:
|
Originally Posted by aineo Unfortunately I don't know the answer to this one. I will check around though and see if I can find it out. |
Thanks for the follow up.
I took my laptop home to "play with it" there and, when I connected it to my home ISP network (which uses the 10.0.0.0 priv. network) suddently vmnet1 appeared!
The only conclusion I can draw is that, if the actual eth0 interface is configured to draw DHCP in the same range as the requested configuration for vmnet1 (i.e. eth0 draws DHCP from the 192.168.0.0 pool and vmnet1 is configured to belong to that pool statically) it won't appear.
Here is the ifconfig output now (minus stats):
eth0 Link encap:Ethernet HWaddr 00:08:74:E4:74:45
inet addr:10.15.1.223 Bcast:255.255.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01
inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
vmnet8 Link encap:Ethernet HWaddr 00:50:56:C0:00:08
inet addr:172.16.240.1 Bcast:172.16.240.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interesting, isn't it?
I was unable to find any reference to this in the docs for vmware. I hope to GOD it isn't there!
Thanks again aineo!