WAN using DHCP with gateway monitoring.
root@gw:~ # netstat -m781/1499/2280 mbufs in use (current/cache/total)762/758/1520/26368 mbuf clusters in use (current/cache/total/max)762/756 mbuf+clusters out of packet secondary zone in use (current/cache)0/31/31/13184 4k (page size) jumbo clusters in use (current/cache/total/max)0/0/0/3906 9k jumbo clusters in use (current/cache/total/max)0/0/0/2197 16k jumbo clusters in use (current/cache/total/max)1719K/2014K/3734K bytes allocated to network (current/cache/total)0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)0/0/0 requests for mbufs delayed (mbufs/clusters/mbuf+clusters)0/0/0 requests for jumbo clusters delayed (4k/9k/16k)0/0/0 requests for jumbo clusters denied (4k/9k/16k)0/8/6656 sfbufs in use (current/peak/max)0 requests for sfbufs denied0 requests for sfbufs delayed0 requests for I/O initiated by sendfile
- When internet fails, ping fails with "no buffer space available";
root@gw:~ # netstat -m781/1244/2025 mbufs in use (current/cache/total)746/524/1270/26368 mbuf clusters in use (current/cache/total/max)746/519 mbuf+clusters out of packet secondary zone in use (current/cache)0/83/83/13184 4k (page size) jumbo clusters in use (current/cache/total/max)0/0/0/3906 9k jumbo clusters in use (current/cache/total/max)0/0/0/2197 16k jumbo clusters in use (current/cache/total/max)1687K/1691K/3378K bytes allocated to network (current/cache/total)0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)0/0/0 requests for mbufs delayed (mbufs/clusters/mbuf+clusters)0/0/0 requests for jumbo clusters delayed (4k/9k/16k)0/0/0 requests for jumbo clusters denied (4k/9k/16k)0/7/6656 sfbufs in use (current/peak/max)0 requests for sfbufs denied0 requests for sfbufs delayed0 requests for I/O initiated by sendfile
root@gw:~ # ifconfig -are0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=82098<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE> ether f8:1a:67:00:23:73 inet 192.168.200.1 netmask 0xffffff00 broadcast 192.168.200.255 inet6 fe80::fa1a:67ff:fe00:2373%re0 prefixlen 64 scopeid 0x1 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> media: Ethernet autoselect (none) status: no carrierre1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=82098<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE> ether 64:70:02:00:ef:4c inet 10.10.0.1 netmask 0xffff0000 broadcast 10.10.255.255 inet6 fe80::6670:2ff:fe00:ef4c%re1 prefixlen 64 scopeid 0x2 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> media: Ethernet autoselect (100baseTX <full-duplex>) status: activevr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=82808<VLAN_MTU,WOL_UCAST,WOL_MAGIC,LINKSTATE> ether 00:1b:fc:1e:62:1b inet6 fe80::21b:fcff:fe1e:621b%vr0 prefixlen 64 scopeid 0x3 inet 192.168.4.20 netmask 0xffffff00 broadcast 192.168.4.255 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> media: Ethernet autoselect (100baseTX <full-duplex>) status: activepflog0: flags=100<PROMISC> metric 0 mtu 33184pfsync0: flags=0<> metric 0 mtu 1500 syncpeer: 0.0.0.0 maxupd: 128 defer: offlo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>enc0: flags=0<> metric 0 mtu 1536 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
root@gw:~ # ping 8.8.8.8PING 8.8.8.8 (8.8.8.8): 56 data bytesping: sendto: No buffer space availableping: sendto: No buffer space availableping: sendto: No buffer space availableping: sendto: No buffer space available^C--- 8.8.8.8 ping statistics ---4 packets transmitted, 0 packets received, 100.0% packet lossroot@gw:~ # ping 192.168.4.1PING 192.168.4.1 (192.168.4.1): 56 data bytesping: sendto: No buffer space availableping: sendto: No buffer space availableping: sendto: No buffer space available^C--- 192.168.4.1 ping statistics ---3 packets transmitted, 0 packets received, 100.0% packet loss
root@gw:~ # netstat -m658/1367/2025 mbufs in use (current/cache/total)640/630/1270/26368 mbuf clusters in use (current/cache/total/max)640/625 mbuf+clusters out of packet secondary zone in use (current/cache)0/27/27/13184 4k (page size) jumbo clusters in use (current/cache/total/max)0/0/0/3906 9k jumbo clusters in use (current/cache/total/max)0/0/0/2197 16k jumbo clusters in use (current/cache/total/max)1444K/1709K/3154K bytes allocated to network (current/cache/total)0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)0/0/0 requests for mbufs delayed (mbufs/clusters/mbuf+clusters)0/0/0 requests for jumbo clusters delayed (4k/9k/16k)0/0/0 requests for jumbo clusters denied (4k/9k/16k)0/6/6656 sfbufs in use (current/peak/max)0 requests for sfbufs denied0 requests for sfbufs delayed0 requests for I/O initiated by sendfile
root@gw:~ # ping 8.8.8.8PING 8.8.8.8 (8.8.8.8): 56 data bytesping: sendto: Operation not permittedping: sendto: Operation not permitted64 bytes from 8.8.8.8: icmp_seq=2 ttl=56 time=124.951 ms64 bytes from 8.8.8.8: icmp_seq=3 ttl=56 time=110.339 ms64 bytes from 8.8.8.8: icmp_seq=4 ttl=56 time=120.774 ms64 bytes from 8.8.8.8: icmp_seq=5 ttl=56 time=88.388 ms64 bytes from 8.8.8.8: icmp_seq=6 ttl=56 time=202.519 ms^C--- 8.8.8.8 ping statistics ---7 packets transmitted, 5 packets received, 28.6% packet loss
Apr 27 14:13:43 gw kernel: warning: total configured swap (4194304 pages) exceeds maximum recommended amount (2097312 pages).Apr 27 14:13:43 gw kernel: warning: increase kern.maxswzone or reduce amount of swap.
Apr 27 15:50:07 gw opnsense: /usr/local/etc/rc.bootup: ROUTING: remove current default route to 192.168.4.1Apr 27 15:50:07 gw opnsense: /usr/local/etc/rc.bootup: ROUTING: setting default route to 192.168.4.1Apr 27 15:50:07 gw dhcpleases: kqueue error: unkown