virtual machine - Can my host OS see my VM's VPN traffic? -
example:
i have work machine run linux vm using vmware workstation 9. have vpn client installed on vm.
if connect vpn on virtual machine, can host os see of traffic unencrypted?
i'm using nat networking.
it shouldn't. linux kernel treats vpn tunnel network device, traffic goes application vpn tunnel device, encrypts it, , sends encrypted traffic through vm's emulated network device, vmware sends out through real physical network device. should encrypted before leaves vm, on real machine. linux vm won't know difference.
Comments
Post a Comment