These are my configuration details
I think my problem is I have multiple NICS and I am using Bridged(Automatic).
I don't see eth0 on my Host OS(Fedora15).
so my question is how do I forced the Bridged to use the P2P1 NIC.
ifconfig for host OS(Fedora15)
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:479 errors:0 dropped:0 overruns:0 frame:0
TX packets:479 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:36610 (35.7 KiB) TX bytes:36610 (35.7 KiB)
p2p1 Link encap:Ethernet HWaddr 78:84:3C:CF:84:69
inet addr:192.168.1.109 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: 2602:306:ce24:ca40:7a84:3cff:fecf:8469/64 Scope:Global
inet6 addr: fe80::7a84:3cff:fecf:8469/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:857834 errors:0 dropped:0 overruns:0 frame:0
TX packets:184587 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:220546500 (210.3 MiB) TX bytes:32935073 (31.4 MiB)
Interrupt:18
vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01
inet addr:172.16.184.1 Bcast:172.16.184.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:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:23 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:172.16.59.1 Bcast:172.16.59.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:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:23 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wlan0 Link encap:Ethernet HWaddr 4C:0F:6E:FE:6C:68
inet addr:192.168.1.110 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: 2602:306:ce24:ca40:4e0f:6eff:fefe:6c68/64 Scope:Global
inet6 addr: fe80::4e0f:6eff:fefe:6c68/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:877209 errors:0 dropped:0 overruns:0 frame:0
TX packets:181147 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:320274253 (305.4 MiB) TX bytes:24523481 (23.3 MiB)
and on my Virtual machine
the contents of /etc/network/interfaces are
auto lo
iface lo inet loopback
auto eth0
iface etho inet static
address 192.168.1.163
netmask 255.255.255.0
network 192.168.1.0
gateway 192.168.1.109
dns-nameservers 192.168.1.254