1
Hardware and Performance / Re: Opnsense LAN interface going down
« on: November 23, 2020, 09:54:57 pm »
Just noticed, that the dashboard doesnt show any sign of a reboot, but I can see it clearly i dmesg.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
root@OPNsense:~ # pciconf -l
hostb0@pci0:0:0:0: class=0x060000 card=0x05771028 chip=0x01508086 rev=0x09 hdr=0x00
pcib1@pci0:0:1:0: class=0x060400 card=0x05771028 chip=0x01518086 rev=0x09 hdr=0x01
-- trim --
em1@pci0:0:25:0: class=0x020000 card=0x052c1028 chip=0x15028086 rev=0x04 hdr=0x00
em0@pci0:1:0:0: class=0x020000 card=0xa01f8086 chip=0x10d38086 rev=0x00 hdr=0x00
[/code]root@OPNsense:~ # ifconfig
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=802008<VLAN_MTU,WOL_MAGIC>
ether 68:05:ca:b5:f3:37
inet6 fe80::%em0 prefixlen 64 scopeid 0x1
inet <MY PUBLIC IP> netmask 0xffffff00 broadcast <PUBLIC BROADCAST>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=802008<VLAN_MTU,WOL_MAGIC>
ether b8:ca:3a:a8:86:f6
inet6 fe80::baca:3aff:fea8:86f6%em1 prefixlen 64 scopeid 0x2
inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
root@OPNsense:~ # tail -n 20 /var/log/dmesg.today
pflog0: promiscuous mode enabled
pflog0: promiscuous mode disabled
pflog0: promiscuous mode enabled
pflog0: promiscuous mode disabled
pflog0: promiscuous mode enabled
arp: 192.168.1.167 moved from 24:da:33:d6:bc:42 to 40:4d:7f:15:4c:9f on em1
arp: 192.168.1.167 moved from 40:4d:7f:15:4c:9f to 24:da:33:d6:bc:42 on em1
arp: 192.168.1.164 moved from 50:0f:f5:ad:2c:40 to 24:da:33:d6:bc:42 on em1
em1: link state changed to DOWN
pflog0: promiscuous mode disabled
pflog0: promiscuous mode enabled
em1: link state changed to UP
pflog0: promiscuous mode disabled
pflog0: promiscuous mode enabled
em1: link state changed to DOWN
pflog0: promiscuous mode disabled
pflog0: promiscuous mode enabled
em1: link state changed to UP
pflog0: promiscuous mode disabled
pflog0: promiscuous mode enabled
pid 90870 (syslog-ng), jid 0, uid 0: exited on signal 6 (core dumped)
that I will have a look into (the syslog messages seem to be more to do with the reboot, than linked to any of the up/down of the interfaces).