Changes between Initial Version and Version 1 of Ticket #1351


Ignore:
Timestamp:
11/13/20 22:06:08 (3 years ago)
Author:
tct
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1351 – Description

    initial v1  
    99After the tunnel is establish then both peers go quiet.  **There are no further packets which egress from the client**.  However, the server does leak OpenVPN data packets and these coincide with IPV6 Router Solicitation messages sent from the server to the tun device.
    1010
     11To confirm, the server uses:
     12{{{
     13block-ipv6
     14push "block-ipv6"
     15}}}
     16
     17The client log shows:
     18{{{
     19PUSH: Received control message: 'PUSH_REPLY,block-ipv6,topology subnet ... foo
     20}}}
     21
     22Additional:
     23* **Server** uses `sitnl`[[br]]
     24  `OpenVPN 2.5.0 [git:makepkg/a73072d8f780e888+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Nov  6 2020`
     25* **Client** uses `/sbin/ip`[[br]]
     26  `OpenVPN 2.5.0 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Oct 28 2020`
     27----
    1128Server tcpdump on eth0:
    1229{{{