|
|
Joshua joshua wrote: > Erich Titl <erich.titl <at> think.ch> writes: > > >>What is the function of that router? Please post a network diagram. It >>will help you and us understandig your problem. >> > > The router is the internet gateway cq firewall (and the firewall rules are ok i > checked them and even with the firewall turned off its not working). Let's see if I get that right the inner network address of your router is 192.168.1.2 the network address of your vpn gateway is 192.168.1.3, hopefully you set its default gateway to 192.168.1.2 the virtual network of your openvpn is 192.168.2.0/24 the machines on the internal network use 192.168.1.3 as the default gateway, thus directing traffic to foreingn networks like 192.168.2.0/24 to the openvpn gateway. the clients connect to 192.168.1.3 with, let's say udp 1194 - do you forward the vpn traffic (port 1194) from your wan address to 192.168.1.3 ? - you can, of course, ping all addresses in the 192.168.1.0 network, as this is local. - can you see traffic destined for 192.168.1.0 on the tun interface? - can you see the same traffic go out the eth0 inerface of your openvpn? gateway - can you see return traffic on the same interface? -can you see the same traffic enter the tun interface? If not, it is simply a routing problem in your internal net, probably the most active FAQ, and is covered by dozens of messages in the mailing list archives. To detect all this, tcpdump is your friend. cheers Erich ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |