osx - Routing VPN Through VMWARE (Macosx - Windows) -


i have mac running os x need connect company intranet. have specific program , runs on windows. created windows virtual machine vmware , connected vpn.

no, can't use alternative program in os x connect - ipsec(protocol), at&t, etc - , don't want reverse engineer company's tool.

what need route os x network connection through windows vm.

vmware created virtual network interface connect between windows , os x.

os x:

$ifconfig vmnet8  vmnet8: flags=8863<up,broadcast,smart,running,simplex,multicast> mtu 1500  ether 00:50:56:c0:00:08  inet 172.16.27.1 netmask 0xffffff00 broadcast 172.16.27.255 

i can ping windows 7 vm os x:

$ ping 172.16.27.2   |                  |             |                  |  |                  | vmware(nat) |                  |  |mac (172.16.27.1) |<----------->|win(172.16.27.2)  |  |                  |             |                  | 

the company's tool created virtual interface called "ethernet adapter local area connection 2" contains company's intranet ip:

windows ip configuration   ethernet adapter local area connection 2:     connection-specific dns suffix  . :    link-local ipv6 address . . . . . : fe80::c1ab:2fe6:40f5:5fa2%14    ipv4 address. . . . . . . . . . . : 10.8.15.150    subnet mask . . . . . . . . . . . : 255.255.255.0    default gateway . . . . . . . . . :  ethernet adapter local area connection:     connection-specific dns suffix  . : localdomain    link-local ipv6 address . . . . . : fe80::7cd7:a40c:336a:69ae%11    ipv4 address. . . . . . . . . . . : 172.16.27.132    subnet mask . . . . . . . . . . . : 255.255.255.0    default gateway . . . . . . . . . : 172.16.27.2 

how can access "10.8.15.150" os x? how make "magically" route network traffic through windows vm vpn?

you run http proxy in windows vm , configure os x network connection route traffic through proxy.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -