Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erratic behaviour of WAN after R19.1 update and apply changes to the WAN interface settings #3200

Closed
Northguy opened this issue Feb 6, 2019 · 22 comments
Labels
support Community support

Comments

@Northguy
Copy link
Contributor

Northguy commented Feb 6, 2019

After install of R19.1 I experienced the MTU bug on WAN side (#3173 ), so applied the provided 'patch' with supersede interface-mtu 0

Now I applied R19.1.1, removed the supersede interface-mtu 0 option modifier, pressed 'save' and 'apply changes' and all of a sudden CPU spikes to 100% and WAN Gateway and Interface start behaving like a traffic light -> on / off / on / off....

Update: applies to any update done on the WAN interface settings, like Interfaces>Wan>General configuration>Description from "" into "test"

See screenshots. A reboot solves the issue, but this should not be necessary IMHO?

Sounds related to #3198

Hardware: Apu2d4. Error is reproducable. Willing to provide debugging info if shown where to look :-)

2

3

4

1

@AdSchellevis AdSchellevis added the support Community support label Feb 6, 2019
@AdSchellevis
Copy link
Member

Keep in mind that #3198 only impacts installations where media wasn't set to default.

@Northguy
Copy link
Contributor Author

Northguy commented Feb 6, 2019

#3198 is worse than my issue... toggling the speed settings on LAN made my system totally unresponsive. Maybe I should have tested on WAN to keep LAN accessable. Anyhow, rebooted and applied patch which seems to solve that issue. Toggling speed is possible without problems.

Changed option modifier again by filling in "supersed ...." , pressed save and system goes into high CPU again. My issue above seems unrelated and system seems to stay responsive, although CPU is high. In DMESG igb0 (wan) flips from up to down and back again.

Do you need any logging to debug this issue? If so, which?

@AdSchellevis
Copy link
Member

just to be sure, you didn't remove / disable

if (empty($wancfg['dhcphonourmtu'])) {
$dhclientconf .= " supersede interface-mtu 0;\n";
}
, did you? if it worked with the option patched in 19.1, your provider is sending you a faulty mtu..... which is solved in 19.1.1 (unless you disable the option).

@Northguy
Copy link
Contributor Author

Northguy commented Feb 6, 2019

@AdSchellevis no, I didn't. The box is ticked, so I assumed that the patch is in place for 19.1.1. I only removed the text in the options modifier box. In itself this should not change a thing, as patch is applied through the tick box. Ifconfig still shows MTU of 1500, which confirms this.

The system just goes into high cpu load and router advertisement deamon goes to 'red'. A reboot solves everything and cpu load goes to normal.

Apparently it just has to do with updating the WAN settings in general, because changing Interfaces>Wan>General configuration>Description from "" into "test" generates the same behaviour.

@AdSchellevis
Copy link
Member

and what does /var/log/syslog show when you tail it?

clog -f /var/log/system.log 

@Northguy
Copy link
Contributor Author

Northguy commented Feb 6, 2019

Hi,

Just renamed the WAN interface again, did a "Save" followed by "Apply" and it results in the following (starting at 22:04):

Feb 6 21:51:09 OPNsense flowd_aggregate.py: start watching flowd
Feb 6 21:51:12 OPNsense flowd_aggregate.py: vacuum src_addr_details_086400.sqlite
Feb 6 21:51:13 OPNsense flowd_aggregate.py: vacuum src_addr_000300.sqlite
Feb 6 21:51:13 OPNsense flowd_aggregate.py: vacuum src_addr_003600.sqlite
Feb 6 21:51:14 OPNsense flowd_aggregate.py: vacuum src_addr_086400.sqlite
Feb 6 21:51:14 OPNsense flowd_aggregate.py: vacuum dst_port_000300.sqlite
Feb 6 21:51:14 OPNsense flowd_aggregate.py: vacuum dst_port_003600.sqlite
Feb 6 21:51:14 OPNsense flowd_aggregate.py: vacuum dst_port_086400.sqlite
Feb 6 21:51:14 OPNsense flowd_aggregate.py: vacuum interface_000030.sqlite
Feb 6 21:51:14 OPNsense flowd_aggregate.py: vacuum interface_000300.sqlite
Feb 6 21:51:14 OPNsense flowd_aggregate.py: vacuum interface_003600.sqlite
Feb 6 21:51:14 OPNsense flowd_aggregate.py: vacuum interface_086400.sqlite
Feb 6 21:51:14 OPNsense flowd_aggregate.py: vacuum done
Feb 6 22:01:54 OPNsense opnsense: user 'root' authenticated successfully
Feb 6 22:01:54 OPNsense sshd[45930]: Accepted keyboard-interactive/pam for root from 192.168.1.116 port 56651 ssh2
Feb 6 22:04:57 OPNsense opnsense: /interfaces.php: Clearing states for stale wan route on igb0
Feb 6 22:04:58 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:04:58 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:04:58 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:04:58 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:04:58 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:04:58 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:04:58 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:04:58 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:04:58 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:04:59 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:00 OPNsense opnsense: /interfaces.php: Accept router advertisements on interface igb0
Feb 6 22:05:00 OPNsense kernel: igb0: link state changed to DOWN
Feb 6 22:05:00 OPNsense opnsense: /interfaces.php: ROUTING: entering configure using 'wan'
Feb 6 22:05:00 OPNsense opnsense: /interfaces.php: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:00 OPNsense opnsense: /interfaces.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:00 OPNsense opnsense: /interfaces.php: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:00 OPNsense opnsense: /interfaces.php: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:00 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv6 default route
Feb 6 22:05:01 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 6 22:05:01 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 6 22:05:03 OPNsense opnsense: /interfaces.php: Warning! services_radvd_configure(auto) found no suitable IPv6 address on igb1
Feb 6 22:05:03 OPNsense sshd[28481]: Received signal 15; terminating.
Feb 6 22:05:03 OPNsense sshd[91368]: Server listening on ::1 port 22.
Feb 6 22:05:03 OPNsense sshd[91368]: Server listening on 127.0.0.1 port 22.
Feb 6 22:05:03 OPNsense sshd[91368]: Server listening on 192.168.1.1 port 22.
Feb 6 22:05:05 OPNsense kernel: igb0: link state changed to UP
Feb 6 22:05:05 OPNsense opnsense: /interfaces.php: The command '/bin/pkill -'TERM' -F '/var/run/lighty-webConfigurator.pid'' returned exit code '15', the output was ''
Feb 6 22:05:05 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 6 22:05:05 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 6 22:05:06 OPNsense opnsense: /interfaces.php: The command '/bin/pkill -'HUP' 'php-cgi'' returned exit code '1', the output was ''
Feb 6 22:05:06 OPNsense opnsense: /interfaces.php: ROUTING: entering configure using defaults
Feb 6 22:05:06 OPNsense opnsense: /interfaces.php: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:06 OPNsense opnsense: /interfaces.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:06 OPNsense opnsense: /interfaces.php: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:06 OPNsense opnsense: /interfaces.php: ROUTING: creating /tmp/igb0_defaultgw using '82.74.106.1'
Feb 6 22:05:06 OPNsense opnsense: /interfaces.php: The command '/sbin/route add -'inet' default '82.74.106.1'' returned exit code '1', the output was 'add net default: gateway 82.74.106.1 fib 0: route already in table'
Feb 6 22:05:06 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv6 default route
Feb 6 22:05:06 OPNsense opnsense: /interfaces.php: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:06 OPNsense opnsense: /interfaces.php: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:05:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:05:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:05:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:05:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:09 OPNsense opnsense: /usr/local/etc/rc.linkup: Accept router advertisements on interface igb0
Feb 6 22:05:10 OPNsense kernel: igb0: link state changed to DOWN
Feb 6 22:05:10 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 6 22:05:10 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:10 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:10 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:10 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:10 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 6 22:05:14 OPNsense kernel: igb0: link state changed to UP
Feb 6 22:05:15 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:05:15 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:05:15 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:05:15 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:15 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:15 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:15 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:15 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:05:16 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:16 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:16 OPNsense opnsense: /usr/local/etc/rc.linkup: Warning! services_radvd_configure(auto) found no suitable IPv6 address on igb1
Feb 6 22:05:18 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 6 22:05:18 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 6 22:05:19 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 6 22:05:19 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 6 22:05:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:05:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:05:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:05:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:05:21 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:21 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:22 OPNsense opnsense: /usr/local/etc/rc.linkup: Accept router advertisements on interface igb0
Feb 6 22:05:23 OPNsense kernel: igb0: link state changed to DOWN
Feb 6 22:05:23 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 6 22:05:23 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:23 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:23 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:23 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:23 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 6 22:05:27 OPNsense kernel: igb0: link state changed to UP
Feb 6 22:05:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:05:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:05:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:05:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:05:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:29 OPNsense opnsense: /usr/local/etc/rc.linkup: Warning! services_radvd_configure(auto) found no suitable IPv6 address on igb1
Feb 6 22:05:30 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 6 22:05:30 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 6 22:05:31 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 6 22:05:31 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 6 22:05:32 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:05:32 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:05:33 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:05:33 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:33 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:33 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:33 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:33 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:05:33 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:33 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:34 OPNsense opnsense: /usr/local/etc/rc.linkup: Accept router advertisements on interface igb0
Feb 6 22:05:35 OPNsense kernel: igb0: link state changed to DOWN
Feb 6 22:05:35 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 6 22:05:35 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:35 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:35 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:35 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:35 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 6 22:05:39 OPNsense kernel: igb0: link state changed to UP
Feb 6 22:05:40 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:05:40 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:05:40 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:05:40 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:40 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:40 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:40 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:40 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:05:40 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:40 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:40 OPNsense opnsense: /usr/local/etc/rc.linkup: Warning! services_radvd_configure(auto) found no suitable IPv6 address on igb1
Feb 6 22:05:42 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 6 22:05:42 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 6 22:05:43 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 6 22:05:43 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 6 22:05:44 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:05:44 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:05:44 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:05:44 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:44 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:44 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:44 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:44 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:05:45 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:45 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:46 OPNsense opnsense: /usr/local/etc/rc.linkup: Accept router advertisements on interface igb0
Feb 6 22:05:46 OPNsense kernel: igb0: link state changed to DOWN
Feb 6 22:05:46 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 6 22:05:46 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:46 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:46 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:46 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:46 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 6 22:05:51 OPNsense kernel: igb0: link state changed to UP
Feb 6 22:05:51 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:05:52 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:05:52 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:05:52 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:52 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:52 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:52 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:52 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:05:52 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:52 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:52 OPNsense opnsense: /usr/local/etc/rc.linkup: Warning! services_radvd_configure(auto) found no suitable IPv6 address on igb1
Feb 6 22:05:54 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 6 22:05:54 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 6 22:05:55 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 6 22:05:55 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 6 22:05:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:05:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:05:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:05:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:05:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:05:58 OPNsense opnsense: /usr/local/etc/rc.linkup: Accept router advertisements on interface igb0
Feb 6 22:05:58 OPNsense kernel: igb0: link state changed to DOWN
Feb 6 22:05:58 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 6 22:05:58 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 6 22:05:58 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:05:58 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:05:58 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:05:58 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 6 22:06:02 OPNsense kernel: igb0: link state changed to UP
Feb 6 22:06:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:06:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:06:04 OPNsense opnsense: /usr/local/etc/rc.linkup: Warning! services_radvd_configure(auto) found no suitable IPv6 address on igb1
Feb 6 22:06:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:06:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:06:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:06:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:06:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:06:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:06:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:06:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:06:05 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 6 22:06:05 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 6 22:06:06 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 6 22:06:06 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 6 22:06:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 6 22:06:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: test[wan]) (real interface: igb0).
Feb 6 22:06:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 6 22:06:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 6 22:06:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:06:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:06:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:06:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 6 22:06:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:06:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 6 22:06:09 OPNsense opnsense: /usr/local/etc/rc.linkup: Accept router advertisements on interface igb0
Feb 6 22:06:09 OPNsense kernel: igb0: link state changed to DOWN
Feb 6 22:06:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 6 22:06:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 6 22:06:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 6 22:06:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 6 22:06:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 6 22:06:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
^C

@Northguy
Copy link
Contributor Author

Northguy commented Feb 6, 2019

NB: did not test on LAN, but might behave in the same way... if necessary I can test day after tomorrow

@AdSchellevis
Copy link
Member

Looks like issues with hardware/driver or cabling, card goes down, all events between are a result of the loss of link.

Feb 6 22:05:00 OPNsense kernel: igb0: link state changed to DOWN
Feb 6 22:05:05 OPNsense kernel: igb0: link state changed to UP
Feb 6 22:05:10 OPNsense kernel: igb0: link state changed to DOWN
Feb 6 22:05:14 OPNsense kernel: igb0: link state changed to UP
Feb 6 22:05:35 OPNsense kernel: igb0: link state changed to DOWN
Feb 6 22:05:39 OPNsense kernel: igb0: link state changed to UP
Feb 6 22:05:58 OPNsense kernel: igb0: link state changed to DOWN
Feb 6 22:06:02 OPNsense kernel: igb0: link state changed to UP

You could check your offloading settings, different switch / cable and media settings.

@Northguy Northguy changed the title Erratic behaviour of WAN after R19.1.1 update and removal of temporary patch Erratic behaviour of WAN after R19.1 update and apply changes to the WAN interface settings Feb 7, 2019
@Northguy
Copy link
Contributor Author

Northguy commented Feb 7, 2019

Driver seems unlikely, as this used to work with 18.7?

Did not change anything in the cabling, but will do some checking on that side this evening. Don't know what you mean with offloading settings.

There is no switch on igb0. It is directly connected to a bridged cable modem.

@AdSchellevis
Copy link
Member

19.1 has a different kernel (HardenedBSD 11.2), so driver might be different, although I haven't seen similar issues on the machines we're selling (also using igb drivers).

offloading settings, can be located Interfaces -> Settings (a screenshot might help) and the media settings on the interface can also shed light.

@Northguy
Copy link
Contributor Author

Northguy commented Feb 7, 2019

OK, I did some more testing. Once I change the IPv4 Configuration Type from DHCP to Static, using the last known IP and gateway from my ISP, the WAN interface stays stable and I can change the Description or any other field without any problems.

Apparently the interface flapping has something to do with the DHCP settings or rc.linkup: Hotplug event?. See log below of changing the Description without any link up/down issues.... CPU is behaving nicely with a flat line around 20% usage...

Unfortunately I do not have an ISP with static IP, so need to revert to DHCP sometime in near future....

Any ideas how to debug further? As far as driver issue or wrong cabling I would suspect also issues in static state (while not updating a field on interface settings), correct?

Feb 7 21:57:37 OPNsense opnsense: /usr/local/etc/rc.linkup: Hotplug event detected for Test(wan) but ignoring since interface is configured with static IP (82.74.106.222 ::)
Feb 7 21:57:38 OPNsense sshd[23808]: Received signal 15; terminating.
Feb 7 21:57:38 OPNsense sshd[7296]: Server listening on ::1 port 22.
Feb 7 21:57:38 OPNsense sshd[7296]: Server listening on 127.0.0.1 port 22.
Feb 7 21:57:38 OPNsense sshd[7296]: Server listening on 192.168.1.1 port 22.
Feb 7 21:57:40 OPNsense opnsense: /interfaces.php: The command '/bin/pkill -'HUP' 'php-cgi'' returned exit code '1', the output was ''
Feb 7 21:57:40 OPNsense opnsense: /interfaces.php: ROUTING: entering configure using defaults
Feb 7 21:57:40 OPNsense opnsense: /interfaces.php: ROUTING: IPv4 default gateway set to wan
Feb 7 21:57:40 OPNsense opnsense: /interfaces.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 7 21:57:40 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv4 default route
Feb 7 21:57:40 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv6 default route
Feb 7 21:57:41 OPNsense kernel: igb0: link state changed to UP
Feb 7 21:57:41 OPNsense opnsense: /usr/local/etc/rc.linkup: Hotplug event detected for Test(wan) but ignoring since interface is configured with static IP (82.74.106.222 ::)
Feb 7 21:57:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 7 21:57:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Test[wan]) (real interface: igb0).
Feb 7 21:57:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 7 21:57:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 7 21:57:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 7 21:57:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv4 default route
Feb 7 21:57:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 7 21:59:46 OPNsense opnsense: user 'root' authenticated successfully
Feb 7 21:59:46 OPNsense sshd[75976]: Accepted keyboard-interactive/pam for root from 192.168.1.41 port 8325 ssh2
Feb 7 22:04:58 OPNsense kernel: igb0: link state changed to DOWN
Feb 7 22:04:58 OPNsense opnsense: /interfaces.php: ROUTING: entering configure using 'wan'
Feb 7 22:04:58 OPNsense opnsense: /interfaces.php: ROUTING: IPv4 default gateway set to wan
Feb 7 22:04:58 OPNsense opnsense: /interfaces.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 7 22:04:58 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv4 default route
Feb 7 22:04:58 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv6 default route
Feb 7 22:04:58 OPNsense opnsense: /usr/local/etc/rc.linkup: Hotplug event detected for WAN(wan) but ignoring since interface is configured with static IP (82.74.106.222 ::)
Feb 7 22:05:00 OPNsense sshd[7296]: Received signal 15; terminating.
Feb 7 22:05:00 OPNsense sshd[4765]: Server listening on ::1 port 22.
Feb 7 22:05:00 OPNsense sshd[4765]: Server listening on 127.0.0.1 port 22.
Feb 7 22:05:00 OPNsense sshd[4765]: Server listening on 192.168.1.1 port 22.
Feb 7 22:05:02 OPNsense opnsense: /interfaces.php: The command '/bin/pkill -'HUP' 'php-cgi'' returned exit code '1', the output was ''
Feb 7 22:05:02 OPNsense opnsense: /interfaces.php: ROUTING: entering configure using defaults
Feb 7 22:05:02 OPNsense opnsense: /interfaces.php: ROUTING: IPv4 default gateway set to wan
Feb 7 22:05:02 OPNsense opnsense: /interfaces.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 7 22:05:02 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv4 default route
Feb 7 22:05:02 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv6 default route
Feb 7 22:05:02 OPNsense kernel: igb0: link state changed to UP
Feb 7 22:05:03 OPNsense opnsense: /usr/local/etc/rc.linkup: Hotplug event detected for WAN(wan) but ignoring since interface is configured with static IP (82.74.106.222 ::)
Feb 7 22:05:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 7 22:05:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 7 22:05:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 7 22:05:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 7 22:05:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 7 22:05:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv4 default route
Feb 7 22:05:04 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route

@fichtner
Copy link
Member

fichtner commented Feb 7, 2019

