I've tried googling, but only came up with answers that were a few years old, so I'm going to ask and hope someone has an updated answered.
Host machine is running Win7x64, and is connected via Windows VPN to work network.
Host IP is 192.168.1.10 (Home network, static), when connected via VPN, it's got a 192.168.0.x address (work network, dhcp)
Guest is running CentOS 6.4 via bridged, as it needs to have it's own ip address of 192.168.0.230.
What I'm trying to do is run the Guest OS on the Host machine while the Host is VPN'd to the work network, and have machines on the work network able to connect to the guest machine.
Currently, when I run the Guest OS, it's unable to ping out, either by dns or straight ip address.
Anyone have any ideas on how to get it to connect and function over the Host's VPN connection?
(Guest ifconfig)
eth0 Link encap:Ethernet HWaddr 00:0C:29:B0:6D:FF
inet addr:192.168.0.232 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:feb0:6dff/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:874 errors:0 dropped:0 overruns:0 frame:0
TX packets:61 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:75869 (74.0 KiB) TX bytes:7205 (7.0 KiB)
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:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1065 (1.0 KiB) TX bytes:1065 (1.0 KiB)