If I start two OpenVPN connections (with different local ports and tunnel
devices) on the client with the same client configuration, the connection is
established correctly, but both interfaces are assigned the same IP address.
Why does the OpenVPN server not assign a new IP to the second connection?
# ip a | grep -A 1 tun
3: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
state UNKNOWN group default qlen 100
link/none
inet 172.16.0.6 peer 172.16.0.5/32 scope global tun0
valid_lft forever preferred_lft forever
--
4: tun1: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
state UNKNOWN group default qlen 100
link/none
inet 172.16.0.6 peer 172.16.0.5/32 scope global tun1
valid_lft forever preferred_lft forever
# netstat -tulpn | grep openvpn
udp 0 0 0.0.0.0:1194 0.0.0.0:*
12993/openvpn
udp 0 0 0.0.0.0:4583 0.0.0.0:*
13034/openvpn
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users