Probably same as #3197 and there is a patch in there to try as well.

@Northguy
Copy link
Contributor Author

Northguy commented Feb 7, 2019

Applied opnsense-patch c83bb8d but to no avail. When changing WAN static IP back to DHCP, same story all over again. Did not reboot after applying patch. Should I have done that?

Now applying opnsense-patch 2e314c0. will continue checking with logging tomorrow.

@Northguy
Copy link
Contributor Author

Northguy commented Feb 7, 2019

This is what happens when changing from Fixed IP to DHCP without opnsense-patch [c83bb8d] applied

Feb 7 23:55:25 OPNsense opnsense: /index.php: Successful login for user 'root' from: 192.168.1.41
Feb 7 23:55:25 OPNsense sshlockout[93527]: sshlockout/webConfigurator v3.0 star ting up
Feb 7 23:55:25 OPNsense kernel: OK
Feb 7 23:55:26 OPNsense kernel: /dev/ufs/OPNsense
Feb 7 23:55:27 OPNsense flowd_aggregate.py: startup, check database.
Feb 7 23:55:27 OPNsense kernel: SHA256 33 6C 53 C9 3E 51 C4 4E D0 AB 7E D6 91 D D 1E 5D
Feb 7 23:55:31 OPNsense flowd_aggregate.py: start watching flowd
Feb 7 23:55:49 OPNsense opnsense: user 'root' authenticated successfully
Feb 7 23:55:49 OPNsense sshd[9713]: Accepted keyboard-interactive/pam for root from 192.168.1.41 port 13852 ssh2
Feb 7 23:58:30 OPNsense flowd_aggregate.py: vacuum src_addr_details_086400.sqlite
Feb 7 23:58:32 OPNsense flowd_aggregate.py: vacuum src_addr_000300.sqlite
Feb 7 23:58:33 OPNsense flowd_aggregate.py: vacuum src_addr_003600.sqlite
Feb 7 23:58:33 OPNsense flowd_aggregate.py: vacuum src_addr_086400.sqlite
Feb 7 23:58:33 OPNsense flowd_aggregate.py: vacuum dst_port_000300.sqlite
Feb 7 23:58:33 OPNsense flowd_aggregate.py: vacuum dst_port_003600.sqlite
Feb 7 23:58:33 OPNsense flowd_aggregate.py: vacuum dst_port_086400.sqlite
Feb 7 23:58:33 OPNsense flowd_aggregate.py: vacuum interface_000030.sqlite
Feb 7 23:58:33 OPNsense flowd_aggregate.py: vacuum interface_000300.sqlite
Feb 7 23:58:34 OPNsense flowd_aggregate.py: vacuum interface_003600.sqlite
Feb 7 23:58:34 OPNsense flowd_aggregate.py: vacuum interface_086400.sqlite
Feb 7 23:58:34 OPNsense flowd_aggregate.py: vacuum done
Feb 8 00:00:40 OPNsense syslogd: exiting on signal 15
Feb 8 00:00:40 OPNsense syslogd: kernel boot file is /boot/kernel/kernel
Feb 8 00:02:11 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:11 OPNsense dhclient[22365]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:02:11 OPNsense sshlockout[36663]: sshlockout/webConfigurator v3.0 starting up
Feb 8 00:02:11 OPNsense dhclient[22365]: DHCPACK from 10.255.141.1
Feb 8 00:02:11 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:11 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:02:11 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:02:11 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:02:11 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:02:11 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:02:11 OPNsense dhclient: Creating resolv.conf
Feb 8 00:02:11 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 8 00:02:11 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 8 00:02:12 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 8 00:02:12 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:12 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:12 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:12 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:12 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 8 00:02:12 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:12 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:13 OPNsense dhclient[22365]: bound to 82.74.106.222 -- renewal in 227000 seconds.
Feb 8 00:02:13 OPNsense kernel: igb0: link state changed to DOWN
Feb 8 00:02:13 OPNsense opnsense: /interfaces.php: ROUTING: entering configure using 'wan'
Feb 8 00:02:13 OPNsense opnsense: /interfaces.php: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:13 OPNsense opnsense: /interfaces.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:13 OPNsense opnsense: /interfaces.php: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:14 OPNsense opnsense: /interfaces.php: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:14 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv6 default route
Feb 8 00:02:14 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 8 00:02:14 OPNsense dhclient[44493]: connection closed
Feb 8 00:02:14 OPNsense dhclient[44493]: exiting.
Feb 8 00:02:14 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 8 00:02:16 OPNsense sshd[12113]: Received signal 15; terminating.
Feb 8 00:02:16 OPNsense sshd[89255]: Server listening on ::1 port 22.
Feb 8 00:02:16 OPNsense sshd[89255]: Server listening on 127.0.0.1 port 22.
Feb 8 00:02:16 OPNsense sshd[89255]: Server listening on 192.168.1.1 port 22.
Feb 8 00:02:18 OPNsense kernel: igb0: link state changed to UP
Feb 8 00:02:18 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 8 00:02:18 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 8 00:02:19 OPNsense opnsense: /interfaces.php: The command '/bin/pkill -'HUP' 'php-cgi'' returned exit code '1', the output was ''
Feb 8 00:02:19 OPNsense opnsense: /interfaces.php: ROUTING: entering configure using defaults
Feb 8 00:02:19 OPNsense opnsense: /interfaces.php: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:19 OPNsense opnsense: /interfaces.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:19 OPNsense opnsense: /interfaces.php: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:19 OPNsense opnsense: /interfaces.php: ROUTING: removing /tmp/igb0_defaultgw
Feb 8 00:02:19 OPNsense opnsense: /interfaces.php: ROUTING: creating /tmp/igb0_defaultgw using '82.74.106.1'
Feb 8 00:02:19 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv6 default route
Feb 8 00:02:19 OPNsense kernel: arprequest: cannot find matching address
Feb 8 00:02:19 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:19 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 8 00:02:19 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 8 00:02:19 OPNsense dhclient[86500]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:02:19 OPNsense dhclient[86500]: DHCPACK from 10.255.141.1
Feb 8 00:02:19 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:19 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 8 00:02:19 OPNsense opnsense: /interfaces.php: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:19 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:02:19 OPNsense opnsense: /interfaces.php: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:19 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:02:19 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:02:19 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:02:19 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:02:19 OPNsense dhclient: Creating resolv.conf
Feb 8 00:02:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 8 00:02:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 8 00:02:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 8 00:02:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 8 00:02:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:22 OPNsense dhclient[86500]: bound to 82.74.106.222 -- renewal in 226996 seconds.
Feb 8 00:02:22 OPNsense kernel: igb0: link state changed to DOWN
Feb 8 00:02:22 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 8 00:02:22 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:22 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:22 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:22 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:22 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 8 00:02:27 OPNsense kernel: igb0: link state changed to UP
Feb 8 00:02:27 OPNsense dhclient[69476]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:02:27 OPNsense dhclient[69476]: DHCPACK from 10.255.141.1
Feb 8 00:02:27 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:27 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 8 00:02:27 OPNsense dhclient: Comparing Routers: Old: 82.74.106.1 New: 82.74.106.1
Feb 8 00:02:27 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:02:27 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:02:27 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:02:27 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:02:27 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:02:27 OPNsense dhclient: Creating resolv.conf
Feb 8 00:02:27 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 8 00:02:27 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 8 00:02:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 8 00:02:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 8 00:02:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:28 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:29 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 8 00:02:29 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 8 00:02:30 OPNsense dhclient[70086]: short write: wanted 20 got 0 bytes
Feb 8 00:02:30 OPNsense dhclient[70086]: exiting.
Feb 8 00:02:30 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 8 00:02:30 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 8 00:02:30 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:30 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 8 00:02:30 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 8 00:02:30 OPNsense dhclient[70877]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:02:30 OPNsense dhclient[70877]: DHCPACK from 10.255.141.1
Feb 8 00:02:30 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:30 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 8 00:02:30 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:02:30 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:02:30 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:02:30 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:02:30 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:02:30 OPNsense dhclient: Creating resolv.conf
Feb 8 00:02:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 8 00:02:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 8 00:02:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 8 00:02:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 8 00:02:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:32 OPNsense dhclient[70877]: bound to 82.74.106.222 -- renewal in 226990 seconds.
Feb 8 00:02:33 OPNsense kernel: igb0: link state changed to DOWN
Feb 8 00:02:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 8 00:02:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 8 00:02:37 OPNsense kernel: igb0: link state changed to UP
Feb 8 00:02:37 OPNsense dhclient[90677]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:02:37 OPNsense dhclient[90677]: DHCPACK from 10.255.141.1
Feb 8 00:02:37 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:37 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 8 00:02:37 OPNsense dhclient: Comparing Routers: Old: 82.74.106.1 New: 82.74.106.1
Feb 8 00:02:37 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:02:37 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:02:37 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:02:37 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:02:37 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:02:37 OPNsense dhclient: Creating resolv.conf
Feb 8 00:02:38 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 8 00:02:38 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 8 00:02:38 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 8 00:02:38 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:38 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:38 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:38 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:38 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 8 00:02:38 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:38 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:40 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 8 00:02:40 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 8 00:02:40 OPNsense dhclient[93166]: short write: wanted 20 got 0 bytes
Feb 8 00:02:40 OPNsense dhclient[93166]: exiting.
Feb 8 00:02:41 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 8 00:02:41 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 8 00:02:41 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:41 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 8 00:02:41 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 8 00:02:41 OPNsense dhclient[18949]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:02:41 OPNsense dhclient[18949]: DHCPACK from 10.255.141.1
Feb 8 00:02:41 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:41 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 8 00:02:41 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:02:41 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:02:41 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:02:41 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:02:41 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:02:41 OPNsense dhclient: Creating resolv.conf
Feb 8 00:02:41 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 8 00:02:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 8 00:02:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 8 00:02:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 8 00:02:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:42 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:43 OPNsense dhclient[18949]: bound to 82.74.106.222 -- renewal in 226985 seconds.
Feb 8 00:02:43 OPNsense kernel: igb0: link state changed to DOWN
Feb 8 00:02:43 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 8 00:02:43 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:43 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:43 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:43 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:43 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 8 00:02:48 OPNsense kernel: igb0: link state changed to UP
Feb 8 00:02:48 OPNsense dhclient[2413]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:02:48 OPNsense dhclient[2413]: DHCPACK from 10.255.141.1
Feb 8 00:02:48 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:48 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 8 00:02:48 OPNsense dhclient: Comparing Routers: Old: 82.74.106.1 New: 82.74.106.1
Feb 8 00:02:48 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:02:48 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:02:48 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:02:48 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:02:48 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:02:48 OPNsense dhclient: Creating resolv.conf
Feb 8 00:02:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 8 00:02:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 8 00:02:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 8 00:02:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 8 00:02:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:50 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 8 00:02:50 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 8 00:02:51 OPNsense dhclient[73593]: short write: wanted 20 got 0 bytes
Feb 8 00:02:51 OPNsense dhclient[73593]: exiting.
Feb 8 00:02:51 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 8 00:02:51 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 8 00:02:52 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:52 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 8 00:02:52 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 8 00:02:52 OPNsense dhclient[47076]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:02:52 OPNsense dhclient[47076]: DHCPACK from 10.255.141.1
Feb 8 00:02:52 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:52 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 8 00:02:52 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:02:52 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:02:52 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:02:52 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:02:52 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:02:52 OPNsense dhclient: Creating resolv.conf
Feb 8 00:02:52 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 8 00:02:52 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 8 00:02:53 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 8 00:02:53 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:53 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:53 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:53 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:53 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 8 00:02:53 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:53 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:02:54 OPNsense dhclient[47076]: bound to 82.74.106.222 -- renewal in 226979 seconds.
Feb 8 00:02:54 OPNsense kernel: igb0: link state changed to DOWN
Feb 8 00:02:54 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 8 00:02:54 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 8 00:02:54 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:02:54 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:02:54 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:02:54 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 8 00:02:59 OPNsense kernel: igb0: link state changed to UP
Feb 8 00:02:59 OPNsense dhclient[48833]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:02:59 OPNsense dhclient[48833]: DHCPACK from 10.255.141.1
Feb 8 00:02:59 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:02:59 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 8 00:02:59 OPNsense dhclient: Comparing Routers: Old: 82.74.106.1 New: 82.74.106.1
Feb 8 00:02:59 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:02:59 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:02:59 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:02:59 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:02:59 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:02:59 OPNsense dhclient: Creating resolv.conf
Feb 8 00:03:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 8 00:03:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 8 00:03:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 8 00:03:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 8 00:03:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:03:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:03:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:03:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 8 00:03:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:03:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:03:01 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 8 00:03:01 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 8 00:03:02 OPNsense dhclient[76257]: short write: wanted 20 got 0 bytes
Feb 8 00:03:02 OPNsense dhclient[76257]: exiting.
Feb 8 00:03:02 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 8 00:03:02 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 8 00:03:02 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:03:02 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 8 00:03:02 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 8 00:03:02 OPNsense dhclient[96176]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:03:02 OPNsense dhclient[96176]: DHCPACK from 10.255.141.1
Feb 8 00:03:02 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:03:02 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 8 00:03:02 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:03:02 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:03:02 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:03:03 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:03:03 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:03:03 OPNsense dhclient: Creating resolv.conf
Feb 8 00:03:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 8 00:03:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 8 00:03:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 8 00:03:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 8 00:03:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:03:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:03:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:03:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 8 00:03:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:03:03 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:03:05 OPNsense dhclient[96176]: bound to 82.74.106.222 -- renewal in 226974 seconds.
Feb 8 00:03:05 OPNsense kernel: igb0: link state changed to DOWN
Feb 8 00:03:05 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 8 00:03:05 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 8 00:03:05 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:03:05 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:03:05 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:03:05 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route

@Northguy
Copy link
Contributor Author

Northguy commented Feb 7, 2019

But when I leave WAN on DHCP and do a reboot, IP is acquired and no up/down changes. Apparently there is a difference between changing settings through the UI or doing a cold boot. In case of UI change, a HOTPLUG event is detected (although cable is not detached from NIC)

