Dear janjust,
Thank you very much for help me to troubleshoot.Now this is my update :
I have try to
And finally, this may seem odd, but try *disabling* client-to-client and make sure your iptables is set up to forward tun-to-tun packets, e.g.
Code:
iptables -I FORWARD -i tun+ -j ACCEPT
iptables -I FORWARD -o tun+ -j ACCEPT
like your suggest but no luck.After have a review i have found some strange thing :
On my OpenVPN Server i can not ping to 192.168.1.10 too :
Below is my traceroute :
On my OpenVPN Server : ping 192.168.1.10
Tcpdump : tcpdump -nnel -i tun0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on tun0, link-type RAW (Raw IP), capture size 65535 bytes
09:46:02.783696 ip: 10.199.1.1 > 192.168.1.10: ICMP echo request, id 51979, seq 1, length 64
09:46:03.783564 ip: 10.199.1.1 > 192.168.1.10: ICMP echo request, id 51979, seq 2, length 64
09:46:04.783540 ip: 10.199.1.1 > 192.168.1.10: ICMP echo request, id 51979, seq 3, length 64
09:46:05.783467 ip: 10.199.1.1 > 192.168.1.10: ICMP echo request, id 51979, seq 4, length 64
09:46:06.783500 ip: 10.199.1.1 > 192.168.1.10: ICMP echo request, id 51979, seq 5, length 64
09:46:07.783531 ip: 10.199.1.1 > 192.168.1.10: ICMP echo request, id 51979, seq 6, length 64
Wireshark on client1 (192.168.1.8) :
On my OpenVPN Server : traceroute 192.168.1.10
traceroute to 192.168.1.10 (192.168.1.10), 30 hops max, 60 byte packets
1 10.199.1.9 (10.199.1.9) 2.613 ms 5.054 ms 46.779 ms
2 * * *
3 192.168.1.10 (192.168.1.10) 46.579 ms 3.366 ms 5.537 ms
On my OpenVPN Server :
tcpdump -nnel -i tun0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on tun0, link-type RAW (Raw IP), capture size 65535 bytes
09:53:57.188551 ip: 10.199.1.1.36756 > 192.168.1.10.33434: UDP, length 32
09:53:57.188584 ip: 10.199.1.1.37597 > 192.168.1.10.33435: UDP, length 32
09:53:57.188602 ip: 10.199.1.1.42653 > 192.168.1.10.33436: UDP, length 32
09:53:57.188620 ip: 10.199.1.1.51017 > 192.168.1.10.33437: UDP, length 32
09:53:57.188640 ip: 10.199.1.1.39804 > 192.168.1.10.33438: UDP, length 32
09:53:57.188657 ip: 10.199.1.1.46296 > 192.168.1.10.33439: UDP, length 32
09:53:57.188672 ip: 10.199.1.1.44111 > 192.168.1.10.33440: UDP, length 32
09:53:57.188686 ip: 10.199.1.1.49539 > 192.168.1.10.33441: UDP, length 32
09:53:57.188701 ip: 10.199.1.1.33666 > 192.168.1.10.33442: UDP, length 32
09:53:57.188716 ip: 10.199.1.1.33988 > 192.168.1.10.33443: UDP, length 32
09:53:57.188732 ip: 10.199.1.1.37534 > 192.168.1.10.33444: UDP, length 32
09:53:57.188778 ip: 10.199.1.1.55147 > 192.168.1.10.33445: UDP, length 32
09:53:57.188797 ip: 10.199.1.1.50918 > 192.168.1.10.33446: UDP, length 32
09:53:57.188816 ip: 10.199.1.1.43739 > 192.168.1.10.33447: UDP, length 32
09:53:57.188832 ip: 10.199.1.1.36467 > 192.168.1.10.33448: UDP, length 32
09:53:57.188847 ip: 10.199.1.1.38644 > 192.168.1.10.33449: UDP, length 32
09:53:57.191147 ip: 10.199.1.9 > 10.199.1.1: ICMP time exceeded in-transit, length 68
09:53:57.193635 ip: 10.199.1.9 > 10.199.1.1: ICMP time exceeded in-transit, length 68
09:53:57.233896 ip: 10.199.1.1.58802 > 192.168.1.10.33450: UDP, length 32
09:53:57.233976 ip: 10.199.1.1.50121 > 192.168.1.10.33451: UDP, length 32
09:53:57.235378 ip: 10.199.1.9 > 10.199.1.1: ICMP time exceeded in-transit, length 68
09:53:57.235423 ip: 192.168.1.10 > 10.199.1.1: ICMP 192.168.1.10 udp port 33449 unreachable, length 68
09:53:57.237253 ip: 192.168.1.10 > 10.199.1.1: ICMP 192.168.1.10 udp port 33450 unreachable, length 68
09:53:57.239506 ip: 192.168.1.10 > 10.199.1.1: ICMP 192.168.1.10 udp port 33451 unreachable, length 68
Please help me out