* Arne Schwabe

> That is very weird. I would expect it to fail for both cases in the same
> way. The codepath should trigger the same ASSERT(0) in both cases (or
> work in both). Can you forward a copy of your server configuration to
> me? Then I will try to reproduce that problem.

Sure thing, here:

proto udp6
multihome
port 1194
server 192.0.2.0 255.255.255.0
server-ipv6 2001:db8::/112
dh /usr/share/doc/openvpn/examples/sample-keys/dh1024.pem
ca /usr/share/doc/openvpn/examples/sample-keys/ca.crt
cert /usr/share/doc/openvpn/examples/sample-keys/server.crt
key /usr/share/doc/openvpn/examples/sample-keys/server.key

push "route 10.20.30.0 255.255.255.0"
push "route-ipv6 2001:db8:1::/64"

push "dhcp-option DNS 10.20.30.40"

dev tun
verb 3
keepalive 10 120
user nobody
group nogroup

comp-lzo
persist-key
persist-tun
duplicate-cn

Tore

Reply via email to