Feb 8 00:07:36 OPNsense reboot: rebooted by root
Feb 8 00:07:36 OPNsense syslogd: exiting on signal 15
Feb 8 00:09:03 OPNsense syslogd: kernel boot file is /boot/kernel/kernel
Feb 8 00:09:03 OPNsense kernel: Copyright (c) 2013-2018 The HardenedBSD Project.
Feb 8 00:09:03 OPNsense kernel: Copyright (c) 1992-2018 The FreeBSD Project.
Feb 8 00:09:03 OPNsense kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Feb 8 00:09:03 OPNsense kernel: The Regents of the University of California. All rights reserved.
Feb 8 00:09:03 OPNsense kernel: FreeBSD is a registered trademark of The FreeBSD Foundation.
Feb 8 00:09:03 OPNsense kernel: FreeBSD 11.2-RELEASE-p8-HBSD 31af16db12b(stable/19.1) amd64
Feb 8 00:09:03 OPNsense kernel: FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0)
Feb 8 00:09:03 OPNsense kernel: VT(vga): resolution 640x480
Feb 8 00:09:03 OPNsense kernel: HardenedBSD: initialize and check features (__HardenedBSD_version 1100056 __FreeBSD_version 1102000).
Feb 8 00:09:03 OPNsense kernel: CPU: AMD GX-412TC SOC (998.16-MHz K8-class CPU)
Feb 8 00:09:03 OPNsense kernel: Origin="AuthenticAMD" Id=0x730f01 Family=0x16 Model=0x30 Stepping=1
Feb 8 00:09:03 OPNsense kernel: Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
Feb 8 00:09:03 OPNsense kernel: Features2=0x3ed8220b<SSE3,PCLMULQDQ,MON,SSSE3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C>
Feb 8 00:09:03 OPNsense kernel: AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM>
Feb 8 00:09:03 OPNsense kernel: AMD Features2=0x1d4037ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT,Topology,PNXC,DBE,PTSC,PL2I>
Feb 8 00:09:03 OPNsense kernel: Structured Extended Features=0x8
Feb 8 00:09:03 OPNsense kernel: XSAVE Features=0x1
Feb 8 00:09:03 OPNsense kernel: SVM: NP,NRIP,AFlush,DAssist,NAsids=8
Feb 8 00:09:03 OPNsense kernel: TSC: P-state invariant, performance statistics
Feb 8 00:09:03 OPNsense kernel: real memory = 5083496448 (4848 MB)
Feb 8 00:09:03 OPNsense kernel: avail memory = 4074467328 (3885 MB)
Feb 8 00:09:03 OPNsense kernel: Event timer "LAPIC" quality 600
Feb 8 00:09:03 OPNsense kernel: ACPI APIC Table:
Feb 8 00:09:03 OPNsense kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
Feb 8 00:09:03 OPNsense kernel: FreeBSD/SMP: 1 package(s) x 4 core(s)
Feb 8 00:09:03 OPNsense kernel: ioapic1: Changing APIC ID to 5
Feb 8 00:09:03 OPNsense kernel: ioapic0 <Version 2.1> irqs 0-23 on motherboard
Feb 8 00:09:03 OPNsense kernel: ioapic1 <Version 2.1> irqs 24-55 on motherboard
Feb 8 00:09:03 OPNsense kernel: SMP: AP CPU #2 Launched!
Feb 8 00:09:03 OPNsense kernel: SMP: AP CPU #1 Launched!
Feb 8 00:09:03 OPNsense kernel: SMP: AP CPU #3 Launched!
Feb 8 00:09:03 OPNsense kernel: Timecounter "TSC" frequency 998160893 Hz quality 1000
Feb 8 00:09:03 OPNsense kernel: random: entropy device external interface
Feb 8 00:09:03 OPNsense kernel: wlan: mac acl policy registered
Feb 8 00:09:03 OPNsense kernel: netmap: loaded module
Feb 8 00:09:03 OPNsense kernel: module_register_init: MOD_LOAD (vesa, 0xffffffff8113fe30, 0) error 19
Feb 8 00:09:03 OPNsense kernel: kbd0 at kbdmux0
Feb 8 00:09:03 OPNsense kernel: nexus0
Feb 8 00:09:03 OPNsense kernel: vtvga0: on motherboard
Feb 8 00:09:03 OPNsense kernel: cryptosoft0: on motherboard
Feb 8 00:09:03 OPNsense kernel: acpi0: on motherboard
Feb 8 00:09:03 OPNsense kernel: acpi0: Power Button (fixed)
Feb 8 00:09:03 OPNsense kernel: cpu0: on acpi0
Feb 8 00:09:03 OPNsense kernel: cpu1: on acpi0
Feb 8 00:09:03 OPNsense kernel: cpu2: on acpi0
Feb 8 00:09:03 OPNsense kernel: cpu3: on acpi0
Feb 8 00:09:03 OPNsense kernel: atrtc0: port 0x70-0x71 irq 8 on acpi0
Feb 8 00:09:03 OPNsense kernel: atrtc0: registered as a time-of-day clock, resolution 1.000000s
Feb 8 00:09:03 OPNsense kernel: Event timer "RTC" frequency 32768 Hz quality 0
Feb 8 00:09:03 OPNsense kernel: attimer0: port 0x40-0x43 irq 0 on acpi0
Feb 8 00:09:03 OPNsense kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Feb 8 00:09:03 OPNsense kernel: Event timer "i8254" frequency 1193182 Hz quality 100
Feb 8 00:09:03 OPNsense kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
Feb 8 00:09:03 OPNsense kernel: acpi_timer0: <32-bit timer at 3.579545MHz> port 0x818-0x81b on acpi0
Feb 8 00:09:03 OPNsense kernel: hpet0: iomem 0xfed00000-0xfed003ff on acpi0
Feb 8 00:09:03 OPNsense kernel: Timecounter "HPET" frequency 14318180 Hz quality 950
Feb 8 00:09:03 OPNsense kernel: acpi_button0: on acpi0
Feb 8 00:09:03 OPNsense kernel: pcib0: port 0xcf8-0xcff on acpi0
Feb 8 00:09:03 OPNsense kernel: pci0: on pcib0
Feb 8 00:09:03 OPNsense kernel: pci0: <base peripheral, IOMMU> at device 0.2 (no driver attached)
Feb 8 00:09:03 OPNsense kernel: pcib1: irq 25 at device 2.2 on pci0
Feb 8 00:09:03 OPNsense kernel: pcib1: failed to allocate initial I/O port window: 0x1000-0x1fff
Feb 8 00:09:03 OPNsense kernel: pci1: on pcib1
Feb 8 00:09:03 OPNsense kernel: igb0: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> mem 0xf7a00000-0xf7a1ffff,0xf7a20000-0xf7a23fff irq 28 at device 0.0 on pci1
Feb 8 00:09:03 OPNsense kernel: igb0: Using MSIX interrupts with 5 vectors
Feb 8 00:09:03 OPNsense kernel: igb0: Ethernet address: 00:0d:b9:4e:6f:44
Feb 8 00:09:03 OPNsense kernel: igb0: Bound queue 0 to cpu 0
Feb 8 00:09:03 OPNsense kernel: igb0: Bound queue 1 to cpu 1
Feb 8 00:09:03 OPNsense kernel: igb0: Bound queue 2 to cpu 2
Feb 8 00:09:03 OPNsense kernel: igb0: Bound queue 3 to cpu 3
Feb 8 00:09:03 OPNsense kernel: igb0: netmap queues/slots: TX 4/1024, RX 4/1024
Feb 8 00:09:03 OPNsense kernel: pcib2: irq 26 at device 2.3 on pci0
Feb 8 00:09:03 OPNsense kernel: pci2: on pcib2
Feb 8 00:09:03 OPNsense kernel: igb1: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> port 0x2000-0x201f mem 0xf7b00000-0xf7b1ffff,0xf7b20000-0xf7b23fff irq 32 at device 0.0 on pci2
Feb 8 00:09:03 OPNsense kernel: igb1: Using MSIX interrupts with 5 vectors
Feb 8 00:09:03 OPNsense kernel: igb1: Ethernet address: 00:0d:b9:4e:6f:45
Feb 8 00:09:03 OPNsense kernel: igb1: Bound queue 0 to cpu 0
Feb 8 00:09:03 OPNsense kernel: igb1: Bound queue 1 to cpu 1
Feb 8 00:09:03 OPNsense kernel: igb1: Bound queue 2 to cpu 2
Feb 8 00:09:03 OPNsense kernel: igb1: Bound queue 3 to cpu 3
Feb 8 00:09:03 OPNsense kernel: igb1: netmap queues/slots: TX 4/1024, RX 4/1024
Feb 8 00:09:03 OPNsense kernel: pcib3: at device 2.4 on pci0
Feb 8 00:09:03 OPNsense kernel: pci3: on pcib3
Feb 8 00:09:03 OPNsense kernel: igb2: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> port 0x3000-0x301f mem 0xf7c00000-0xf7c1ffff,0xf7c20000-0xf7c23fff at device 0.0 on pci3
Feb 8 00:09:03 OPNsense kernel: igb2: Using MSIX interrupts with 5 vectors
Feb 8 00:09:03 OPNsense kernel: igb2: Ethernet address: 00:0d:b9:4e:6f:46
Feb 8 00:09:03 OPNsense kernel: igb2: Bound queue 0 to cpu 0
Feb 8 00:09:03 OPNsense kernel: igb2: Bound queue 1 to cpu 1
Feb 8 00:09:03 OPNsense kernel: igb2: Bound queue 2 to cpu 2
Feb 8 00:09:03 OPNsense kernel: igb2: Bound queue 3 to cpu 3
Feb 8 00:09:03 OPNsense kernel: igb2: netmap queues/slots: TX 4/1024, RX 4/1024
Feb 8 00:09:03 OPNsense kernel: pci0: <encrypt/decrypt> at device 8.0 (no driver attached)
Feb 8 00:09:03 OPNsense kernel: xhci0: <AMD FCH USB 3.0 controller> mem 0xf7fa2000-0xf7fa3fff irq 18 at device 16.0 on pci0
Feb 8 00:09:03 OPNsense kernel: xhci0: 32 bytes context size, 64-bit DMA
Feb 8 00:09:03 OPNsense kernel: xhci0: Unable to map MSI-X table
Feb 8 00:09:03 OPNsense kernel: usbus0 on xhci0
Feb 8 00:09:03 OPNsense kernel: usbus0: 5.0Gbps Super Speed USB v3.0
Feb 8 00:09:03 OPNsense kernel: ahci0: port 0x4010-0x4017,0x4020-0x4023,0x4018-0x401f,0x4024-0x4027,0x4000-0x400f mem 0xf7fa5000-0xf7fa53ff at device 17.0 on pci0
Feb 8 00:09:03 OPNsense kernel: ahci0: AHCI v1.30 with 2 6Gbps ports, Port Multiplier supported with FBS
Feb 8 00:09:03 OPNsense kernel: ahcich0: at channel 0 on ahci0
Feb 8 00:09:03 OPNsense kernel: ahcich1: at channel 1 on ahci0
Feb 8 00:09:03 OPNsense kernel: ehci0: <AMD FCH USB 2.0 controller> mem 0xf7fa6000-0xf7fa60ff irq 18 at device 19.0 on pci0
Feb 8 00:09:03 OPNsense kernel: usbus1: EHCI version 1.0
Feb 8 00:09:03 OPNsense kernel: usbus1 on ehci0
Feb 8 00:09:03 OPNsense kernel: usbus1: 480Mbps High Speed USB v2.0
Feb 8 00:09:03 OPNsense kernel: isab0: at device 20.3 on pci0
Feb 8 00:09:03 OPNsense kernel: isa0: on isab0
Feb 8 00:09:03 OPNsense kernel: sdhci_pci0: mem 0xf7fa7000-0xf7fa70ff at device 20.7 on pci0
Feb 8 00:09:03 OPNsense kernel: sdhci_pci0: 1 slot(s) allocated
Feb 8 00:09:03 OPNsense kernel: orm0: at iomem 0xee800-0xeffff on isa0
Feb 8 00:09:03 OPNsense kernel: ppc0: cannot reserve I/O port range
Feb 8 00:09:03 OPNsense kernel: uart0: <16550 or compatible> at port 0x3f8 irq 4 flags 0x10 on isa0
Feb 8 00:09:03 OPNsense kernel: uart0: console (115200,n,8,1)
Feb 8 00:09:03 OPNsense kernel: uart1: <16550 or compatible> at port 0x2f8 irq 3 on isa0
Feb 8 00:09:03 OPNsense kernel: hwpstate0: <Cool`n'Quiet 2.0> on cpu0
Feb 8 00:09:03 OPNsense kernel: Timecounters tick every 1.000 msec
Feb 8 00:09:03 OPNsense kernel: ugen1.1: at usbus1
Feb 8 00:09:03 OPNsense kernel: ugen0.1: <0x1022 XHCI root HUB> at usbus0
Feb 8 00:09:03 OPNsense kernel: uhub0: <AMD EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
Feb 8 00:09:03 OPNsense kernel: uhub1: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
Feb 8 00:09:03 OPNsense kernel: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
Feb 8 00:09:03 OPNsense kernel: ada0: <KINGSTON SUV500MS120G 003056RA> ACS-4 ATA SATA 3.x device
Feb 8 00:09:03 OPNsense kernel: ada0: Serial Number 50026B778237A0B4
Feb 8 00:09:03 OPNsense kernel: ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
Feb 8 00:09:03 OPNsense kernel: ada0: Command Queueing enabled
Feb 8 00:09:03 OPNsense kernel: ada0: 114473MB (234441648 512 byte sectors)
Feb 8 00:09:03 OPNsense kernel: Trying to mount root from ufs:/dev/ufs/OPNsense [rw]...
Feb 8 00:09:03 OPNsense kernel: random: unblocking device.
Feb 8 00:09:03 OPNsense kernel: uhub1: 4 ports with 4 removable, self powered
Feb 8 00:09:03 OPNsense kernel: uhub0: 2 ports with 2 removable, self powered
Feb 8 00:09:03 OPNsense kernel: ugen1.2: <vendor 0x0438 product 0x7900> at usbus1
Feb 8 00:09:03 OPNsense kernel: uhub2 on uhub0
Feb 8 00:09:03 OPNsense kernel: uhub2: <vendor 0x0438 product 0x7900, class 9/0, rev 2.00/0.18, addr 2> on usbus1
Feb 8 00:09:03 OPNsense kernel: uhub2: 4 ports with 4 removable, self powered
Feb 8 00:09:03 OPNsense kernel: igb0: link state changed to UP
Feb 8 00:09:03 OPNsense kernel: igb1: link state changed to UP
Feb 8 00:09:03 OPNsense kernel: aesni0: <AES-CBC,AES-XTS,AES-GCM,AES-ICM> on motherboard
Feb 8 00:09:03 OPNsense kernel: amdtemp0: on hostb5
Feb 8 00:09:03 OPNsense kernel:
Feb 8 00:09:03 OPNsense kernel: igb1: link state changed to DOWN
Feb 8 00:09:03 OPNsense sshlockout[77646]: sshlockout/webConfigurator v3.0 starting up
Feb 8 00:09:04 OPNsense kernel:
Feb 8 00:09:04 OPNsense kernel: igb0: link state changed to DOWN
Feb 8 00:09:08 OPNsense kernel: igb1: link state changed to UP
Feb 8 00:09:08 OPNsense kernel: igb0: link state changed to UP
Feb 8 00:09:08 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:09:08 OPNsense dhclient[12170]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:09:08 OPNsense dhclient[12170]: DHCPACK from 10.255.141.1
Feb 8 00:09:08 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:09:08 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:09:08 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:09:08 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:09:08 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:09:08 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:09:08 OPNsense dhclient: Creating resolv.conf
Feb 8 00:09:09 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal deferred during boot on 'igb0'
Feb 8 00:09:09 OPNsense dhclient[12170]: bound to 82.74.106.222 -- renewal in 226791 seconds.
Feb 8 00:09:09 OPNsense kernel: igb0: link state changed to DOWN
Feb 8 00:09:10 OPNsense kernel: pflog0: promiscuous mode enabled
Feb 8 00:09:10 OPNsense kernel: ...
Feb 8 00:09:10 OPNsense kernel: done.
Feb 8 00:09:10 OPNsense opnsense: /usr/local/etc/rc.bootup: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:09:10 OPNsense opnsense: /usr/local/etc/rc.bootup: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:09:10 OPNsense kernel: done.
Feb 8 00:09:10 OPNsense sshd[81896]: Server listening on ::1 port 22.
Feb 8 00:09:10 OPNsense sshd[81896]: Server listening on 127.0.0.1 port 22.
Feb 8 00:09:10 OPNsense sshd[81896]: Server listening on 192.168.1.1 port 22.
Feb 8 00:09:11 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: entering configure using defaults
Feb 8 00:09:11 OPNsense kernel: done.
Feb 8 00:09:11 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: IPv4 default gateway set to wan
Feb 8 00:09:11 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:09:11 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:09:11 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:09:11 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: skipping IPv6 default route
Feb 8 00:09:11 OPNsense kernel: done.
Feb 8 00:09:14 OPNsense kernel:
Feb 8 00:09:14 OPNsense kernel: igb0: link state changed to UP
Feb 8 00:09:14 OPNsense dhclient[38751]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 8 00:09:14 OPNsense dhclient[38751]: DHCPACK from 10.255.141.1
Feb 8 00:09:14 OPNsense dhclient: Starting delete_old_states()
Feb 8 00:09:14 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 8 00:09:14 OPNsense dhclient: Comparing Routers: Old: 82.74.106.1 New: 82.74.106.1
Feb 8 00:09:14 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 8 00:09:14 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 8 00:09:14 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 8 00:09:14 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 8 00:09:14 OPNsense dhclient: route add default 82.74.106.1
Feb 8 00:09:14 OPNsense dhclient: Creating resolv.conf
Feb 8 00:09:14 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal deferred during boot on 'igb0'
Feb 8 00:09:14 OPNsense dhclient[38751]: bound to 82.74.106.222 -- renewal in 226788 seconds.
Feb 8 00:09:15 OPNsense kernel: done.
Feb 8 00:09:15 OPNsense kernel: done.
Feb 8 00:09:15 OPNsense kernel: .
Feb 8 00:09:16 OPNsense kernel: ...
Feb 8 00:09:16 OPNsense kernel: done.
Feb 8 00:09:19 OPNsense kernel: done.
Feb 8 00:09:20 OPNsense kernel: done.
Feb 8 00:09:21 OPNsense syslogd: exiting on signal 15
Feb 8 00:09:21 OPNsense syslogd: kernel boot file is /boot/kernel/kernel
Feb 8 00:09:21 OPNsense kernel: Feb 8 00:09:21 filterlog: 68,,,0,igb0,match,pass,out,4,0x0,,64,7631,0,none,17,udp,56,82.74.106.222,199.7.91.13,8579,53,36
Feb 8 00:09:21 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 8 00:09:21 OPNsense sshlockout[79456]: sshlockout/webConfigurator v3.0 starting up
Feb 8 00:09:21 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: WAN[wan]) (real interface: igb0).
Feb 8 00:09:22 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 8 00:09:22 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 8 00:09:22 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 8 00:09:22 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 8 00:09:22 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 8 00:09:22 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 8 00:09:22 OPNsense opnsense: /usr/local/etc/rc.newwanip: Removing static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:09:22 OPNsense opnsense: /usr/local/etc/rc.newwanip: Adding static route for monitor 8.8.8.8 via 82.74.106.1
Feb 8 00:09:23 OPNsense kernel: OK
Feb 8 00:09:24 OPNsense kernel: Feb 8 00:09:24 filterlog: 68,,,0,igb0,match,pass,out,4,0x0,,64,62977,0,none,17,udp,69,82.74.106.222,216.252.166.10,34813,53,49
Feb 8 00:09:24 OPNsense opnsense: user 'root' authenticated successfully
Feb 8 00:09:24 OPNsense sshd[24662]: Accepted keyboard-interactive/pam for root from 192.168.1.41 port 15145 ssh2
Feb 8 00:09:45 OPNsense kernel: OK
Feb 8 00:09:47 OPNsense flowd_aggregate.py: startup, check database.
Feb 8 00:09:47 OPNsense kernel:
Feb 8 00:09:47 OPNsense kernel: SHA256 7a09ImF5mnwIGVdNhMOxyBXs6SExqk4IsP4bdWwYfBg (ED25519)
Feb 8 00:09:51 OPNsense flowd_aggregate.py: start watching flowd

@Northguy
Copy link
Contributor Author

Northguy commented Feb 8, 2019

#2372 (comment) also looks awfully similar

@Northguy
Copy link
Contributor Author

I think I can rule out cable and router HW. Changed cable, does not change issue, changed interfaces and issue moves with WAN interface selected. It either has to do with my Modem (did not change) or with the software.

What I notice is that everything runs smoothly when doing a fresh boot. When I change something on the opnsense WAN interface settings (indepentent if this is igb0 or igb1), the software change triggers a Hotplug event and following this event, somehow a loop is triggered.

Feb 10 12:05:31 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan Feb 10 12:05:31 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan

Tried the following steps:

  • Applied opnsense-revert opnsense
  • Applied opnsense-patch 2e314c0 -> Add additional logging on DHCP
  • save from system: settings: logging
  • rm /var/log/system.log
  • Renamed LAN description from "" to Localinternet -> No issue
  • Renamed WAN description from "tst" to "WANinternet" -> issue
  • System unresponsive, putty crashed
  • Hard reboot,
  • Double Gateway Created?? -> Deleted old gateway (not related to issue I guess, but is this 'normal' behaviour after renaming WAN description?
  • switched interfaces igb0<>igb1 (hotplug and changed interface through UI)
  • System again in loop for acquiring IP on igb1 this time
  • Reboot -> everything fine

See full log since 'rm /var/log/system.log' below

root@OPNsense:~ # cat /var/log/system.log
Feb 10 12:01:20 OPNsense syslogd: kernel boot file is /boot/kernel/kernel
Feb 10 12:02:41 OPNsense opnsense: /interfaces.php: ROUTING: entering configure using 'lan'
Feb 10 12:02:41 OPNsense opnsense: /interfaces.php: ROUTING: IPv4 default gateway set to wan
Feb 10 12:02:41 OPNsense opnsense: /interfaces.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:02:41 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv4 default route
Feb 10 12:02:41 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv6 default route
Feb 10 12:02:41 OPNsense sshlockout[45532]: sshlockout/webConfigurator v3.0 starting up
Feb 10 12:02:43 OPNsense sshd[20738]: Received signal 15; terminating.
Feb 10 12:02:43 OPNsense sshd[10185]: Server listening on ::1 port 22.
Feb 10 12:02:43 OPNsense sshd[10185]: Server listening on 127.0.0.1 port 22.
Feb 10 12:02:43 OPNsense sshd[10185]: Server listening on 192.168.1.1 port 22.
Feb 10 12:02:45 OPNsense opnsense: /interfaces.php: The command '/bin/pkill -'HUP' 'php-cgi'' returned exit code '1', the output was ''
Feb 10 12:02:45 OPNsense opnsense: /interfaces.php: ROUTING: entering configure using defaults
Feb 10 12:02:45 OPNsense opnsense: /interfaces.php: ROUTING: IPv4 default gateway set to wan
Feb 10 12:02:45 OPNsense opnsense: /interfaces.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:02:45 OPNsense opnsense: /interfaces.php: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:02:45 OPNsense opnsense: /interfaces.php: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:02:45 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv6 default route
Feb 10 12:05:25 OPNsense dhclient[54283]: connection closed
Feb 10 12:05:25 OPNsense dhclient[54283]: exiting.
Feb 10 12:05:26 OPNsense opnsense: /interfaces.php: Clearing states for stale wan route on igb0
Feb 10 12:05:26 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:05:26 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:05:26 OPNsense opnsense: /interfaces.php: The command '/sbin/dhclient -c '/var/etc/dhclient_wan.conf' -p '/var/run/dhclient.igb0.pid' 'igb0'' returned exit code '15', the output was 'igb0: no link ...'
Feb 10 12:05:26 OPNsense opnsense: /interfaces.php: ROUTING: entering configure using 'wan'
Feb 10 12:05:26 OPNsense opnsense: /interfaces.php: ROUTING: IPv4 default gateway set to wan
Feb 10 12:05:26 OPNsense opnsense: /interfaces.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:05:26 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv4 default route
Feb 10 12:05:26 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv6 default route
Feb 10 12:05:29 OPNsense sshd[10185]: Received signal 15; terminating.
Feb 10 12:05:29 OPNsense sshd[78736]: Server listening on ::1 port 22.
Feb 10 12:05:29 OPNsense sshd[78736]: Server listening on 127.0.0.1 port 22.
Feb 10 12:05:29 OPNsense sshd[78736]: Server listening on 192.168.1.1 port 22.
Feb 10 12:05:30 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:05:31 OPNsense opnsense: /interfaces.php: The command '/bin/pkill -'TERM' -F '/var/run/lighty-webConfigurator.pid'' returned exit code '15', the output was ''
Feb 10 12:05:31 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:05:31 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:05:31 OPNsense opnsense: /interfaces.php: The command '/bin/pkill -'HUP' 'php-cgi'' returned exit code '1', the output was ''
Feb 10 12:05:31 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:05:31 OPNsense opnsense: /interfaces.php: ROUTING: entering configure using defaults
Feb 10 12:05:31 OPNsense opnsense: /interfaces.php: ROUTING: IPv4 default gateway set to wan
Feb 10 12:05:31 OPNsense opnsense: /interfaces.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:05:31 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv4 default route
Feb 10 12:05:31 OPNsense opnsense: /interfaces.php: ROUTING: skipping IPv6 default route
Feb 10 12:05:36 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:05:36 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:05:36 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 10 12:05:36 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 10 12:05:36 OPNsense dhclient[83669]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:05:36 OPNsense dhclient[83669]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:05:36 OPNsense dhclient[83669]: DHCPACK from 10.255.141.1
Feb 10 12:05:36 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:05:36 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 10 12:05:36 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 10 12:05:36 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 10 12:05:36 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 10 12:05:36 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 10 12:05:36 OPNsense dhclient: route add default 82.74.106.1
Feb 10 12:05:36 OPNsense dhclient: Creating resolv.conf
Feb 10 12:05:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:05:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Waninternet[wan]) (real interface: igb0).
Feb 10 12:05:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:05:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:05:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:05:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:05:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:05:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:05:39 OPNsense dhclient[83669]: bound to 82.74.106.222 -- renewal in 300935 seconds.
Feb 10 12:05:39 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:05:39 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:05:39 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:05:39 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:05:39 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:05:39 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:05:42 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:05:42 OPNsense dhclient[73295]: connection closed
Feb 10 12:05:42 OPNsense dhclient[73295]: exiting.
Feb 10 12:05:42 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 10 12:05:43 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:05:43 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:05:43 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:05:48 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:05:48 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:05:48 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 10 12:05:48 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 10 12:05:48 OPNsense dhclient[87584]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:05:48 OPNsense dhclient[87584]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:05:48 OPNsense dhclient[87584]: DHCPACK from 10.255.141.1
Feb 10 12:05:48 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:05:48 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 10 12:05:48 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 10 12:05:48 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 10 12:05:48 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 10 12:05:48 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 10 12:05:48 OPNsense dhclient: route add default 82.74.106.1
Feb 10 12:05:48 OPNsense dhclient: Creating resolv.conf
Feb 10 12:05:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:05:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Waninternet[wan]) (real interface: igb0).
Feb 10 12:05:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:05:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:05:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:05:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:05:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:05:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:05:51 OPNsense dhclient[87584]: bound to 82.74.106.222 -- renewal in 300929 seconds.
Feb 10 12:05:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:05:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:05:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:05:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:05:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:05:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:05:54 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:05:54 OPNsense dhclient[43224]: connection closed
Feb 10 12:05:54 OPNsense dhclient[43224]: exiting.
Feb 10 12:05:54 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 10 12:05:55 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:05:55 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:05:55 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:06:00 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:06:00 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:06:00 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 10 12:06:00 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 10 12:06:00 OPNsense dhclient[58234]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:06:00 OPNsense dhclient[58234]: DHCPACK from 10.255.141.1
Feb 10 12:06:00 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:06:00 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 10 12:06:00 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 10 12:06:00 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 10 12:06:00 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 10 12:06:00 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 10 12:06:00 OPNsense dhclient: route add default 82.74.106.1
Feb 10 12:06:00 OPNsense dhclient: Creating resolv.conf
Feb 10 12:06:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:06:00 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Waninternet[wan]) (real interface: igb0).
Feb 10 12:06:01 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:06:01 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:01 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:01 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:06:01 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:06:01 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:06:03 OPNsense dhclient[58234]: bound to 82.74.106.222 -- renewal in 300923 seconds.
Feb 10 12:06:03 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:06:03 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:03 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:03 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:06:03 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:06:03 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:06:06 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:06:06 OPNsense dhclient[69445]: connection closed
Feb 10 12:06:06 OPNsense dhclient[69445]: exiting.
Feb 10 12:06:06 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 10 12:06:07 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:06:07 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:06:07 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:06:12 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:06:12 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:06:12 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 10 12:06:12 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 10 12:06:12 OPNsense dhclient[59475]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:06:12 OPNsense dhclient[59475]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:06:12 OPNsense dhclient[59475]: DHCPACK from 10.255.141.1
Feb 10 12:06:12 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:06:12 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 10 12:06:12 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 10 12:06:12 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 10 12:06:12 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 10 12:06:12 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 10 12:06:12 OPNsense dhclient: route add default 82.74.106.1
Feb 10 12:06:12 OPNsense dhclient: Creating resolv.conf
Feb 10 12:06:12 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:06:12 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Waninternet[wan]) (real interface: igb0).
Feb 10 12:06:13 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:06:13 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:13 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:13 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:06:13 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:06:13 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:06:15 OPNsense dhclient[59475]: bound to 82.74.106.222 -- renewal in 300917 seconds.
Feb 10 12:06:15 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:06:15 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:15 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:15 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:06:15 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:06:15 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:06:18 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:06:18 OPNsense dhclient[91564]: connection closed
Feb 10 12:06:18 OPNsense dhclient[91564]: exiting.
Feb 10 12:06:19 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 10 12:06:19 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:06:19 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:06:19 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:06:24 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:06:24 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:06:24 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 10 12:06:24 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 10 12:06:24 OPNsense dhclient[86679]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:06:24 OPNsense dhclient[86679]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:06:24 OPNsense dhclient[86679]: DHCPACK from 10.255.141.1
Feb 10 12:06:24 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:06:24 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 10 12:06:24 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 10 12:06:24 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 10 12:06:24 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 10 12:06:24 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 10 12:06:24 OPNsense dhclient: route add default 82.74.106.1
Feb 10 12:06:24 OPNsense dhclient: Creating resolv.conf
Feb 10 12:06:25 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:06:25 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Waninternet[wan]) (real interface: igb0).
Feb 10 12:06:25 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:06:25 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:25 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:25 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:06:25 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:06:25 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:06:27 OPNsense dhclient[86679]: bound to 82.74.106.222 -- renewal in 300911 seconds.
Feb 10 12:06:27 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:06:27 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:27 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:27 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:06:27 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:06:27 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:06:30 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:06:30 OPNsense dhclient[79555]: connection closed
Feb 10 12:06:30 OPNsense dhclient[79555]: exiting.
Feb 10 12:06:31 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 10 12:06:31 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:06:31 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:06:31 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:06:35 OPNsense opnsense: /interfaces_assign.php: ROUTING: entering configure using 'lan'
Feb 10 12:06:35 OPNsense opnsense: /interfaces_assign.php: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:35 OPNsense opnsense: /interfaces_assign.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:35 OPNsense opnsense: /interfaces_assign.php: ROUTING: skipping IPv4 default route
Feb 10 12:06:35 OPNsense opnsense: /interfaces_assign.php: ROUTING: skipping IPv6 default route
Feb 10 12:06:36 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:06:36 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:06:36 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 10 12:06:36 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 10 12:06:36 OPNsense dhclient[71193]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:06:36 OPNsense dhclient[71193]: DHCPACK from 10.255.141.1
Feb 10 12:06:36 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:06:36 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 10 12:06:36 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 10 12:06:36 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 10 12:06:36 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 10 12:06:36 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 10 12:06:36 OPNsense dhclient: route add default 82.74.106.1
Feb 10 12:06:36 OPNsense dhclient: Creating resolv.conf
Feb 10 12:06:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:06:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 192.168.1.1) (interface: Waninternet[wan]) (real interface: igb0).
Feb 10 12:06:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:06:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:06:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:06:37 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:06:38 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/sbin/dhclient -c '/var/etc/dhclient_wan.conf' -p '/var/run/dhclient.igb0.pid' 'igb0'' returned exit code '15', the output was 'igb0: no link ...... got link dhclient: Starting delete_old_states() dhclient: Comparing IPs: Old: 82.74.106.222 New: dhclient: Removing states from old IP '82.74.106.222' (new IP '') 0 states cleared killed 0 src nodes from 1 sources and 0 destinations DHCPREQUEST on igb0 to 255.255.255.255 port 67 DHCPACK from 10.255.141.1'
Feb 10 12:06:38 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:06:38 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:38 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:38 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:06:38 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:06:38 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:06:38 OPNsense opnsense: /interfaces_assign.php: Clearing states for stale wan route on igb0
Feb 10 12:06:39 OPNsense kernel: igb1: link state changed to DOWN
Feb 10 12:06:40 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/local/sbin/unbound -c '/var/unbound/unbound.conf'' returned exit code '1', the output was '[1549796800] unbound[74613:0] error: bind: address already in use [1549796800] unbound[74613:0] fatal error: could not open ports'
Feb 10 12:06:40 OPNsense dhclient[98221]: short write: wanted 20 got 0 bytes
Feb 10 12:06:40 OPNsense dhclient[98221]: exiting.
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:06:41 OPNsense opnsense: /usr/local/etc/rc.linkup: Warning! services_dhcpdv4_configure() found no suitable IPv4 address on lan
Feb 10 12:06:42 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:06:43 OPNsense kernel: igb1: link state changed to UP
Feb 10 12:06:43 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:06:43 OPNsense dhclient[27870]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1
Feb 10 12:06:44 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:06:44 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:06:44 OPNsense dhclient[27870]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1
Feb 10 12:06:44 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:06:45 OPNsense dhclient[27870]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2
Feb 10 12:06:47 OPNsense dhclient[27870]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 5
Feb 10 12:06:48 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:06:48 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:06:48 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 10 12:06:48 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 10 12:06:48 OPNsense dhclient[43746]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:06:48 OPNsense dhclient[43746]: DHCPACK from 10.255.141.1
Feb 10 12:06:49 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:06:49 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 10 12:06:49 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 10 12:06:49 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 10 12:06:49 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 10 12:06:49 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 10 12:06:49 OPNsense dhclient: route add default 82.74.106.1
Feb 10 12:06:49 OPNsense dhclient: Creating resolv.conf
Feb 10 12:06:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:06:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Waninternet[wan]) (real interface: igb0).
Feb 10 12:06:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:06:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:06:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:06:49 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:06:51 OPNsense dhclient[43746]: bound to 82.74.106.222 -- renewal in 300899 seconds.
Feb 10 12:06:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:06:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:06:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:06:51 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:06:52 OPNsense dhclient[27870]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 9
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:06:53 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/local/sbin/dhcpd -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid igb1' returned exit code '1', the output was 'Internet Systems Consortium DHCP Server 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ bad range, address 192.168.1.50 not in subnet 0.0.0.0 netmask 255.0.0.0 If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging. exiting.'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: Hotplug event detected for Localinternet(lan) but ignoring since interface is configured with static IP (192.168.1.1 ::)
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: Hotplug event detected for Localinternet(lan) but ignoring since interface is configured with static IP (192.168.1.1 ::)
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:06:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb1'
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 0.0.0.0) (interface: Localinternet[lan]) (real interface: igb1).
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'lan'
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv4 default route
Feb 10 12:06:56 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:06:58 OPNsense sshd[78736]: Received signal 15; terminating.
Feb 10 12:06:58 OPNsense sshd[82178]: Server listening on ::1 port 22.
Feb 10 12:06:58 OPNsense sshd[82178]: Server listening on 127.0.0.1 port 22.
Feb 10 12:06:58 OPNsense sshd[82178]: Server listening on 0.0.0.0 port 22.
Feb 10 12:06:59 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:06:59 OPNsense dhclient[43061]: connection closed
Feb 10 12:06:59 OPNsense dhclient[43061]: exiting.
Feb 10 12:06:59 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 10 12:07:00 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:07:00 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:07:00 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:07:01 OPNsense dhclient[27870]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 13
Feb 10 12:07:05 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:07:05 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:07:05 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 10 12:07:05 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 10 12:07:05 OPNsense dhclient[98731]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:07:05 OPNsense dhclient[98731]: DHCPACK from 10.255.141.1
Feb 10 12:07:05 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:07:05 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 10 12:07:05 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 10 12:07:05 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 10 12:07:05 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 10 12:07:05 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 10 12:07:05 OPNsense dhclient: route add default 82.74.106.1
Feb 10 12:07:05 OPNsense dhclient: Creating resolv.conf
Feb 10 12:07:06 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:07:06 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Waninternet[wan]) (real interface: igb0).
Feb 10 12:07:06 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:07:06 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:07:06 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:07:06 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:07:06 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:07:06 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:07:08 OPNsense dhclient[98731]: bound to 82.74.106.222 -- renewal in 300891 seconds.
Feb 10 12:07:08 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:07:08 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:07:08 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:07:08 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:07:08 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:07:08 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:07:09 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:07:10 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:07:10 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:07:10 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:07:10 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:07:10 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:07:10 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:07:10 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:07:10 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:07:10 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:07:10 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:07:10 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/local/sbin/dhcpd -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid igb1' returned exit code '1', the output was 'Internet Systems Consortium DHCP Server 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ bad range, address 192.168.1.50 not in subnet 0.0.0.0 netmask 255.0.0.0 If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging. exiting.'
Feb 10 12:07:11 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:07:11 OPNsense dhclient[5570]: connection closed
Feb 10 12:07:11 OPNsense dhclient[5570]: exiting.
Feb 10 12:07:11 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 10 12:07:12 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:07:12 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:07:12 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:07:14 OPNsense dhclient[27870]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 11
Feb 10 12:07:16 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:07:16 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:07:16 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 10 12:07:16 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 10 12:07:17 OPNsense dhclient[92689]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:07:17 OPNsense dhclient[92689]: DHCPACK from 10.255.141.1
Feb 10 12:07:17 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:07:17 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 10 12:07:17 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 10 12:07:17 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 10 12:07:17 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 10 12:07:17 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 10 12:07:17 OPNsense dhclient: route add default 82.74.106.1
Feb 10 12:07:17 OPNsense dhclient: Creating resolv.conf
Feb 10 12:07:17 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:07:17 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Waninternet[wan]) (real interface: igb0).
Feb 10 12:07:17 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:07:17 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:07:17 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:07:17 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:07:18 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:07:18 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:07:19 OPNsense dhclient[92689]: bound to 82.74.106.222 -- renewal in 300885 seconds.
Feb 10 12:07:19 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:07:19 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:07:19 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:07:19 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:07:20 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:07:20 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:07:21 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/local/sbin/dhcpd -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid igb1' returned exit code '1', the output was 'Internet Systems Consortium DHCP Server 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ bad range, address 192.168.1.50 not in subnet 0.0.0.0 netmask 255.0.0.0 If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging. exiting.'
Feb 10 12:07:22 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:07:23 OPNsense dhclient[77053]: connection closed
Feb 10 12:07:23 OPNsense dhclient[77053]: exiting.
Feb 10 12:07:23 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 10 12:07:23 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:07:23 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:07:24 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:07:25 OPNsense dhclient[27870]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 14
Feb 10 12:07:28 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:07:28 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:07:28 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 10 12:07:28 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 10 12:07:28 OPNsense dhclient[23162]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:07:28 OPNsense dhclient[23162]: DHCPACK from 10.255.141.1
Feb 10 12:07:28 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:07:28 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 10 12:07:28 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 10 12:07:28 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 10 12:07:28 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 10 12:07:28 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 10 12:07:28 OPNsense dhclient: route add default 82.74.106.1
Feb 10 12:07:29 OPNsense dhclient: Creating resolv.conf
Feb 10 12:07:29 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:07:29 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Waninternet[wan]) (real interface: igb0).
Feb 10 12:07:29 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:07:29 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:07:29 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:07:29 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:07:29 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:07:29 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:07:31 OPNsense dhclient[23162]: bound to 82.74.106.222 -- renewal in 300879 seconds.
Feb 10 12:07:31 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:07:31 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:07:31 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:07:31 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:07:31 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:07:31 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:07:33 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/local/sbin/dhcpd -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid igb1' returned exit code '1', the output was 'Internet Systems Consortium DHCP Server 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ bad range, address 192.168.1.50 not in subnet 0.0.0.0 netmask 255.0.0.0 If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging. exiting.'
Feb 10 12:07:34 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:07:34 OPNsense dhclient[23243]: connection closed
Feb 10 12:07:34 OPNsense dhclient[23243]: exiting.
Feb 10 12:07:35 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb0
Feb 10 12:07:35 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:07:35 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:07:36 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:07:39 OPNsense dhclient[27870]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1
Feb 10 12:07:40 OPNsense dhclient[27870]: No DHCPOFFERS received.
Feb 10 12:07:40 OPNsense dhclient[27870]: No working leases in persistent database - sleeping.
Feb 10 12:07:40 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:07:40 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:07:40 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:07:40 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New:
Feb 10 12:07:40 OPNsense dhclient: Removing states from old IP '82.74.106.222' (new IP '')
Feb 10 12:07:40 OPNsense dhclient[22442]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:07:40 OPNsense dhclient[22442]: DHCPACK from 10.255.141.1
Feb 10 12:07:40 OPNsense opnsense: /interfaces_assign.php: ROUTING: entering configure using 'wan'
Feb 10 12:07:40 OPNsense opnsense: /interfaces_assign.php: ROUTING: IPv4 default gateway set to wan
Feb 10 12:07:40 OPNsense opnsense: /interfaces_assign.php: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:07:40 OPNsense opnsense: /interfaces_assign.php: ROUTING: skipping IPv4 default route
Feb 10 12:07:40 OPNsense opnsense: /interfaces_assign.php: ROUTING: skipping IPv6 default route
Feb 10 12:07:40 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:07:40 OPNsense dhclient: Comparing IPs: Old: 82.74.106.222 New: 82.74.106.222
Feb 10 12:07:40 OPNsense dhclient: New IP Address (igb0): 82.74.106.222
Feb 10 12:07:40 OPNsense dhclient: New Subnet Mask (igb0): 255.255.254.0
Feb 10 12:07:40 OPNsense dhclient: New Broadcast Address (igb0): 255.255.255.255
Feb 10 12:07:40 OPNsense dhclient: New Routers (igb0): 82.74.106.1
Feb 10 12:07:40 OPNsense dhclient: route add default 82.74.106.1
Feb 10 12:07:40 OPNsense dhclient: Creating resolv.conf
Feb 10 12:07:41 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:07:41 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Waninternet[wan]) (real interface: igb0).
Feb 10 12:07:41 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:07:41 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:07:41 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:07:41 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:07:41 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:07:41 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:07:42 OPNsense opnsense: /interfaces_assign.php: The command '/usr/local/sbin/dhcpd -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid igb0' returned exit code '1', the output was 'Internet Systems Consortium DHCP Server 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ bad range, address 192.168.1.50 not in subnet 82.74.106.0 netmask 255.255.254.0 If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging. exiting.'
Feb 10 12:07:43 OPNsense dhclient[22442]: bound to 82.74.106.222 -- renewal in 300873 seconds.
Feb 10 12:07:43 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:07:43 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:07:43 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:07:43 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 82.74.106.1
Feb 10 12:07:44 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '82.74.106.1'
Feb 10 12:07:44 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:07:44 OPNsense kernel: igb1: link state changed to DOWN
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:07:45 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/local/sbin/dhcpd -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid igb1' returned exit code '1', the output was 'Internet Systems Consortium DHCP Server 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ bad range, address 192.168.1.50 not in subnet 0.0.0.0 netmask 255.0.0.0 If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging. exiting.'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: Hotplug event detected for Localinternet(lan) but ignoring since interface is configured with static IP (192.168.1.1 ::)
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:07:47 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: Hotplug event detected for Localinternet(lan) but ignoring since interface is configured with static IP (192.168.1.1 ::)
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:07:47 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 82.74.106.222) (interface: Localinternet[lan]) (real interface: igb0).
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'lan'
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv4 default route
Feb 10 12:07:48 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:07:50 OPNsense sshd[82178]: Received signal 15; terminating.
Feb 10 12:07:50 OPNsense sshd[72267]: Server listening on ::1 port 22.
Feb 10 12:07:50 OPNsense sshd[72267]: Server listening on 127.0.0.1 port 22.
Feb 10 12:07:50 OPNsense sshd[72267]: Server listening on 82.74.106.222 port 22.
Feb 10 12:07:51 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:07:51 OPNsense dhclient[11980]: connection closed
Feb 10 12:07:51 OPNsense dhclient[11980]: exiting.
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: Hotplug event detected for Localinternet(lan) but ignoring since interface is configured with static IP (192.168.1.1 ::)
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:07:52 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:07:52 OPNsense kernel: igb1: link state changed to UP
Feb 10 12:07:53 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:07:53 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:07:53 OPNsense kernel: igb1: link state changed to DOWN
Feb 10 12:07:58 OPNsense kernel: igb1: link state changed to UP
Feb 10 12:07:58 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:07:58 OPNsense dhclient[78568]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1
Feb 10 12:07:59 OPNsense dhclient[78568]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2
Feb 10 12:08:01 OPNsense dhclient[78568]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 4
Feb 10 12:08:05 OPNsense dhclient[78568]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 6
Feb 10 12:08:11 OPNsense dhclient[78568]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 8
Feb 10 12:08:15 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:08:15 OPNsense dhclient[15828]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:08:17 OPNsense dhclient[15828]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:08:19 OPNsense dhclient[78568]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 11
Feb 10 12:08:20 OPNsense dhclient[15828]: DHCPREQUEST on igb0 to 255.255.255.255 port 67
Feb 10 12:08:27 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 1
Feb 10 12:08:28 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 1
Feb 10 12:08:29 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 1
Feb 10 12:08:30 OPNsense dhclient[78568]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 14
Feb 10 12:08:30 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 1
Feb 10 12:08:31 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 1
Feb 10 12:08:32 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 1
Feb 10 12:08:33 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 2
Feb 10 12:08:35 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 4
Feb 10 12:08:39 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 8
Feb 10 12:08:44 OPNsense dhclient[78568]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 10
Feb 10 12:08:47 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 9
Feb 10 12:08:54 OPNsense dhclient[78568]: No DHCPOFFERS received.
Feb 10 12:08:54 OPNsense dhclient[78568]: No working leases in persistent database - sleeping.
Feb 10 12:08:54 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:08:54 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan'
Feb 10 12:08:54 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:08:54 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:08:54 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv4 default route
Feb 10 12:08:54 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route
Feb 10 12:08:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.5' '6c:b0:ce:24:b3:be'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.5'
Feb 10 12:08:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.6' '7c:8b:ca:a2:d0:20'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.6'
Feb 10 12:08:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.10' '00:11:32:0e:b5:95'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.10'
Feb 10 12:08:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.20' '00:ae:fa:4f:3b:7e'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.20'
Feb 10 12:08:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.21' '80:30:dc:7f:bc:e3'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.21'
Feb 10 12:08:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.22' 'a4:77:33:cc:eb:4a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.22'
Feb 10 12:08:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.40' '44:2c:05:9d:d1:8b'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.40'
Feb 10 12:08:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.41' 'ac:ed:5c:ae:76:85'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.41'
Feb 10 12:08:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.43' '88:b4:a6:cd:24:bc'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.43'
Feb 10 12:08:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.44' '80:58:f8:2e:f9:d8'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.44'
Feb 10 12:08:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/sbin/arp -s '192.168.1.45' 'ac:fd:ce:dd:b1:2a'' returned exit code '1', the output was 'arp: cannot intuit interface index and type for 192.168.1.45'
Feb 10 12:08:56 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/usr/local/sbin/dhcpd -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid igb0' returned exit code '1', the output was 'Internet Systems Consortium DHCP Server 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ bad range, address 192.168.1.50 not in subnet 82.74.106.0 netmask 255.255.254.0 If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging. exiting.'
Feb 10 12:08:56 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 12
Feb 10 12:08:57 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan
Feb 10 12:08:57 OPNsense dhclient[1889]: connection closed
Feb 10 12:08:57 OPNsense dhclient[1889]: exiting.
Feb 10 12:08:57 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan
Feb 10 12:08:57 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan
Feb 10 12:08:58 OPNsense kernel: igb1: link state changed to DOWN
Feb 10 12:09:02 OPNsense kernel: igb1: link state changed to UP
Feb 10 12:09:02 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:09:02 OPNsense dhclient[15661]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1
Feb 10 12:09:03 OPNsense dhclient[15661]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2
Feb 10 12:09:05 OPNsense dhclient[15661]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 3
Feb 10 12:09:08 OPNsense dhclient[15828]: DHCPDISCOVER on igb0 to 255.255.255.255 port 67 interval 7
Feb 10 12:09:08 OPNsense dhclient[15661]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 6
Feb 10 12:09:14 OPNsense dhclient[15661]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 7
Feb 10 12:11:09 OPNsense syslogd: kernel boot file is /boot/kernel/kernel
Feb 10 12:11:09 OPNsense kernel: Copyright (c) 2013-2018 The HardenedBSD Project.
Feb 10 12:11:09 OPNsense kernel: Copyright (c) 1992-2018 The FreeBSD Project.
Feb 10 12:11:09 OPNsense kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Feb 10 12:11:09 OPNsense kernel: The Regents of the University of California. All rights reserved.
Feb 10 12:11:09 OPNsense kernel: FreeBSD is a registered trademark of The FreeBSD Foundation.
Feb 10 12:11:09 OPNsense kernel: FreeBSD 11.2-RELEASE-p8-HBSD 31af16db12b(stable/19.1) amd64
Feb 10 12:11:09 OPNsense kernel: FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0)
Feb 10 12:11:09 OPNsense kernel: VT(vga): resolution 640x480
Feb 10 12:11:09 OPNsense kernel: HardenedBSD: initialize and check features (__HardenedBSD_version 1100056 __FreeBSD_version 1102000).
Feb 10 12:11:09 OPNsense kernel: CPU: AMD GX-412TC SOC (998.17-MHz K8-class CPU)
Feb 10 12:11:09 OPNsense kernel: Origin="AuthenticAMD" Id=0x730f01 Family=0x16 Model=0x30 Stepping=1
Feb 10 12:11:09 OPNsense kernel: Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
Feb 10 12:11:09 OPNsense kernel: Features2=0x3ed8220b<SSE3,PCLMULQDQ,MON,SSSE3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C>
Feb 10 12:11:09 OPNsense kernel: AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM>
Feb 10 12:11:09 OPNsense kernel: AMD Features2=0x1d4037ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT,Topology,PNXC,DBE,PTSC,PL2I>
Feb 10 12:11:09 OPNsense kernel: Structured Extended Features=0x8
Feb 10 12:11:09 OPNsense kernel: XSAVE Features=0x1
Feb 10 12:11:09 OPNsense kernel: SVM: NP,NRIP,AFlush,DAssist,NAsids=8
Feb 10 12:11:09 OPNsense kernel: TSC: P-state invariant, performance statistics
Feb 10 12:11:09 OPNsense kernel: real memory = 5083496448 (4848 MB)
Feb 10 12:11:09 OPNsense kernel: avail memory = 4074467328 (3885 MB)
Feb 10 12:11:09 OPNsense kernel: Event timer "LAPIC" quality 600
Feb 10 12:11:09 OPNsense kernel: ACPI APIC Table:
Feb 10 12:11:09 OPNsense kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
Feb 10 12:11:09 OPNsense kernel: FreeBSD/SMP: 1 package(s) x 4 core(s)
Feb 10 12:11:09 OPNsense kernel: ioapic1: Changing APIC ID to 5
Feb 10 12:11:09 OPNsense kernel: ioapic0 <Version 2.1> irqs 0-23 on motherboard
Feb 10 12:11:09 OPNsense kernel: ioapic1 <Version 2.1> irqs 24-55 on motherboard
Feb 10 12:11:09 OPNsense kernel: SMP: AP CPU #1 Launched!
Feb 10 12:11:09 OPNsense kernel: SMP: AP CPU #2 Launched!
Feb 10 12:11:09 OPNsense kernel: SMP: AP CPU #3 Launched!
Feb 10 12:11:09 OPNsense kernel: Timecounter "TSC" frequency 998166876 Hz quality 1000
Feb 10 12:11:09 OPNsense kernel: random: entropy device external interface
Feb 10 12:11:09 OPNsense kernel: wlan: mac acl policy registered
Feb 10 12:11:09 OPNsense kernel: netmap: loaded module
Feb 10 12:11:09 OPNsense kernel: module_register_init: MOD_LOAD (vesa, 0xffffffff8113fe30, 0) error 19
Feb 10 12:11:09 OPNsense kernel: kbd0 at kbdmux0
Feb 10 12:11:09 OPNsense kernel: nexus0
Feb 10 12:11:09 OPNsense kernel: vtvga0: on motherboard
Feb 10 12:11:09 OPNsense kernel: cryptosoft0: on motherboard
Feb 10 12:11:09 OPNsense kernel: acpi0: on motherboard
Feb 10 12:11:09 OPNsense kernel: acpi0: Power Button (fixed)
Feb 10 12:11:09 OPNsense kernel: cpu0: on acpi0
Feb 10 12:11:09 OPNsense kernel: cpu1: on acpi0
Feb 10 12:11:09 OPNsense kernel: cpu2: on acpi0
Feb 10 12:11:09 OPNsense kernel: cpu3: on acpi0
Feb 10 12:11:09 OPNsense kernel: atrtc0: port 0x70-0x71 irq 8 on acpi0
Feb 10 12:11:09 OPNsense kernel: atrtc0: registered as a time-of-day clock, resolution 1.000000s
Feb 10 12:11:09 OPNsense kernel: Event timer "RTC" frequency 32768 Hz quality 0
Feb 10 12:11:09 OPNsense kernel: attimer0: port 0x40-0x43 irq 0 on acpi0
Feb 10 12:11:09 OPNsense kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Feb 10 12:11:09 OPNsense kernel: Event timer "i8254" frequency 1193182 Hz quality 100
Feb 10 12:11:09 OPNsense kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
Feb 10 12:11:09 OPNsense kernel: acpi_timer0: <32-bit timer at 3.579545MHz> port 0x818-0x81b on acpi0
Feb 10 12:11:09 OPNsense kernel: hpet0: iomem 0xfed00000-0xfed003ff on acpi0
Feb 10 12:11:09 OPNsense kernel: Timecounter "HPET" frequency 14318180 Hz quality 950
Feb 10 12:11:09 OPNsense kernel: acpi_button0: on acpi0
Feb 10 12:11:09 OPNsense kernel: pcib0: port 0xcf8-0xcff on acpi0
Feb 10 12:11:09 OPNsense kernel: pci0: on pcib0
Feb 10 12:11:09 OPNsense kernel: pci0: <base peripheral, IOMMU> at device 0.2 (no driver attached)
Feb 10 12:11:09 OPNsense kernel: pcib1: irq 25 at device 2.2 on pci0
Feb 10 12:11:09 OPNsense kernel: pcib1: failed to allocate initial I/O port window: 0x1000-0x1fff
Feb 10 12:11:09 OPNsense kernel: pci1: on pcib1
Feb 10 12:11:09 OPNsense kernel: igb0: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> mem 0xf7a00000-0xf7a1ffff,0xf7a20000-0xf7a23fff irq 28 at device 0.0 on pci1
Feb 10 12:11:09 OPNsense kernel: igb0: Using MSIX interrupts with 5 vectors
Feb 10 12:11:09 OPNsense kernel: igb0: Ethernet address: 00:0d:b9:4e:6f:44
Feb 10 12:11:09 OPNsense kernel: igb0: Bound queue 0 to cpu 0
Feb 10 12:11:09 OPNsense kernel: igb0: Bound queue 1 to cpu 1
Feb 10 12:11:09 OPNsense kernel: igb0: Bound queue 2 to cpu 2
Feb 10 12:11:09 OPNsense kernel: igb0: Bound queue 3 to cpu 3
Feb 10 12:11:09 OPNsense kernel: igb0: netmap queues/slots: TX 4/1024, RX 4/1024
Feb 10 12:11:09 OPNsense kernel: pcib2: irq 26 at device 2.3 on pci0
Feb 10 12:11:09 OPNsense kernel: pci2: on pcib2
Feb 10 12:11:09 OPNsense kernel: igb1: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> port 0x2000-0x201f mem 0xf7b00000-0xf7b1ffff,0xf7b20000-0xf7b23fff irq 32 at device 0.0 on pci2
Feb 10 12:11:09 OPNsense kernel: igb1: Using MSIX interrupts with 5 vectors
Feb 10 12:11:09 OPNsense kernel: igb1: Ethernet address: 00:0d:b9:4e:6f:45
Feb 10 12:11:09 OPNsense kernel: igb1: Bound queue 0 to cpu 0
Feb 10 12:11:09 OPNsense kernel: igb1: Bound queue 1 to cpu 1
Feb 10 12:11:09 OPNsense kernel: igb1: Bound queue 2 to cpu 2
Feb 10 12:11:09 OPNsense kernel: igb1: Bound queue 3 to cpu 3
Feb 10 12:11:09 OPNsense kernel: igb1: netmap queues/slots: TX 4/1024, RX 4/1024
Feb 10 12:11:09 OPNsense kernel: pcib3: at device 2.4 on pci0
Feb 10 12:11:09 OPNsense kernel: pci3: on pcib3
Feb 10 12:11:09 OPNsense kernel: igb2: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> port 0x3000-0x301f mem 0xf7c00000-0xf7c1ffff,0xf7c20000-0xf7c23fff at device 0.0 on pci3
Feb 10 12:11:09 OPNsense kernel: igb2: Using MSIX interrupts with 5 vectors
Feb 10 12:11:09 OPNsense kernel: igb2: Ethernet address: 00:0d:b9:4e:6f:46
Feb 10 12:11:09 OPNsense kernel: igb2: Bound queue 0 to cpu 0
Feb 10 12:11:09 OPNsense kernel: igb2: Bound queue 1 to cpu 1
Feb 10 12:11:09 OPNsense kernel: igb2: Bound queue 2 to cpu 2
Feb 10 12:11:09 OPNsense kernel: igb2: Bound queue 3 to cpu 3
Feb 10 12:11:09 OPNsense kernel: igb2: netmap queues/slots: TX 4/1024, RX 4/1024
Feb 10 12:11:09 OPNsense kernel: pci0: <encrypt/decrypt> at device 8.0 (no driver attached)
Feb 10 12:11:09 OPNsense kernel: xhci0: <AMD FCH USB 3.0 controller> mem 0xf7fa2000-0xf7fa3fff irq 18 at device 16.0 on pci0
Feb 10 12:11:09 OPNsense kernel: xhci0: 32 bytes context size, 64-bit DMA
Feb 10 12:11:09 OPNsense kernel: xhci0: Unable to map MSI-X table
Feb 10 12:11:09 OPNsense kernel: usbus0 on xhci0
Feb 10 12:11:09 OPNsense kernel: usbus0: 5.0Gbps Super Speed USB v3.0
Feb 10 12:11:09 OPNsense kernel: ahci0: port 0x4010-0x4017,0x4020-0x4023,0x4018-0x401f,0x4024-0x4027,0x4000-0x400f mem 0xf7fa5000-0xf7fa53ff at device 17.0 on pci0
Feb 10 12:11:09 OPNsense kernel: ahci0: AHCI v1.30 with 2 6Gbps ports, Port Multiplier supported with FBS
Feb 10 12:11:09 OPNsense kernel: ahcich0: at channel 0 on ahci0
Feb 10 12:11:09 OPNsense kernel: ahcich1: at channel 1 on ahci0
Feb 10 12:11:09 OPNsense kernel: ehci0: <AMD FCH USB 2.0 controller> mem 0xf7fa6000-0xf7fa60ff irq 18 at device 19.0 on pci0
Feb 10 12:11:09 OPNsense kernel: usbus1: EHCI version 1.0
Feb 10 12:11:09 OPNsense kernel: usbus1 on ehci0
Feb 10 12:11:09 OPNsense kernel: usbus1: 480Mbps High Speed USB v2.0
Feb 10 12:11:09 OPNsense kernel: isab0: at device 20.3 on pci0
Feb 10 12:11:09 OPNsense kernel: isa0: on isab0
Feb 10 12:11:09 OPNsense kernel: sdhci_pci0: mem 0xf7fa7000-0xf7fa70ff at device 20.7 on pci0
Feb 10 12:11:09 OPNsense kernel: sdhci_pci0: 1 slot(s) allocated
Feb 10 12:11:09 OPNsense kernel: orm0: at iomem 0xee800-0xeffff on isa0
Feb 10 12:11:09 OPNsense kernel: ppc0: cannot reserve I/O port range
Feb 10 12:11:09 OPNsense kernel: uart0: <16550 or compatible> at port 0x3f8 irq 4 flags 0x10 on isa0
Feb 10 12:11:09 OPNsense kernel: uart0: console (115200,n,8,1)
Feb 10 12:11:09 OPNsense kernel: uart1: <16550 or compatible> at port 0x2f8 irq 3 on isa0
Feb 10 12:11:09 OPNsense kernel: hwpstate0: <Cooln'Quiet 2.0> on cpu0 Feb 10 12:11:09 OPNsense kernel: Timecounters tick every 1.000 msec Feb 10 12:11:09 OPNsense kernel: ugen0.1: <0x1022 XHCI root HUB> at usbus0 Feb 10 12:11:09 OPNsense kernel: ugen1.1: <AMD EHCI root HUB> at usbus1 Feb 10 12:11:09 OPNsense kernel: uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 Feb 10 12:11:09 OPNsense kernel: uhub1: <AMD EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1 Feb 10 12:11:09 OPNsense kernel: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 Feb 10 12:11:09 OPNsense kernel: ada0: <KINGSTON SUV500MS120G 003056RA> ACS-4 ATA SATA 3.x device Feb 10 12:11:09 OPNsense kernel: ada0: Serial Number 50026B778237A0B4 Feb 10 12:11:09 OPNsense kernel: ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes) Feb 10 12:11:09 OPNsense kernel: ada0: Command Queueing enabled Feb 10 12:11:09 OPNsense kernel: ada0: 114473MB (234441648 512 byte sectors) Feb 10 12:11:09 OPNsense kernel: Trying to mount root from ufs:/dev/ufs/OPNsense [rw]... Feb 10 12:11:09 OPNsense kernel: WARNING: /mnt was not properly dismounted Feb 10 12:11:09 OPNsense kernel: WARNING: /mnt: mount pending error: blocks 240 files 8 Feb 10 12:11:09 OPNsense kernel: uhub0: Feb 10 12:11:09 OPNsense kernel: 4 ports with 4 removable, self powered Feb 10 12:11:09 OPNsense kernel: WARNING: /mnt: reload pending error: blocks 240 files 8 Feb 10 12:11:09 OPNsense kernel: WARNING: /mnt: reload pending error: blocks 240 files 8 Feb 10 12:11:09 OPNsense kernel: uhub1: 2 ports with 2 removable, self powered Feb 10 12:11:09 OPNsense kernel: ugen1.2: <vendor 0x0438 product 0x7900> at usbus1 Feb 10 12:11:09 OPNsense kernel: uhub2 on uhub1 Feb 10 12:11:09 OPNsense kernel: uhub2: <vendor 0x0438 product 0x7900, class 9/0, rev 2.00/0.18, addr 2> on usbus1 Feb 10 12:11:09 OPNsense kernel: uhub2: 4 ports with 4 removable, self powered Feb 10 12:11:09 OPNsense kernel: WARNING: /mnt: reload pending error: blocks 240 files 8 Feb 10 12:11:09 OPNsense kernel: random: unblocking device. Feb 10 12:11:09 OPNsense kernel: igb0: link state changed to UP Feb 10 12:11:09 OPNsense kernel: igb1: link state changed to UP Feb 10 12:11:09 OPNsense kernel: aesni0: <AES-CBC,AES-XTS,AES-GCM,AES-ICM> on motherboard Feb 10 12:11:09 OPNsense kernel: amdtemp0: <AMD CPU On-Die Thermal Sensors> on hostb5 Feb 10 12:11:09 OPNsense kernel: Feb 10 12:11:09 OPNsense kernel: igb0: link state changed to DOWN Feb 10 12:11:09 OPNsense sshlockout[20628]: sshlockout/webConfigurator v3.0 starting up Feb 10 12:11:10 OPNsense kernel: Feb 10 12:11:10 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:11:14 OPNsense kernel: igb1: link state changed to UP Feb 10 12:11:14 OPNsense dhclient: Starting delete_old_states() Feb 10 12:11:14 OPNsense dhclient[37591]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:11:16 OPNsense dhclient[37591]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 5 Feb 10 12:11:21 OPNsense dhclient[37591]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 13 Feb 10 12:11:32 OPNsense kernel: igb0: link state changed to UP Feb 10 12:11:34 OPNsense dhclient[37591]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 16 Feb 10 12:11:50 OPNsense dhclient[37591]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 10 Feb 10 12:12:00 OPNsense dhclient[37591]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 11 Feb 10 12:12:11 OPNsense dhclient[37591]: No DHCPOFFERS received. Feb 10 12:12:11 OPNsense dhclient[37591]: No working leases in persistent database - sleeping. Feb 10 12:12:11 OPNsense dhclient: Starting delete_old_states() Feb 10 12:12:12 OPNsense kernel: pflog0: promiscuous mode enabled Feb 10 12:12:12 OPNsense kernel: ... Feb 10 12:12:13 OPNsense kernel: done. Feb 10 12:12:13 OPNsense sshd[16026]: Server listening on ::1 port 22. Feb 10 12:12:13 OPNsense kernel: done. Feb 10 12:12:13 OPNsense sshd[16026]: Server listening on 127.0.0.1 port 22. Feb 10 12:12:13 OPNsense sshd[16026]: Server listening on 192.168.1.1 port 22. Feb 10 12:12:13 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: entering configure using defaults Feb 10 12:12:13 OPNsense kernel: done. Feb 10 12:12:13 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: IPv4 default gateway set to wan Feb 10 12:12:13 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:12:13 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: skipping IPv4 default route Feb 10 12:12:13 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: skipping IPv6 default route Feb 10 12:12:14 OPNsense kernel: done. Feb 10 12:12:14 OPNsense kernel: done. Feb 10 12:12:15 OPNsense kernel: done. Feb 10 12:12:15 OPNsense kernel: done. Feb 10 12:12:16 OPNsense kernel: ... Feb 10 12:12:16 OPNsense kernel: done. Feb 10 12:12:19 OPNsense kernel: done. Feb 10 12:12:20 OPNsense kernel: done. Feb 10 12:12:21 OPNsense syslogd: exiting on signal 15 Feb 10 12:12:21 OPNsense syslogd: kernel boot file is /boot/kernel/kernel Feb 10 12:12:21 OPNsense kernel: done. Feb 10 12:12:36 OPNsense kernel: OK Feb 10 12:12:46 OPNsense kernel: OK Feb 10 12:12:48 OPNsense kernel: Feb 10 12:12:48 OPNsense kernel: SHA256 33 6C 53 C9 3E 51 C4 4E D0 AB 7E D6 91 DD 1E 5D Feb 10 12:12:49 OPNsense kernel: SHA256 Th14rhdPPjkrKFhP/LApkuQ3ZvaenTrdNktmgr1KYDM (ECDSA) Feb 10 12:12:49 OPNsense flowd_aggregate.py: startup, check database. Feb 10 12:12:49 OPNsense sshlockout[63550]: sshlockout/webConfigurator v3.0 starting up Feb 10 12:12:55 OPNsense flowd_aggregate.py: start watching flowd Feb 10 12:13:27 OPNsense dhclient: Starting delete_old_states() Feb 10 12:14:43 OPNsense dhclient: Starting delete_old_states() Feb 10 12:15:59 OPNsense dhclient: Starting delete_old_states() Feb 10 12:17:15 OPNsense dhclient: Starting delete_old_states() Feb 10 12:18:22 OPNsense opnsense: user 'root' authenticated successfully Feb 10 12:18:22 OPNsense sshd[2072]: Accepted keyboard-interactive/pam for root from 192.168.1.116 port 53684 ssh2 Feb 10 12:18:31 OPNsense dhclient: Starting delete_old_states() Feb 10 12:18:50 OPNsense api[18396]: no active session, user not found Feb 10 12:19:47 OPNsense dhclient: Starting delete_old_states() Feb 10 12:20:14 OPNsense api[18396]: no active session, user not found Feb 10 12:20:30 OPNsense opnsense: /index.php: Web GUI authentication error for 'root' from 192.168.1.116 Feb 10 12:20:35 OPNsense opnsense: /index.php: Successful login for user 'root' from: 192.168.1.116 Feb 10 12:21:03 OPNsense dhclient: Starting delete_old_states() Feb 10 12:22:19 OPNsense dhclient: Starting delete_old_states() Feb 10 12:23:35 OPNsense dhclient: Starting delete_old_states() Feb 10 12:24:51 OPNsense dhclient: Starting delete_old_states() Feb 10 12:25:01 OPNsense opnsense: /system_gateways.php: ROUTING: entering configure using defaults Feb 10 12:25:01 OPNsense opnsense: /system_gateways.php: ROUTING: no IPv4 default gateway set, assuming wan Feb 10 12:25:01 OPNsense opnsense: /system_gateways.php: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:25:01 OPNsense opnsense: /system_gateways.php: ROUTING: skipping IPv4 default route Feb 10 12:25:01 OPNsense opnsense: /system_gateways.php: ROUTING: skipping IPv6 default route Feb 10 12:26:07 OPNsense dhclient: Starting delete_old_states() Feb 10 12:26:32 OPNsense opnsense: /system_gateways.php: ROUTING: entering configure using defaults Feb 10 12:26:32 OPNsense opnsense: /system_gateways.php: ROUTING: IPv4 default gateway set to wan Feb 10 12:26:32 OPNsense opnsense: /system_gateways.php: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:26:32 OPNsense opnsense: /system_gateways.php: ROUTING: skipping IPv4 default route Feb 10 12:26:32 OPNsense opnsense: /system_gateways.php: ROUTING: skipping IPv6 default route Feb 10 12:27:23 OPNsense dhclient: Starting delete_old_states() Feb 10 12:28:39 OPNsense dhclient: Starting delete_old_states() Feb 10 12:28:56 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:28:56 OPNsense dhclient[66067]: connection closed Feb 10 12:28:56 OPNsense dhclient[66067]: exiting. Feb 10 12:28:57 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan Feb 10 12:28:57 OPNsense opnsense: /usr/local/etc/rc.configure_interface: The command '/sbin/dhclient -c '/var/etc/dhclient_wan.conf' -p '/var/run/dhclient.igb1.pid' 'igb1'' returned exit code '15', the output was 'igb1: no link ...' Feb 10 12:28:57 OPNsense opnsense: /usr/local/etc/rc.configure_interface: ROUTING: entering configure using 'wan' Feb 10 12:28:57 OPNsense opnsense: /usr/local/etc/rc.configure_interface: ROUTING: IPv4 default gateway set to wan Feb 10 12:28:57 OPNsense opnsense: /usr/local/etc/rc.configure_interface: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:28:57 OPNsense opnsense: /usr/local/etc/rc.configure_interface: ROUTING: skipping IPv4 default route Feb 10 12:28:57 OPNsense opnsense: /usr/local/etc/rc.configure_interface: ROUTING: skipping IPv6 default route Feb 10 12:29:01 OPNsense kernel: igb1: link state changed to UP Feb 10 12:29:01 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan Feb 10 12:29:01 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan Feb 10 12:29:02 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:29:06 OPNsense kernel: igb1: link state changed to UP Feb 10 12:29:06 OPNsense dhclient: Starting delete_old_states() Feb 10 12:29:06 OPNsense dhclient[28236]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:29:06 OPNsense dhclient[28236]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 5 Feb 10 12:29:11 OPNsense dhclient[28236]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 6 Feb 10 12:29:17 OPNsense dhclient[28236]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 13 Feb 10 12:29:30 OPNsense dhclient[28236]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 8 Feb 10 12:29:36 OPNsense dhclient[87639]: connection closed Feb 10 12:29:36 OPNsense dhclient[87639]: exiting. Feb 10 12:29:36 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/sbin/dhclient -c '/var/etc/dhclient_wan.conf' -p '/var/run/dhclient.igb1.pid' 'igb1'' returned exit code '15', the output was 'igb1: no link ...... got link dhclient: Starting delete_old_states() DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 5 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 6 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 13 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 8' Feb 10 12:29:36 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan' Feb 10 12:29:36 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan Feb 10 12:29:36 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:29:36 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv4 default route Feb 10 12:29:36 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route Feb 10 12:29:39 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan Feb 10 12:29:40 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan Feb 10 12:29:40 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan Feb 10 12:29:40 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:29:44 OPNsense kernel: igb1: link state changed to UP Feb 10 12:29:44 OPNsense dhclient: Starting delete_old_states() Feb 10 12:29:44 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1 Feb 10 12:29:44 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1 Feb 10 12:29:45 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:29:47 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:29:49 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:29:51 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 3 Feb 10 12:29:54 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 7 Feb 10 12:30:01 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 14 Feb 10 12:30:15 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 21 Feb 10 12:30:29 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:30:34 OPNsense kernel: igb1: link state changed to UP Feb 10 12:30:34 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:30:36 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 3 Feb 10 12:30:36 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:30:39 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 7 Feb 10 12:30:46 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 9 Feb 10 12:30:55 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 18 Feb 10 12:31:13 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 13 Feb 10 12:31:16 OPNsense kernel: igb1: link state changed to UP Feb 10 12:31:16 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:31:16 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:31:18 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:31:20 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 4 Feb 10 12:31:24 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 7 Feb 10 12:31:25 OPNsense kernel: igb1: link state changed to UP Feb 10 12:31:25 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:31:27 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 5 Feb 10 12:31:32 OPNsense dhclient[24650]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 11 Feb 10 12:31:39 OPNsense configd_ctl.py: error in configd communication Traceback (most recent call last): File "/usr/local/opnsense/service/configd_ctl.py", line 65, in exec_config_cmd line = sock.recv(65536) timeout: timed out Feb 10 12:31:40 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan Feb 10 12:31:40 OPNsense dhclient[92380]: connection closed Feb 10 12:31:40 OPNsense dhclient[92380]: exiting. Feb 10 12:31:40 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/sbin/dhclient -c '/var/etc/dhclient_wan.conf' -p '/var/run/dhclient.igb1.pid' 'igb1'' returned exit code '15', the output was 'igb1: no link ...... got link dhclient: Starting delete_old_states() DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 3 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 14 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 21 igb1 link state up -> down igb1 link state down -> up DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 3 igb1 link state up -> down DHCPDISCOVER on igb1 to 25 Feb 10 12:31:40 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan' Feb 10 12:31:40 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan Feb 10 12:31:40 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:31:40 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv4 default route Feb 10 12:31:40 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route Feb 10 12:31:41 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan Feb 10 12:31:41 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan Feb 10 12:31:41 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:31:46 OPNsense kernel: igb1: link state changed to UP Feb 10 12:31:46 OPNsense dhclient: Starting delete_old_states() Feb 10 12:31:46 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:31:46 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 3 Feb 10 12:31:49 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 8 Feb 10 12:31:57 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 8 Feb 10 12:31:58 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:32:02 OPNsense kernel: igb1: link state changed to UP Feb 10 12:32:02 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1 Feb 10 12:32:03 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:32:05 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 5 Feb 10 12:32:10 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 5 Feb 10 12:32:15 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 7 Feb 10 12:32:22 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 10 Feb 10 12:32:28 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:32:32 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 17 Feb 10 12:32:32 OPNsense kernel: igb1: link state changed to UP Feb 10 12:32:32 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:32:34 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 3 Feb 10 12:32:37 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 7 Feb 10 12:32:44 OPNsense dhclient[79298]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 19 Feb 10 12:32:55 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:32:55 OPNsense dhclient[15272]: connection closed Feb 10 12:32:55 OPNsense dhclient[15272]: exiting. Feb 10 12:32:55 OPNsense opnsense: /usr/local/etc/rc.linkup: The command '/sbin/dhclient -c '/var/etc/dhclient_wan.conf' -p '/var/run/dhclient.igb1.pid' 'igb1'' returned exit code '15', the output was 'igb1: no link ...... got link dhclient: Starting delete_old_states() DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 3 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 8 igb1 link state up -> down igb1 link state down -> up DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 5 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 5 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 10 igb1 link state up -> down DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 17 igb1 link state down -> up Feb 10 12:32:55 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan' Feb 10 12:32:55 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan Feb 10 12:32:55 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:32:55 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv4 default route Feb 10 12:32:55 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route Feb 10 12:32:58 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan Feb 10 12:32:58 OPNsense opnsense: /usr/local/etc/rc.configure_interface: The command '/sbin/dhclient -c '/var/etc/dhclient_wan.conf' -p '/var/run/dhclient.igb1.pid' 'igb1'' returned exit code '15', the output was 'igb1: no link .....' Feb 10 12:32:58 OPNsense opnsense: /usr/local/etc/rc.configure_interface: ROUTING: entering configure using 'wan' Feb 10 12:32:58 OPNsense opnsense: /usr/local/etc/rc.configure_interface: ROUTING: IPv4 default gateway set to wan Feb 10 12:32:58 OPNsense opnsense: /usr/local/etc/rc.configure_interface: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:32:58 OPNsense opnsense: /usr/local/etc/rc.configure_interface: ROUTING: skipping IPv4 default route Feb 10 12:32:58 OPNsense opnsense: /usr/local/etc/rc.configure_interface: ROUTING: skipping IPv6 default route Feb 10 12:32:59 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan Feb 10 12:32:59 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan Feb 10 12:33:00 OPNsense kernel: igb1: link state changed to UP Feb 10 12:33:00 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:33:04 OPNsense kernel: igb1: link state changed to UP Feb 10 12:33:04 OPNsense dhclient: Starting delete_old_states() Feb 10 12:33:04 OPNsense dhclient[55635]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 1 Feb 10 12:33:04 OPNsense dhclient[55635]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:33:06 OPNsense dhclient[55635]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 4 Feb 10 12:33:06 OPNsense dhclient[55635]: DHCPOFFER from 192.168.100.1 Feb 10 12:33:06 OPNsense dhclient[55635]: DHCPOFFER from 192.168.100.1 Feb 10 12:33:06 OPNsense dhclient[55635]: DHCPOFFER from 192.168.100.1 Feb 10 12:33:08 OPNsense dhclient[55635]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:33:08 OPNsense dhclient[55635]: DHCPACK from 192.168.100.1 Feb 10 12:33:08 OPNsense dhclient: Starting delete_old_states() Feb 10 12:33:08 OPNsense dhclient: New IP Address (igb1): 192.168.100.20 Feb 10 12:33:08 OPNsense dhclient: New Subnet Mask (igb1): 255.255.255.0 Feb 10 12:33:08 OPNsense dhclient: New Broadcast Address (igb1): 192.168.100.255 Feb 10 12:33:08 OPNsense dhclient: New Routers (igb1): Feb 10 12:33:08 OPNsense dhclient: Creating resolv.conf Feb 10 12:33:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb1' Feb 10 12:33:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 192.168.100.20) (interface: Waninternet[wan]) (real interface: igb1). Feb 10 12:33:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan' Feb 10 12:33:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan Feb 10 12:33:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:33:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv4 default route Feb 10 12:33:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route Feb 10 12:33:10 OPNsense dhclient[55635]: bound to 192.168.100.20 -- renewal in 30 seconds. Feb 10 12:33:11 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan' Feb 10 12:33:11 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan Feb 10 12:33:11 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:33:11 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv4 default route Feb 10 12:33:11 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route Feb 10 12:33:13 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan Feb 10 12:33:13 OPNsense dhclient[68399]: connection closed Feb 10 12:33:13 OPNsense dhclient[68399]: exiting. Feb 10 12:33:14 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan Feb 10 12:33:14 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan Feb 10 12:33:15 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:33:19 OPNsense kernel: igb1: link state changed to UP Feb 10 12:33:19 OPNsense dhclient: Starting delete_old_states() Feb 10 12:33:19 OPNsense dhclient: Comparing IPs: Old: 192.168.100.20 New: Feb 10 12:33:19 OPNsense dhclient: Removing states from old IP '192.168.100.20' (new IP '') Feb 10 12:33:19 OPNsense dhclient[51151]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:33:19 OPNsense dhclient[51151]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:33:19 OPNsense dhclient[51151]: DHCPACK from 192.168.100.1 Feb 10 12:33:19 OPNsense dhclient: Starting delete_old_states() Feb 10 12:33:19 OPNsense dhclient: Comparing IPs: Old: 192.168.100.20 New: 192.168.100.20 Feb 10 12:33:19 OPNsense dhclient: New IP Address (igb1): 192.168.100.20 Feb 10 12:33:19 OPNsense dhclient: New Subnet Mask (igb1): 255.255.255.0 Feb 10 12:33:19 OPNsense dhclient: New Broadcast Address (igb1): 192.168.100.255 Feb 10 12:33:19 OPNsense dhclient: New Routers (igb1): Feb 10 12:33:19 OPNsense dhclient: Creating resolv.conf Feb 10 12:33:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb1' Feb 10 12:33:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 192.168.100.20) (interface: Waninternet[wan]) (real interface: igb1). Feb 10 12:33:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan' Feb 10 12:33:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan Feb 10 12:33:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:33:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv4 default route Feb 10 12:33:20 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route Feb 10 12:33:22 OPNsense dhclient[51151]: bound to 192.168.100.20 -- renewal in 30 seconds. Feb 10 12:33:22 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan' Feb 10 12:33:22 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan Feb 10 12:33:22 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:33:22 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv4 default route Feb 10 12:33:22 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route Feb 10 12:33:25 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan Feb 10 12:33:25 OPNsense dhclient[69744]: connection closed Feb 10 12:33:25 OPNsense dhclient[69744]: exiting. Feb 10 12:33:26 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan Feb 10 12:33:26 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan Feb 10 12:33:26 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:33:30 OPNsense kernel: igb1: link state changed to UP Feb 10 12:33:31 OPNsense dhclient: Starting delete_old_states() Feb 10 12:33:31 OPNsense dhclient: Comparing IPs: Old: 192.168.100.20 New: Feb 10 12:33:31 OPNsense dhclient: Removing states from old IP '192.168.100.20' (new IP '') Feb 10 12:33:31 OPNsense dhclient[72420]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:33:31 OPNsense dhclient[72420]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:33:35 OPNsense dhclient[72420]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:33:46 OPNsense dhclient[72420]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 2 Feb 10 12:33:48 OPNsense dhclient[72420]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 4 Feb 10 12:33:52 OPNsense dhclient[72420]: DHCPDISCOVER on igb1 to 255.255.255.255 port 67 interval 11 Feb 10 12:33:52 OPNsense dhclient[72420]: DHCPOFFER from 10.255.141.1 Feb 10 12:33:54 OPNsense dhclient[72420]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:33:54 OPNsense dhclient[72420]: DHCPACK from 10.255.141.1 Feb 10 12:33:54 OPNsense dhclient: Starting delete_old_states() Feb 10 12:33:54 OPNsense dhclient: Comparing IPs: Old: 192.168.100.20 New: 217.104.47.234 Feb 10 12:33:54 OPNsense dhclient: Removing states from old IP '192.168.100.20' (new IP '217.104.47.234') Feb 10 12:33:54 OPNsense dhclient: New IP Address (igb1): 217.104.47.234 Feb 10 12:33:54 OPNsense dhclient: New Subnet Mask (igb1): 255.255.254.0 Feb 10 12:33:54 OPNsense dhclient: New Broadcast Address (igb1): 255.255.255.255 Feb 10 12:33:54 OPNsense dhclient: New Routers (igb1): 217.104.46.1 Feb 10 12:33:54 OPNsense dhclient: route add default 217.104.46.1 Feb 10 12:33:54 OPNsense dhclient: Creating resolv.conf Feb 10 12:33:54 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb1' Feb 10 12:33:54 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 217.104.47.234) (interface: Waninternet[wan]) (real interface: igb1). Feb 10 12:33:55 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan' Feb 10 12:33:55 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan Feb 10 12:33:55 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:33:55 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 217.104.46.1 Feb 10 12:33:55 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '217.104.46.1' Feb 10 12:33:55 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route Feb 10 12:33:56 OPNsense dhclient[72420]: bound to 217.104.47.234 -- renewal in 1800 seconds. Feb 10 12:33:56 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan' Feb 10 12:33:56 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan Feb 10 12:33:56 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:33:56 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 217.104.46.1 Feb 10 12:33:56 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '217.104.46.1' Feb 10 12:33:56 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route Feb 10 12:34:00 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan Feb 10 12:34:00 OPNsense dhclient[67081]: connection closed Feb 10 12:34:00 OPNsense dhclient[67081]: exiting. Feb 10 12:34:00 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb1 Feb 10 12:34:01 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan Feb 10 12:34:01 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan Feb 10 12:34:01 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:34:06 OPNsense kernel: igb1: link state changed to UP Feb 10 12:34:06 OPNsense dhclient: Starting delete_old_states() Feb 10 12:34:06 OPNsense dhclient: Comparing IPs: Old: 217.104.47.234 New: Feb 10 12:34:06 OPNsense dhclient: Removing states from old IP '217.104.47.234' (new IP '') Feb 10 12:34:06 OPNsense dhclient[64664]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:34:06 OPNsense dhclient[64664]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:34:06 OPNsense dhclient[64664]: DHCPACK from 10.255.141.1 Feb 10 12:34:06 OPNsense dhclient: Starting delete_old_states() Feb 10 12:34:06 OPNsense dhclient: Comparing IPs: Old: 217.104.47.234 New: 217.104.47.234 Feb 10 12:34:06 OPNsense dhclient: New IP Address (igb1): 217.104.47.234 Feb 10 12:34:06 OPNsense dhclient: New Subnet Mask (igb1): 255.255.254.0 Feb 10 12:34:06 OPNsense dhclient: New Broadcast Address (igb1): 255.255.255.255 Feb 10 12:34:06 OPNsense dhclient: New Routers (igb1): 217.104.46.1 Feb 10 12:34:06 OPNsense dhclient: route add default 217.104.46.1 Feb 10 12:34:06 OPNsense dhclient: Creating resolv.conf Feb 10 12:34:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb1' Feb 10 12:34:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 217.104.47.234) (interface: Waninternet[wan]) (real interface: igb1). Feb 10 12:34:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan' Feb 10 12:34:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan Feb 10 12:34:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:34:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 217.104.46.1 Feb 10 12:34:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '217.104.46.1' Feb 10 12:34:07 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route Feb 10 12:34:09 OPNsense dhclient[64664]: bound to 217.104.47.234 -- renewal in 1794 seconds. Feb 10 12:34:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan' Feb 10 12:34:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan Feb 10 12:34:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:34:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 217.104.46.1 Feb 10 12:34:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '217.104.46.1' Feb 10 12:34:09 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route Feb 10 12:34:12 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan Feb 10 12:34:12 OPNsense dhclient[99525]: connection closed Feb 10 12:34:12 OPNsense dhclient[99525]: exiting. Feb 10 12:34:13 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb1 Feb 10 12:34:13 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan Feb 10 12:34:13 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan Feb 10 12:34:14 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:34:18 OPNsense kernel: igb1: link state changed to UP Feb 10 12:34:18 OPNsense dhclient: Starting delete_old_states() Feb 10 12:34:18 OPNsense dhclient: Comparing IPs: Old: 217.104.47.234 New: Feb 10 12:34:18 OPNsense dhclient: Removing states from old IP '217.104.47.234' (new IP '') Feb 10 12:34:18 OPNsense dhclient[61805]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:34:18 OPNsense dhclient[61805]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:34:18 OPNsense dhclient[61805]: DHCPACK from 10.255.141.1 Feb 10 12:34:18 OPNsense dhclient: Starting delete_old_states() Feb 10 12:34:18 OPNsense dhclient: Comparing IPs: Old: 217.104.47.234 New: 217.104.47.234 Feb 10 12:34:18 OPNsense dhclient: New IP Address (igb1): 217.104.47.234 Feb 10 12:34:18 OPNsense dhclient: New Subnet Mask (igb1): 255.255.254.0 Feb 10 12:34:18 OPNsense dhclient: New Broadcast Address (igb1): 255.255.255.255 Feb 10 12:34:18 OPNsense dhclient: New Routers (igb1): 217.104.46.1 Feb 10 12:34:18 OPNsense dhclient: route add default 217.104.46.1 Feb 10 12:34:18 OPNsense dhclient: Creating resolv.conf Feb 10 12:34:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb1' Feb 10 12:34:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 217.104.47.234) (interface: Waninternet[wan]) (real interface: igb1). Feb 10 12:34:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan' Feb 10 12:34:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan Feb 10 12:34:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:34:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 217.104.46.1 Feb 10 12:34:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '217.104.46.1' Feb 10 12:34:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route Feb 10 12:34:21 OPNsense dhclient[61805]: bound to 217.104.47.234 -- renewal in 1788 seconds. Feb 10 12:34:21 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan' Feb 10 12:34:21 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan Feb 10 12:34:21 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:34:21 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 217.104.46.1 Feb 10 12:34:21 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '217.104.46.1' Feb 10 12:34:21 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route Feb 10 12:34:24 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan Feb 10 12:34:24 OPNsense dhclient[76412]: connection closed Feb 10 12:34:24 OPNsense dhclient[76412]: exiting. Feb 10 12:34:24 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb1 Feb 10 12:34:25 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan Feb 10 12:34:25 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan Feb 10 12:34:25 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:34:30 OPNsense kernel: igb1: link state changed to UP Feb 10 12:34:30 OPNsense dhclient: Starting delete_old_states() Feb 10 12:34:30 OPNsense dhclient: Comparing IPs: Old: 217.104.47.234 New: Feb 10 12:34:30 OPNsense dhclient: Removing states from old IP '217.104.47.234' (new IP '') Feb 10 12:34:30 OPNsense dhclient[85029]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:34:30 OPNsense dhclient[85029]: DHCPREQUEST on igb1 to 255.255.255.255 port 67 Feb 10 12:34:30 OPNsense dhclient[85029]: DHCPACK from 10.255.141.1 Feb 10 12:34:30 OPNsense dhclient: Starting delete_old_states() Feb 10 12:34:30 OPNsense dhclient: Comparing IPs: Old: 217.104.47.234 New: 217.104.47.234 Feb 10 12:34:30 OPNsense dhclient: New IP Address (igb1): 217.104.47.234 Feb 10 12:34:30 OPNsense dhclient: New Subnet Mask (igb1): 255.255.254.0 Feb 10 12:34:30 OPNsense dhclient: New Broadcast Address (igb1): 255.255.255.255 Feb 10 12:34:30 OPNsense dhclient: New Routers (igb1): 217.104.46.1 Feb 10 12:34:30 OPNsense dhclient: route add default 217.104.46.1 Feb 10 12:34:30 OPNsense dhclient: Creating resolv.conf Feb 10 12:34:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb1' Feb 10 12:34:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 217.104.47.234) (interface: Waninternet[wan]) (real interface: igb1). Feb 10 12:34:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan' Feb 10 12:34:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan Feb 10 12:34:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:34:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 217.104.46.1 Feb 10 12:34:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '217.104.46.1' Feb 10 12:34:31 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route Feb 10 12:34:33 OPNsense dhclient[85029]: bound to 217.104.47.234 -- renewal in 1782 seconds. Feb 10 12:34:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: entering configure using 'wan' Feb 10 12:34:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: IPv4 default gateway set to wan Feb 10 12:34:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: no IPv6 default gateway set, assuming wan Feb 10 12:34:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: setting IPv4 default route to 217.104.46.1 Feb 10 12:34:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: keeping current default gateway '217.104.46.1' Feb 10 12:34:33 OPNsense opnsense: /usr/local/etc/rc.linkup: ROUTING: skipping IPv6 default route Feb 10 12:34:36 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet detached event for wan Feb 10 12:34:36 OPNsense dhclient[6335]: connection closed Feb 10 12:34:36 OPNsense dhclient[6335]: exiting. Feb 10 12:34:36 OPNsense opnsense: /usr/local/etc/rc.linkup: Clearing states for stale wan route on igb1 Feb 10 12:34:37 OPNsense opnsense: /usr/local/etc/rc.linkup: DEVD Ethernet attached event for wan Feb 10 12:34:37 OPNsense opnsense: /usr/local/etc/rc.linkup: HOTPLUG: Configuring interface wan Feb 10 12:34:37 OPNsense kernel: igb1: link state changed to DOWN Feb 10 12:34:39 OPNsense reboot: rebooted by root Feb 10 12:34:39 OPNsense syslogd: exiting on signal 15 Feb 10 12:36:02 OPNsense syslogd: kernel boot file is /boot/kernel/kernel Feb 10 12:36:02 OPNsense kernel: Copyright (c) 2013-2018 The HardenedBSD Project. Feb 10 12:36:02 OPNsense kernel: Copyright (c) 1992-2018 The FreeBSD Project. Feb 10 12:36:02 OPNsense kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Feb 10 12:36:02 OPNsense kernel: The Regents of the University of California. All rights reserved. Feb 10 12:36:02 OPNsense kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Feb 10 12:36:02 OPNsense kernel: FreeBSD 11.2-RELEASE-p8-HBSD 31af16db12b(stable/19.1) amd64 Feb 10 12:36:02 OPNsense kernel: FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Feb 10 12:36:02 OPNsense kernel: VT(vga): resolution 640x480 Feb 10 12:36:02 OPNsense kernel: HardenedBSD: initialize and check features (__HardenedBSD_version 1100056 __FreeBSD_version 1102000). Feb 10 12:36:02 OPNsense kernel: CPU: AMD GX-412TC SOC (998.15-MHz K8-class CPU) Feb 10 12:36:02 OPNsense kernel: Origin="AuthenticAMD" Id=0x730f01 Family=0x16 Model=0x30 Stepping=1 Feb 10 12:36:02 OPNsense kernel: Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT> Feb 10 12:36:02 OPNsense kernel: Features2=0x3ed8220b<SSE3,PCLMULQDQ,MON,SSSE3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C> Feb 10 12:36:02 OPNsense kernel: AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM> Feb 10 12:36:02 OPNsense kernel: AMD Features2=0x1d4037ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT,Topology,PNXC,DBE,PTSC,PL2I> Feb 10 12:36:02 OPNsense kernel: Structured Extended Features=0x8<BMI1> Feb 10 12:36:02 OPNsense kernel: XSAVE Features=0x1<XSAVEOPT> Feb 10 12:36:02 OPNsense kernel: SVM: NP,NRIP,AFlush,DAssist,NAsids=8 Feb 10 12:36:02 OPNsense kernel: TSC: P-state invariant, performance statistics Feb 10 12:36:02 OPNsense kernel: real memory = 5083496448 (4848 MB) Feb 10 12:36:02 OPNsense kernel: avail memory = 4074467328 (3885 MB) Feb 10 12:36:02 OPNsense kernel: Event timer "LAPIC" quality 600 Feb 10 12:36:02 OPNsense kernel: ACPI APIC Table: <COREv4 COREBOOT> Feb 10 12:36:02 OPNsense kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Feb 10 12:36:02 OPNsense kernel: FreeBSD/SMP: 1 package(s) x 4 core(s) Feb 10 12:36:02 OPNsense kernel: ioapic1: Changing APIC ID to 5 Feb 10 12:36:02 OPNsense kernel: ioapic0 <Version 2.1> irqs 0-23 on motherboard Feb 10 12:36:02 OPNsense kernel: ioapic1 <Version 2.1> irqs 24-55 on motherboard Feb 10 12:36:02 OPNsense kernel: SMP: AP CPU #1 Launched! Feb 10 12:36:02 OPNsense kernel: SMP: AP CPU #2 Launched! Feb 10 12:36:02 OPNsense kernel: SMP: AP CPU #3 Launched! Feb 10 12:36:02 OPNsense kernel: Timecounter "TSC" frequency 998149520 Hz quality 1000 Feb 10 12:36:02 OPNsense kernel: random: entropy device external interface Feb 10 12:36:02 OPNsense kernel: wlan: mac acl policy registered Feb 10 12:36:02 OPNsense kernel: netmap: loaded module Feb 10 12:36:02 OPNsense kernel: module_register_init: MOD_LOAD (vesa, 0xffffffff8113fe30, 0) error 19 Feb 10 12:36:02 OPNsense kernel: kbd0 at kbdmux0 Feb 10 12:36:02 OPNsense kernel: nexus0 Feb 10 12:36:02 OPNsense kernel: vtvga0: <VT VGA driver> on motherboard Feb 10 12:36:02 OPNsense kernel: cryptosoft0: <software crypto> on motherboard Feb 10 12:36:02 OPNsense kernel: acpi0: <COREv4 COREBOOT> on motherboard Feb 10 12:36:02 OPNsense kernel: acpi0: Power Button (fixed) Feb 10 12:36:02 OPNsense kernel: cpu0: <ACPI CPU> on acpi0 Feb 10 12:36:02 OPNsense kernel: cpu1: <ACPI CPU> on acpi0 Feb 10 12:36:02 OPNsense kernel: cpu2: <ACPI CPU> on acpi0 Feb 10 12:36:02 OPNsense kernel: cpu3: <ACPI CPU> on acpi0 Feb 10 12:36:02 OPNsense kernel: atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 Feb 10 12:36:02 OPNsense kernel: atrtc0: registered as a time-of-day clock, resolution 1.000000s Feb 10 12:36:02 OPNsense kernel: Event timer "RTC" frequency 32768 Hz quality 0 Feb 10 12:36:02 OPNsense kernel: attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 Feb 10 12:36:02 OPNsense kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Feb 10 12:36:02 OPNsense kernel: Event timer "i8254" frequency 1193182 Hz quality 100 Feb 10 12:36:02 OPNsense kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 Feb 10 12:36:02 OPNsense kernel: acpi_timer0: <32-bit timer at 3.579545MHz> port 0x818-0x81b on acpi0 Feb 10 12:36:02 OPNsense kernel: hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Feb 10 12:36:02 OPNsense kernel: Timecounter "HPET" frequency 14318180 Hz quality 950 Feb 10 12:36:02 OPNsense kernel: acpi_button0: <Power Button> on acpi0 Feb 10 12:36:02 OPNsense kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 Feb 10 12:36:02 OPNsense kernel: pci0: <ACPI PCI bus> on pcib0 Feb 10 12:36:02 OPNsense kernel: pci0: <base peripheral, IOMMU> at device 0.2 (no driver attached) Feb 10 12:36:02 OPNsense kernel: pcib1: <ACPI PCI-PCI bridge> irq 25 at device 2.2 on pci0 Feb 10 12:36:02 OPNsense kernel: pcib1: failed to allocate initial I/O port window: 0x1000-0x1fff Feb 10 12:36:02 OPNsense kernel: pci1: <ACPI PCI bus> on pcib1 Feb 10 12:36:02 OPNsense kernel: igb0: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> mem 0xf7a00000-0xf7a1ffff,0xf7a20000-0xf7a23fff irq 28 at device 0.0 on pci1 Feb 10 12:36:02 OPNsense kernel: igb0: Using MSIX interrupts with 5 vectors Feb 10 12:36:02 OPNsense kernel: igb0: Ethernet address: 00:0d:b9:4e:6f:44 Feb 10 12:36:02 OPNsense kernel: igb0: Bound queue 0 to cpu 0 Feb 10 12:36:02 OPNsense kernel: igb0: Bound queue 1 to cpu 1 Feb 10 12:36:02 OPNsense kernel: igb0: Bound queue 2 to cpu 2 Feb 10 12:36:02 OPNsense kernel: igb0: Bound queue 3 to cpu 3 Feb 10 12:36:02 OPNsense kernel: igb0: netmap queues/slots: TX 4/1024, RX 4/1024 Feb 10 12:36:02 OPNsense kernel: pcib2: <ACPI PCI-PCI bridge> irq 26 at device 2.3 on pci0 Feb 10 12:36:02 OPNsense kernel: pci2: <ACPI PCI bus> on pcib2 Feb 10 12:36:02 OPNsense kernel: igb1: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> port 0x2000-0x201f mem 0xf7b00000-0xf7b1ffff,0xf7b20000-0xf7b23fff irq 32 at device 0.0 on pci2 Feb 10 12:36:02 OPNsense kernel: igb1: Using MSIX interrupts with 5 vectors Feb 10 12:36:02 OPNsense kernel: igb1: Ethernet address: 00:0d:b9:4e:6f:45 Feb 10 12:36:02 OPNsense kernel: igb1: Bound queue 0 to cpu 0 Feb 10 12:36:02 OPNsense kernel: igb1: Bound queue 1 to cpu 1 Feb 10 12:36:02 OPNsense kernel: igb1: Bound queue 2 to cpu 2 Feb 10 12:36:02 OPNsense kernel: igb1: Bound queue 3 to cpu 3 Feb 10 12:36:02 OPNsense kernel: igb1: netmap queues/slots: TX 4/1024, RX 4/1024 Feb 10 12:36:02 OPNsense kernel: pcib3: <ACPI PCI-PCI bridge> at device 2.4 on pci0 Feb 10 12:36:02 OPNsense kernel: pci3: <ACPI PCI bus> on pcib3 Feb 10 12:36:02 OPNsense kernel: igb2: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> port 0x3000-0x301f mem 0xf7c00000-0xf7c1ffff,0xf7c20000-0xf7c23fff at device 0.0 on pci3 Feb 10 12:36:02 OPNsense kernel: igb2: Using MSIX interrupts with 5 vectors Feb 10 12:36:02 OPNsense kernel: igb2: Ethernet address: 00:0d:b9:4e:6f:46 Feb 10 12:36:02 OPNsense kernel: igb2: Bound queue 0 to cpu 0 Feb 10 12:36:02 OPNsense kernel: igb2: Bound queue 1 to cpu 1 Feb 10 12:36:02 OPNsense kernel: igb2: Bound queue 2 to cpu 2 Feb 10 12:36:02 OPNsense kernel: igb2: Bound queue 3 to cpu 3 Feb 10 12:36:02 OPNsense kernel: igb2: netmap queues/slots: TX 4/1024, RX 4/1024 Feb 10 12:36:02 OPNsense kernel: pci0: <encrypt/decrypt> at device 8.0 (no driver attached) Feb 10 12:36:02 OPNsense kernel: xhci0: <AMD FCH USB 3.0 controller> mem 0xf7fa2000-0xf7fa3fff irq 18 at device 16.0 on pci0 Feb 10 12:36:02 OPNsense kernel: xhci0: 32 bytes context size, 64-bit DMA Feb 10 12:36:02 OPNsense kernel: xhci0: Unable to map MSI-X table Feb 10 12:36:02 OPNsense kernel: usbus0 on xhci0 Feb 10 12:36:02 OPNsense kernel: usbus0: 5.0Gbps Super Speed USB v3.0 Feb 10 12:36:02 OPNsense kernel: ahci0: <AMD Hudson-2 AHCI SATA controller> port 0x4010-0x4017,0x4020-0x4023,0x4018-0x401f,0x4024-0x4027,0x4000-0x400f mem 0xf7fa5000-0xf7fa53ff at device 17.0 on pci0 Feb 10 12:36:02 OPNsense kernel: ahci0: AHCI v1.30 with 2 6Gbps ports, Port Multiplier supported with FBS Feb 10 12:36:02 OPNsense kernel: ahcich0: <AHCI channel> at channel 0 on ahci0 Feb 10 12:36:02 OPNsense kernel: ahcich1: <AHCI channel> at channel 1 on ahci0 Feb 10 12:36:02 OPNsense kernel: ehci0: <AMD FCH USB 2.0 controller> mem 0xf7fa6000-0xf7fa60ff irq 18 at device 19.0 on pci0 Feb 10 12:36:02 OPNsense kernel: usbus1: EHCI version 1.0 Feb 10 12:36:02 OPNsense kernel: usbus1 on ehci0 Feb 10 12:36:02 OPNsense kernel: usbus1: 480Mbps High Speed USB v2.0 Feb 10 12:36:02 OPNsense kernel: isab0: <PCI-ISA bridge> at device 20.3 on pci0 Feb 10 12:36:02 OPNsense kernel: isa0: <ISA bus> on isab0 Feb 10 12:36:02 OPNsense kernel: sdhci_pci0: <Generic SD HCI> mem 0xf7fa7000-0xf7fa70ff at device 20.7 on pci0 Feb 10 12:36:02 OPNsense kernel: sdhci_pci0: 1 slot(s) allocated Feb 10 12:36:02 OPNsense kernel: orm0: <ISA Option ROM> at iomem 0xee800-0xeffff on isa0 Feb 10 12:36:02 OPNsense kernel: ppc0: cannot reserve I/O port range Feb 10 12:36:02 OPNsense kernel: uart0: <16550 or compatible> at port 0x3f8 irq 4 flags 0x10 on isa0 Feb 10 12:36:02 OPNsense kernel: uart0: console (115200,n,8,1) Feb 10 12:36:02 OPNsense kernel: uart1: <16550 or compatible> at port 0x2f8 irq 3 on isa0 Feb 10 12:36:02 OPNsense kernel: hwpstate0: <Cooln'Quiet 2.0> on cpu0
Feb 10 12:36:02 OPNsense kernel: Timecounters tick every 1.000 msec
Feb 10 12:36:02 OPNsense kernel: ugen0.1: <0x1022 XHCI root HUB> at usbus0
Feb 10 12:36:02 OPNsense kernel: ugen1.1: at usbus1
Feb 10 12:36:02 OPNsense kernel: uhub0: <0x1022 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
Feb 10 12:36:02 OPNsense kernel: uhub1: <AMD EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
Feb 10 12:36:02 OPNsense kernel: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
Feb 10 12:36:02 OPNsense kernel: ada0: <KINGSTON SUV500MS120G 003056RA> ACS-4 ATA SATA 3.x device
Feb 10 12:36:02 OPNsense kernel: ada0: Serial Number 50026B778237A0B4
Feb 10 12:36:02 OPNsense kernel: ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
Feb 10 12:36:02 OPNsense kernel: ada0: Command Queueing enabled
Feb 10 12:36:02 OPNsense kernel: ada0: 114473MB (234441648 512 byte sectors)
Feb 10 12:36:02 OPNsense kernel: Trying to mount root from ufs:/dev/ufs/OPNsense [rw]...
Feb 10 12:36:02 OPNsense kernel: uhub0: 4 ports with 4 removable, self powered
Feb 10 12:36:02 OPNsense kernel: random: unblocking device.
Feb 10 12:36:02 OPNsense kernel: uhub1: 2 ports with 2 removable, self powered
Feb 10 12:36:02 OPNsense kernel: ugen1.2: <vendor 0x0438 product 0x7900> at usbus1
Feb 10 12:36:02 OPNsense kernel: uhub2 on uhub1
Feb 10 12:36:02 OPNsense kernel: uhub2: <vendor 0x0438 product 0x7900, class 9/0, rev 2.00/0.18, addr 2> on usbus1
Feb 10 12:36:02 OPNsense kernel: uhub2: 4 ports with 4 removable, self powered
Feb 10 12:36:02 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:36:02 OPNsense kernel: igb1: link state changed to UP
Feb 10 12:36:02 OPNsense kernel: aesni0: <AES-CBC,AES-XTS,AES-GCM,AES-ICM> on motherboard
Feb 10 12:36:02 OPNsense kernel: amdtemp0: on hostb5
Feb 10 12:36:02 OPNsense kernel:
Feb 10 12:36:02 OPNsense kernel: igb0: link state changed to DOWN
Feb 10 12:36:02 OPNsense sshlockout[32736]: sshlockout/webConfigurator v3.0 starting up
Feb 10 12:36:03 OPNsense kernel: igb1: link state changed to DOWN
Feb 10 12:36:07 OPNsense kernel: igb1: link state changed to UP
Feb 10 12:36:07 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:36:07 OPNsense dhclient[91068]: DHCPREQUEST on igb1 to 255.255.255.255 port 67
Feb 10 12:36:07 OPNsense dhclient[91068]: DHCPACK from 10.255.141.1
Feb 10 12:36:07 OPNsense dhclient: Starting delete_old_states()
Feb 10 12:36:07 OPNsense dhclient: New IP Address (igb1): 217.104.47.234
Feb 10 12:36:07 OPNsense dhclient: New Subnet Mask (igb1): 255.255.254.0
Feb 10 12:36:07 OPNsense dhclient: New Broadcast Address (igb1): 255.255.255.255
Feb 10 12:36:07 OPNsense dhclient: New Routers (igb1): 217.104.46.1
Feb 10 12:36:08 OPNsense dhclient: route add default 217.104.46.1
Feb 10 12:36:08 OPNsense dhclient: Creating resolv.conf
Feb 10 12:36:08 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal deferred during boot on 'igb1'
Feb 10 12:36:08 OPNsense dhclient[91068]: bound to 217.104.47.234 -- renewal in 1732 seconds.
Feb 10 12:36:08 OPNsense kernel: pflog0: promiscuous mode enabled
Feb 10 12:36:09 OPNsense kernel: ...
Feb 10 12:36:09 OPNsense kernel: done.
Feb 10 12:36:09 OPNsense kernel: done.
Feb 10 12:36:10 OPNsense sshd[21301]: Server listening on ::1 port 22.
Feb 10 12:36:10 OPNsense sshd[21301]: Server listening on 127.0.0.1 port 22.
Feb 10 12:36:10 OPNsense sshd[21301]: Server listening on 192.168.1.1 port 22.
Feb 10 12:36:10 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: entering configure using defaults
Feb 10 12:36:10 OPNsense kernel: done.
Feb 10 12:36:10 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: IPv4 default gateway set to wan
Feb 10 12:36:10 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:36:10 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: setting IPv4 default route to 217.104.46.1
Feb 10 12:36:10 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: keeping current default gateway '217.104.46.1'
Feb 10 12:36:10 OPNsense opnsense: /usr/local/etc/rc.bootup: ROUTING: skipping IPv6 default route
Feb 10 12:36:10 OPNsense kernel: done.
Feb 10 12:36:11 OPNsense kernel: done.
Feb 10 12:36:12 OPNsense kernel: done.
Feb 10 12:36:12 OPNsense kernel: done.
Feb 10 12:36:13 OPNsense kernel: ...
Feb 10 12:36:13 OPNsense kernel: done.
Feb 10 12:36:16 OPNsense kernel: done.
Feb 10 12:36:17 OPNsense kernel: done.
Feb 10 12:36:18 OPNsense syslogd: exiting on signal 15
Feb 10 12:36:18 OPNsense syslogd: kernel boot file is /boot/kernel/kernel
Feb 10 12:36:18 OPNsense kernel: done.
Feb 10 12:36:18 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb1'
Feb 10 12:36:18 OPNsense sshlockout[10701]: sshlockout/webConfigurator v3.0 starting up
Feb 10 12:36:18 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 217.104.47.234) (interface: Waninternet[wan]) (real interface: igb1).
Feb 10 12:36:18 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'wan'
Feb 10 12:36:18 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:36:18 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:36:18 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: setting IPv4 default route to 217.104.46.1
Feb 10 12:36:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: keeping current default gateway '217.104.46.1'
Feb 10 12:36:19 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:36:20 OPNsense kernel: OK
Feb 10 12:36:25 OPNsense kernel:
Feb 10 12:36:25 OPNsense kernel: igb0: link state changed to UP
Feb 10 12:36:26 OPNsense opnsense: /usr/local/etc/rc.linkup: Hotplug event detected for Localinternet(lan) but ignoring since interface is configured with static IP (192.168.1.1 ::)
Feb 10 12:36:27 OPNsense opnsense: /usr/local/etc/rc.newwanip: IP renewal is starting on 'igb0'
Feb 10 12:36:27 OPNsense opnsense: /usr/local/etc/rc.newwanip: On (IP address: 192.168.1.1) (interface: Localinternet[lan]) (real interface: igb0).
Feb 10 12:36:27 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: entering configure using 'lan'
Feb 10 12:36:27 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: IPv4 default gateway set to wan
Feb 10 12:36:27 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: no IPv6 default gateway set, assuming wan
Feb 10 12:36:27 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv4 default route
Feb 10 12:36:27 OPNsense opnsense: /usr/local/etc/rc.newwanip: ROUTING: skipping IPv6 default route
Feb 10 12:36:30 OPNsense sshd[21301]: Received signal 15; terminating.
Feb 10 12:36:30 OPNsense sshd[45847]: Server listening on ::1 port 22.
Feb 10 12:36:30 OPNsense sshd[45847]: Server listening on 127.0.0.1 port 22.
Feb 10 12:36:30 OPNsense sshd[45847]: Server listening on 192.168.1.1 port 22.
Feb 10 12:36:44 OPNsense kernel: OK
Feb 10 12:36:45 OPNsense flowd_aggregate.py: startup, check database.
Feb 10 12:36:46 OPNsense kernel: SHA256 33 6C 53 C9 3E 51 C4 4E D0 AB 7E D6 91 DD 1E 5D
Feb 10 12:36:49 OPNsense flowd_aggregate.py: start watching flowd
Feb 10 12:37:13 OPNsense opnsense: user 'root' authenticated successfully
Feb 10 12:37:13 OPNsense sshd[39321]: Accepted keyboard-interactive/pam for root from 192.168.1.116 port 54038 ssh2

@Northguy
Copy link
Contributor Author

@fichtner Tried patch 90c0c39 provided in #3197 (comment) to see if it would solve this issue, but to no avail.

Apparently the issue described above is not related with #3197

@Northguy
Copy link
Contributor Author

OK, decided to do a factory reset again and start from scratch. Once starting from scratch, no issues with high process peaks. Apparently something wrong in the configuration that was (partially) loaded from 18.7 configuration backup . Don't know what/why or where, but happy to provide backup XML for reviewing purposes.
I'll proceed gradually building up configuration again and leave it up to @fichtner @AdSchellevis it is worth the effort to investigate XML differrences. Otherwise, i'll close this ticket.

@fichtner
Copy link
Member

@Northguy
Copy link
Contributor Author

@Northguy https://twitter.com/ronin3510/status/1096421944596054016

I was already on the mentioned bios version, prior to upgrading R19.1, so we can also rule out that rootcause

@Northguy
Copy link
Contributor Author

As issue seems to be resolved when configuring from 'fresh factory defaults' in stead of loading a 18.7 config file, I am closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Community support
Development

No branches or pull requests

3 participants