[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: VMware and bridged networking



In the VMWare setup, there is one dialog where you can choose bridging AND
host-only (checkbuttons), but a second dialog where you must choose one or
the other (radio buttons). You must choose bridging, not host-only.

Here is what DHCP sets for routes and ifconfig. You shouldn't have to use
DHCP, but in the end yours should look very similar, I would think.

rickm@rickmlinux:/vega/xp/src/base/misc$ netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
192.168.252.0   0.0.0.0         255.255.255.0   U         0 0          0
eth0
0.0.0.0         192.168.252.244 0.0.0.0         UG        0 0          0
eth0


rickm@rickmlinux:/vega/xp/src/base/misc$ /sbin/ifconfig
eth0      Link encap:Ethernet  HWaddr 00:50:56:8E:FC:CB  
          inet addr:192.168.252.46  Bcast:192.168.252.255
Mask:255.255.255.0
          UP BROADCAST RUNNING  MTU:1500  Metric:1
          RX packets:1232844 errors:0 dropped:0 overruns:0 frame:0
          TX packets:80566 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          Interrupt:9 Base address:0x1000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:84 errors:0 dropped:0 overruns:0 frame:0
          TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 

...RickM...



Reply to: