|
|
Hey all! New to the list (heck new to the app). Trying just a simple vpn between 2 linux boxes..one at work and one at home. I can get the tunnel open just fine and can ping both ends of the tunnel. I can't get anywhere else though ;-) The caveats from a "normal" setup is that the internal network at work is 10.1.0.0/16. Also, the linux box that I tunnel to from home has an external ip assigned to it in the router....it's ip is actually 10.1.200.101. Here's the look and feel of the setup ;) Homebox:24.116.*.* | Internet | Workbox:216.190.*.* external ip in router, 10.1.200.101 internal My configs are as follows: static-home.conf: dev tun remote 216.190.*.* ifconfig 10.4.0.2 10.4.0.1 up ./home.up secret .static.key port 5000 user nobody group nobody comp-lzo ping 15 verb 3 home.up: route add -net 10.0.0.0 netmask 255.255.255.0 gw $5 static-office.conf dev tun ifconfig 10.4.0.1 10.4.0.2 up ./office.up secret .static.key port 5000 user nobody group nobody comp-lzo verb 9 office.up: route add -net 10.4.0.0 netmask 255.255.255.0 gw $5 I tried with the stoke 10.1.0.1 and 10.1.0.2 before with the same results. I get no replies when I ping an internal machine from home (say 10.1.20.2), but I also don't get any errors either. The firewalls on both machines allow full access to and from both machines. The router at work has an internal ip of 10.1.1.1. Can anyone tell me if I'm missing something obvious? Thanks people! James __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |