Reload Interface Button on WAN interface over ssh

Started by Bytechanger, November 29, 2024, 01:04:04 PM

Previous topic - Next topic
Hi,

I´ve got an issue on OPNSense start, my LAN Interface doesn´t get an ipv6 (track interface) from WAN interface.
But if I klick reload on Interfaces->Overview at the WAN interface, it gets a new ipv6.

So how can I perform this click over ssh?
Wich scripts can I start?

/usr/local/sbin/configctl interface linkup stop <interface> && /usr/local/sbin/configctl interface reconfigure <interface> && /usr/local/sbin/configctl interface linkup start <interface>

doesn´t work.

Greets