Hello, My OpenVPN server has two NICs and both of them are connected to the Internet, but Linux only activates one of them at the same time. For example:
# ping -I enp0s3 google.com PING google.com (216.239.38.120) from 10.0.2.15 enp0s3: 56(84) bytes of data. 64 bytes from any-in-2678.1e100.net (216.239.38.120): icmp_seq=1 ttl=63 time=27.5 ms 64 bytes from any-in-2678.1e100.net (216.239.38.120): icmp_seq=2 ttl=63 time=45.3 ms 64 bytes from any-in-2678.1e100.net (216.239.38.120): icmp_seq=3 ttl=63 time=51.4 ms ^C --- google.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2081ms rtt min/avg/max/mdev = 27.469/41.394/51.433/10.161 ms # # ping -I enp0s9 google.com PING google.com (216.239.38.120) from 10.0.3.15 enp0s8: 56(84) bytes of data. As you see, only one of them is connected to the Internet. How do I solve this problem? Thank you. _______________________________________________ Openvpn-users mailing list Openvpn-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-users