Picked this up again.
Wondering if anyone can shed light on it for me. What I have learned is that Vodafone, at least in the UK, seem to lock down their kit pretty well (would need firmware flash to even attempt to fix in the way I would like) I have found that the ZTE K5161z seems to do a bit of NAT at a firmware level. so I cant turn it off and I cant have a "per interface" NAT On/Off in OPN. im pretty sure this will lead to double-NAT situation.
ill give a little bit of insight as to where I am
if attempting to define UE0
As you can see... Very similar pings
This is the info reported by F41 workstation
https://nc.d3dl3g.uk/s/ZSf76SzkjB94d8d
this is how the `DMZ`is set
https://nc.d3dl3g.uk/s/AANXkwckJai6fc4
This is how the "Device Info" looks
https://nc.d3dl3g.uk/s/TMeWdqrryrqpFqY
my OPN interfaces/GW is set as follows
https://nc.d3dl3g.uk/s/DJAi6oNmebmfJmP
https://nc.d3dl3g.uk/s/8c4znGk2oaj2M3x
GW Seems to be UP and has latency inline with what id expect from a cellular device
https://nc.d3dl3g.uk/s/g8gokR4f2mYH8Jd
Failover group is set
https://nc.d3dl3g.uk/s/LmiC5LZkM39oirE
and FW rule inplace
https://nc.d3dl3g.uk/s/atQWDKa9D6EwXRL
I have noticed are GW doesnt appear in GW list on dashboard, which I find a little strange.
https://nc.d3dl3g.uk/s/cyAfiZT7kENa8nZ
Am I missing something really simple?
As usual, any help gratefully received.
Wondering if anyone can shed light on it for me. What I have learned is that Vodafone, at least in the UK, seem to lock down their kit pretty well (would need firmware flash to even attempt to fix in the way I would like) I have found that the ZTE K5161z seems to do a bit of NAT at a firmware level. so I cant turn it off and I cant have a "per interface" NAT On/Off in OPN. im pretty sure this will lead to double-NAT situation.
ill give a little bit of insight as to where I am
- I can get OPNsense to recognise and add the dongle on interface `UE0`
- I have a `DMZ` set within the dongle itself, setting can be changed via WebUI on desktop machines.
- ` traceroute` doesnt show a GW hop for traffic pushed through `UE0` unlike my `pppoe` WAN interface which does. however I do not know if opnsense can be selective like that. the pings seem to be too low for a 4G/LTE network. which makes believe although I am requesting opn to use a certain gateway, its actually appears to be defaulting to WAN (which is my default)
- if disconnecting WAN then there is no take over from `UE0` no dns resolution, no pings etc etc. I set opn the way that is given in docs (https://docs.opnsense.org/manual/how-tos/multiwan.html)
Code Select
[color=#000000]root@OPNsense:~ # traceroute 1.1.1.1[/color]
[color=#000000]traceroute to 1.1.1.1 (1.1.1.1), 64 hops max, 40 byte packets[/color]
[color=#000000] 1 * * *[/color]
[color=#000000] 2 63.130.172.41 (63.130.172.41) 7.082 ms 13.036 ms 7.184 ms[/color]
[color=#000000] 3 90.255.251.33 (90.255.251.33) 16.145 ms 7.314 ms 7.403 ms[/color]
[color=#000000] 4 141.101.71.2 (141.101.71.2) 7.549 ms 7.392 ms[/color]
[color=#000000] 141.101.71.133 (141.101.71.133) 7.648 ms[/color]
[color=#000000] 5 one.one.one.one (1.1.1.1) 7.276 ms 6.925 ms 7.103 ms[/color]
if attempting to define UE0
Code Select
[color=#000000]root@OPNsense:~ # traceroute -s 192.168.6.169 1.1.1.1[/color]
[color=#000000]traceroute to 1.1.1.1 (1.1.1.1) from 192.168.6.169, 64 hops max, 40 byte packets[/color]
[color=#000000] 1 * * *[/color]
[color=#000000] 2 63.130.172.41 (63.130.172.41) 6.997 ms 7.188 ms 7.216 ms[/color]
[color=#000000] 3 90.255.251.33 (90.255.251.33) 7.590 ms 8.553 ms 15.649 ms[/color]
[color=#000000] 4 141.101.71.135 (141.101.71.135) 8.091 ms[/color]
[color=#000000] 141.101.71.2 (141.101.71.2) 11.137 ms[/color]
[color=#000000] 141.101.71.107 (141.101.71.107) 7.648 ms[/color]
[color=#000000] 5 one.one.one.one (1.1.1.1) 6.947 ms 7.404 ms 7.158 ms[/color]
As you can see... Very similar pings
This is the info reported by F41 workstation
https://nc.d3dl3g.uk/s/ZSf76SzkjB94d8d
this is how the `DMZ`is set
https://nc.d3dl3g.uk/s/AANXkwckJai6fc4
This is how the "Device Info" looks
https://nc.d3dl3g.uk/s/TMeWdqrryrqpFqY
my OPN interfaces/GW is set as follows
https://nc.d3dl3g.uk/s/DJAi6oNmebmfJmP
https://nc.d3dl3g.uk/s/8c4znGk2oaj2M3x
GW Seems to be UP and has latency inline with what id expect from a cellular device
https://nc.d3dl3g.uk/s/g8gokR4f2mYH8Jd
Failover group is set
https://nc.d3dl3g.uk/s/LmiC5LZkM39oirE
and FW rule inplace
https://nc.d3dl3g.uk/s/atQWDKa9D6EwXRL
I have noticed are GW doesnt appear in GW list on dashboard, which I find a little strange.
https://nc.d3dl3g.uk/s/cyAfiZT7kENa8nZ
Am I missing something really simple?
As usual, any help gratefully received.