FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
484 views 2 comments
by

Hello,
we use the RUT955 router with the FW 06.07.4. We'd like to connect the router to two differenet VPN-Server. If we only use one of these connections, everything works fine. If we use both connections only the second vpn connection is working.

1. Server:
Server: srv-vpn-01.xxx
Received-ip: 172.16.0.93 / 24

2. Server: srv-vpn-02.xxx
Received-ip: 172.18.0.93 / 24

1. config:
config openvpn 'client_SRV_VPN_01'
        option port '1194'
        option _role 'client'
        option dev 'tun_c_SRV_VPN_01'
        option verb '5'
        option nobind '1'
        option proto 'udp'
        option comp_lzo 'yes'
        option remote 'srv-vpn-01.xxxx'
        option ca '/lib/uci/upload/cbid.openvpn.client_SRV_VPN_01.ca'
        option cert '/lib/uci/upload/cbid.openvpn.client_SRV_VPN_01.cert'
        option key '/lib/uci/upload/cbid.openvpn.client_SRV_VPN_01.key'
        option log 'tmp/srv-vpn-01.log'
        option enable '1'
        option resolv_retry 'infinite'
        option _auth 'tls'
        option cipher 'BF-CBC'
        option _tls_cipher 'all'
        option auth 'sha1'
        option _tls_auth 'none'
        option client '1'

2. config:
config openvpn 'client_SRV_VPN_02'
        option port '1194'
        option _role 'client'
        option dev 'tun_c_SRV_VPN_02'
        option verb '5'
        option nobind '1'
        option proto 'udp'
        option comp_lzo 'yes'
        option remote 'srv-vpn-02.xxxxx'
        option ca '/lib/uci/upload/cbid.openvpn.client_SRV_VPN_02.ca'
        option cert '/lib/uci/upload/cbid.openvpn.client_SRV_VPN_02.cert'
        option key '/lib/uci/upload/cbid.openvpn.client_SRV_VPN_02.key'
        option log '/tmp/srv-vpn02.log'
        option enable '1'
        option client '1'
        option resolv_retry 'infinite'
        option _auth 'tls'
        option cipher 'BF-CBC'
        option _tls_cipher 'all'
        option auth 'sha1'
        option _tls_auth 'none'

Has anyone a good idea where the problem could be.

Thanks
Martin

2 Answers

0 votes
by anonymous
Hi,

There were no reports about this issue. Could you please reset your router to default factory settings and configure OpenVPN again?

EB.
by

Hi, now the router is resetted and a default configuration was set. (LAN IP to 192.168.1.60, Main WAN to Wifi (DHCP), WLAN connected to the Fritzbox WLAN (MarFen6))

First and second VPN tunnel are configured.

First vpn is active, second one is not active: First VPN tunnel is ok:

First vpn is not active, second one is active: Second VPN is ok:

Up to here everthing is fine.

Now both vpn tunnels are activ:

State of the first vpn connection: disconnected

State of the second vpn: connected

Check with ifconfig in the command line interface:

Check with ifconfig in the cli

Result: Two vpn tunnels are not working at the same time.

Any idea?

Martin

Result: Two vpn tunnels are not working at the same time.

Any idea?

Martin

by anonymous
Could you please send me your troubleshoot file after you activate two tunnels and only one connects?

You can send me it through a private message.

EB.
0 votes
by anonymous
Hi,

I have the same issue but on RUT240.

Can you please get public the solution?

Thank you