Hi to all, I have following issue when enabling VPN client on RUT950 (RUT9XX_R_00.06.09.5):
- configuration as factory (except for password), SIM with publc and static IP, I can ping outside, I can resolve hostnames, I can ping RUT950 from outside, I can access to devices behind RUT950.
- enabling VPN client from configuration file (.ovpn) supplied from customer:
1) I can't reach RUT955 from outside, ping from outside not working, I can't access to devices behind RUT955, I can ping 8.8.8.8 from RUT955 but I can't resolve hostnames
Here route before vpn client enabled:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default * 0.0.0.0 U 1 0 0 wwan0
x.y.z.w * 255.255.255.255 UH 1 0 0 wwan0
192.168.1.0 * 255.255.255.0 U 0 0 0 br-lan
Here route after vpn is on:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.234.41.1 128.0.0.0 UG 0 0 0 tun_c_pergo
default * 0.0.0.0 U 1 0 0 wwan0
x.y.z.w * 255.255.255.255 UH 1 0 0 wwan0
10.234.41.0 * 255.255.255.0 U 0 0 0 tun_c_pergo
128.0.0.0 10.234.41.1 128.0.0.0 UG 0 0 0 tun_c_pergo
167.86.112.113 * 255.255.255.255 UH 0 0 0 wwan0
192.168.1.0 * 255.255.255.0 U 0 0 0 br-lan
It seems such VPN client would override default route using VPN interface instead wwan0....
Maybe some setting inside OpenVPN server?
How could I solve this?
Thanks.