i was trying to establish 2 different vpn connections from a Client System.
The thing is that the 2 different connections should go over 2 different device, eth0 and usb0 ( umts modem ).
The OpenVPN server is reachable over both interfaces. But both tunnels are established only over one interface.
How do i tell OpenVPN what interface it should use to establish the connection?
my .conf looks like this
Code: Select all
#Client Configfile
dev tun0
remote foo.bar
port 1194
proto udp
script-security 2
ifconfig 10.1.1.1 10.1.1.254
secret static.key