|
|
Hi..
Im having problems to route packets from two networks trough VPN Tunnel.
This is my config:
Server Vpn ----------------------- Client VPN --------- Network
Eth1 Tun0 Tun0 eth2 192.15.205.0/24
192.15.200.170 192.168.100.1 192.168.100.6 192.15.205.1/24
Routes on Server VPN:
Default Route eth0 (ADSL)
192.168.100.2 dev tun0 proto kernel scope link src 192.168.100.1
192.168.100.0/24 via 192.168.100.2 dev tun0
192.15.205.0/24 via 192.168.100.1 dev tun0
Routes on Client VPN:
Default route eth0 (ADSL)
192.15.205.0/24 via eth2
192.15.200.0/24 via 192.168.100.6 dev tun0
iptables on Server-VPN are all interfazes MASQUERADED, the same thing on
the Client-VPN.
>From linux Client-VPN i can make pings to any IP from 192.15.200.0/24 network,
but from any windows client from the 192.15.205.0/24 network (eth2) i cant ping
to the network 192.15.200.0/24.
I made a tcpdump on tun0 and only i see ICMP request, but no ICMP reply..
Any idea of how fix this?
Thanks..
-----------------------------------------------------
"2005, AÑO DE LA FEDERACION DE ESTUDIANTES COLIMENSES"
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|