Hi Selva

> Can you ping from the server to the router's 4d09::1 address?  


>From the shell on the REMOTE-SERVER, I CAN'T ping6 to the LOCAL-ROUTER's 
>internal eth1 interface IP

        ping6 2600:x:x:4d09::1
                PING 2600:x:x:4d09::1(2600:x:x:4d09::1) 56 data bytes

Just sits there.  Doesn't even time out like a normal ping fail does.  :-/

But I CAN ping6 to the LOCAL-ROUTER's end of the VPN tunnel

        ping6 -c1 2600:x:x:4dff::2
                PING 2600:x:x:4dff::2(2600:x:x:4dff::2) 56 data bytes
                64 bytes from 2600:x:x:4dff::2: icmp_seq=1 ttl=64 time=30.4 ms

                --- 2600:x:x:4dff::2 ping statistics ---
                1 packets transmitted, 1 received, 0% packet loss, time 0ms
                rtt min/avg/max/mdev = 30.431/30.431/30.431/0.000 ms


Just to remind myself this is with

        REMOTE-SERVER
                eth0 (external)
                tun1 (vpn tunnel)

        LOCAL-ROUTER
                eth0 (external)
                tun1 (vpn tunnel)
                eth1 (internal / LAN)

Where the related IPv6s are

        REMOTE-SERVER
                lo:
                        ::1/128 scope host 
                eth0:
                        2600:x:x:4d00::1/64 scope global 
                        fe80::.../64 scope link 
                tun1@NONE:
                        2600:x:x:4dff::1/64 scope global 

        LOCAL-ROUTER
                lo:
                        ::1/128 scope host 
                eth1:
                        2600:x:x:4d09::1/64 scope global 
                        fe80::...
                tun1@NONE:
                        2600:x:x:4dff::2/64 scope global 

- John

------------------------------------------------------------------------------
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to