Page 1 of 1

VPN for other internal webpages

Posted: Wed Feb 11, 2009 10:38 am
by jfrenc14
I have a VPN question; I have vpn into my hda, I can see the http://hda/ or http://10.0.0.22/ page, however i am interested in seeing another internal page from the same network, which is http://10.0.0.44/ any ideas why it wont come up? I get network time out

Re: VPN for other internal webpages

Posted: Wed Feb 11, 2009 10:48 am
by jfrenc14
to be a little more clear the hda is 10.0.0.22 and the address i want to go is 10.0.0.44, which is on a virtual machine on the hda

Re: VPN for other internal webpages

Posted: Wed Feb 11, 2009 12:57 pm
by cpg
even though it looks like they may be in the same network based on the numbers, remember that the VM may be in a different interface that may look to have a similar network setting.

ifconfig will tell you. you are probably coming from tun0 (the vpn tunnel), and the VM is in vmnet0 or something like that. look at their settings.

if the VM is is bridged mode, it may work, modulo network routing issues. if in NAT mode, it may not, or you may have to open/fw ports in the hypervisor software.

Re: VPN for other internal webpages

Posted: Wed Feb 11, 2009 3:00 pm
by jfrenc14
got it working by chaning the gateway of the VMS to the hda