I have AT&T gig fiber. Their "awesome" modem doesn't support direct passthrough. So you have to configure IP passthrough to get the public IP on the WAN interface. If we loose power the OPNsense box reboots quicker than the ONT and I don't get a public IP until I reboot OPNsense again. This is an issue for things like remote access VPN. Is there an easy way to force a renew or reboot with the API or over SSH so I can build a reboot or renew script.
forgot to add..you can just take the interface down and back up using ifconfig igb0 down ifconfig igb0 upOf course you need to make sure that the interface id is correct.. in my case it is igb0.