Yes, I guess I should have done that to begin with.
When things are working vs not,```
ifconfig igb1
working:
inet 108.245.XXX.XXX netmask 0xfffffc00 broadcast 108.245.XXX.255
inet 192.168.10.2 netmask 0xffffff00 broadcast 192.168.10.255
The obfuscated 108.245 address is the modem's address on the internet.
192.168.10.2 is the VIP, used for modem administration as the modem is at
192.168.10.1
In this scenario, 108.245.xxx.xxx is what will be used by "WAN" for firewall rules, OpenVPN, etc
"Status->Interfaces" shows this address for WAN
When things go wrong, I see:
inet 192.168.10.2 netmask 0xffffff00 broadcast 192.168.10.255
inet 108.245.XXX.XXX netmask 0xfffffc00 broadcast 108.245.XXX.255
"Status->Interfaces" shows 192.168.10.2 address for WAN, and things are broken.