Hi
I've setup openvpn and almost have it working ...

   10.8.0.6======openvpn============10.8.0.1
[ME]----[router] - - - internet - - [SERVER]---[OTHERS]
 |                                        |       |
192.168.5.123                192.168.17.254   192.168.17.7

ME can ping SERVER: [tethereal -i tun0 at server]

679.332837     10.8.0.6 -> 192.168.17.254 ICMP Echo (ping) request 
679.333004 192.168.17.254 -> 10.8.0.6     ICMP Echo (ping) reply 
680.329705     10.8.0.6 -> 192.168.17.254 ICMP Echo (ping) request 
680.329822 192.168.17.254 -> 10.8.0.6     ICMP Echo (ping) reply 


SERVER can ping OTHERS

[server] /home/jam [55]% ping 192.168.17.7
PING 192.168.17.7 (192.168.17.7) 56(84) bytes of data.
64 bytes from 192.168.17.7: icmp_seq=1 ttl=128 time=0.388 ms
64 bytes from 192.168.17.7: icmp_seq=2 ttl=128 time=0.254 ms

SERVER can ping ME

[server] /home/jam [56]% ping 10.8.0.6
PING 10.8.0.6 (10.8.0.6) 56(84) bytes of data.
64 bytes from 10.8.0.6: icmp_seq=1 ttl=128 time=50.7 ms
64 bytes from 10.8.0.6: icmp_seq=2 ttl=128 time=44.7 ms

ME can't get a reply from pinging OTHERS [tethereal on server]

1002.738058     10.8.0.6 -> 192.168.17.7 ICMP Echo (ping) request 
1007.814130     10.8.0.6 -> 192.168.17.7 ICMP Echo (ping) request 
1012.816960     10.8.0.6 -> 192.168.17.7 ICMP Echo (ping) request 

SERVERS route table

[server] /home/jam [57]% route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.8.0.2        *               255.255.255.255 UH    0      0        0 tun0
202.7.144.236   *               255.255.255.252 U     0      0        0 eth0
10.8.0.0        10.8.0.2        255.255.255.0   UG    0      0        0 tun0
192.168.17.0    *               255.255.255.0   U     0      0        0 eth1
link-local      *               255.255.0.0     U     0      0        0 eth0
loopback        *               255.0.0.0       U     0      0        0 lo
default         202.7.144.237   0.0.0.0         UG    0      0        0 eth0


What have I done wrong/omitted to do. Going crazy trying to find!!
ME end of the tunnel is 10.8.0.2 hence the network route (that works)

Thanks
James
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to