amplatfus
Senior Member
Hi,
After implemented the solution posted on nearby thread (Solved How to access my ONT from router by @andresmorago), I was wondering is is possible to access the USB Huawei HiLink (used as Secondary WAN while is in standby.
I would like this in order to read SMS from that SIM while Secondary WAN is not active (USB HiLink have a build in web server).
Currently I can access it only when Secondary WAN is connected (I am using Dual WAN mode in fail-over).
When in stand by, I can PING it successfully,, but web page is not loading.
The Secondary WAN is mapped on eth8:
I think is would be possible. Now I am already happy while accessing my bridged ONT (eth0) like in mentioned thread (BIG thank you! #happy).
Please, could you help me?
Thank you in advance,
amplatfus
After implemented the solution posted on nearby thread (Solved How to access my ONT from router by @andresmorago), I was wondering is is possible to access the USB Huawei HiLink (used as Secondary WAN while is in standby.
I would like this in order to read SMS from that SIM while Secondary WAN is not active (USB HiLink have a build in web server).
Currently I can access it only when Secondary WAN is connected (I am using Dual WAN mode in fail-over).
When in stand by, I can PING it successfully,, but web page is not loading.
Code:
AX88>095837/tmp/home/root#:ping 192.168.7.1
PING 192.168.7.1 (192.168.7.1): 56 data bytes
64 bytes from 192.168.7.1: seq=0 ttl=64 time=25.822 ms
64 bytes from 192.168.7.1: seq=1 ttl=64 time=24.197 ms
64 bytes from 192.168.7.1: seq=2 ttl=64 time=23.096 ms
--- 192.168.7.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 21.157/24.896/30.209 ms
AX88>095843/tmp/home/root#:
The Secondary WAN is mapped on eth8:
Code:
***********************************************
* WAN Interfaces *
***********************************************
WAN IF Status Address GW IFNAME
------ --------- ------------ ----- ------
WAN0: Connected x.x.x.x ppp0 eth0 (appears as connected in GUI)
WAN1: Connected 192.168.7.11 eth8 eth8 (appears as Hot Stand-By in GUI)
Code:
AX88>101657/tmp/home/root#:iptlistro
Kernel IP routing table
[...]
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.7.0 0.0.0.0 255.255.255.0 U 0 0 0 eth8
192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
[...]
Code:
S
System Log - Routing Table
IPv4 Routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
[...]
default 10.0.0.1 0.0.0.0 UG 0 0 0 WAN
10.0.0.1 * 255.255.255.255 UH 0 0 0 WAN
[...]
169.254.0.0 * 255.255.0.0 U 0 0 0 MAN
192.168.7.0 * 255.255.255.0 U 0 0 0 WAN
192.168.100.0 * 255.255.255.0 U 0 0 0 MAN
[...]
[...]
I think is would be possible. Now I am already happy while accessing my bridged ONT (eth0) like in mentioned thread (BIG thank you! #happy).
Please, could you help me?
Thank you in advance,
amplatfus