/usr/local/etc/rc.newwanip: IP renwal starting (new: 87.144.153.x, old: , interface: VDSL[opt6], device: pppoe0)
root@OPNsense:/ # cat /tmp/pppoe0_oldip87.144.154.x
$cacheip_file = "/tmp/{$device}_oldip";if (!is_ipaddr($ip)) { /* remove previously cached IP since it is gone */ @unlink($cacheip_file); /* * Take care of OpenVPN and similar if you generate the event * to reconfigure an interface. OpenVPN might be in tap(4) * mode and not have an IP address. */ if (substr($device, 0, 4) != 'ovpn') { log_msg("Failed to detect IP for {$interface_descr}[{$interface}]", LOG_WARNING); return; }}
/usr/local/etc/rc.newwanip: IP renwal starting (new: 87.156.7.x, old: 87.144.15.x, interface: VDSL[opt6], device: pppoe0)