Hi thanks,
I did those commands and it is lots of data, how shall I send it to you?
I had a typo on my previous post, as I did not have the numbers in front of me, the OpenVPN IP is correct 10.111.240.1
So the remote PCs at 10.111.240.xxx I can access when connecting my phone to the gl-inet-router which has a VPN connection to the remote OpenVPN server.
Looks like all other traffic, DNS, etc, is staying in the gl-inet-router 10.130.222.109 or 192.168.8.0.
This is how I see the attributed IPs on the devices:
wifi-hotspot:
IP 10.130.222.109
Mask 255.255.254.0
Gateway 10.130.222.1
DNS 10.32.20.98
OpenVPN client:
IP 10.111.240.200
Android Phone:
IP 192.168.8.131
Mask 255.255.255.0
Gateway 192.168.8.1
DNS 192.168.8.
I think the main part of the issue could be on the routes:
root@GL-AR750S:~# ip route show
0.0.0.0/1 dev tap0 scope link
default via 10.130.222.1 dev wlan-sta proto static src 10.130.222.109 metric 20
10.111.240.0/20 dev tap0 proto kernel scope link src 10.111.240.200
10.130.222.0/23 dev wlan-sta proto static scope link metric 20
128.0.0.0/1 dev tap0 scope link
188.193.117.137 via 10.130.222.1 dev wlan-sta 192.168.8.0/24 dev br-lan proto kernel scope link src 192.168.8.1
root@GL-AR750S:~# ifconfig
br-lan Link encap:Ethernet HWaddr E4:95:6E:45:9C:4F
inet addr:192.168.8.1 Bcast:192.168.8.255 Mask:255.255.255.0
inet6 addr: fd2f:82f5:9885:10::1/60 Scope:Global
inet6 addr: fe80::e695:6eff:fe45:9c4f/64 Scope:Link
eth0 Link encap:Ethernet HWaddr E4:95:6E:45:9C:4E
inet6 addr: fe80::e695:6eff:fe45:9c4e/64 Scope:Link
eth0.1 Link encap:Ethernet HWaddr E4:95:6E:45:9C:4E
eth0.2 Link encap:Ethernet HWaddr E4:95:6E:45:9C:4E
inet6 addr: fe80::e695:6eff:fe45:9c4e/64 Scope:Link
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
tap0 Link encap:Ethernet HWaddr B2:34:FA:01:F1:E5
inet addr:10.111.240.200 Bcast:10.111.255.255 Mask:255.255.240.0
inet6 addr: fe80::b034:faff:fe01:f1e5/64 Scope:Link
wlan-sta Link encap:Ethernet HWaddr E4:95:6E:45:9C:4E
inet addr:10.130.222.109 Bcast:10.130.223.255 Mask:255.255.254.0
inet6 addr: fe80::e695:6eff:fe45:9c4e/64 Scope:Link
wlan0 Link encap:Ethernet HWaddr E4:95:6E:45:9C:4F
inet6 addr: fe80::e695:6eff:fe45:9c4f/64 Scope:Link
wlan1 Link encap:Ethernet HWaddr E6:95:6E:45:9C:4E
inet6 addr: fe80::e495:6eff:fe45:9c4e/64 Scope:Link
(I remove the extra lines about the packets beginning with UP “BROADCAST RUNNING MULTICAST”)