Server Rebooting after Jail Upgrade / Removing Link Agg

Exmo

Cadet
Joined
Feb 10, 2019
Messages
3
Hi

  • Motherboard make and model - https://www.gigabyte.com/Server-Motherboard/GA-7PESH2-rev-10#ov
  • CPU make and model - 2x Xeon 2667v2
  • RAM quantity - 240gb
  • Hard drives, quantity, model numbers, and RAID configuration, including boot drives - Booting from Sandisk 32gb Thumb Drive, Array is 22x 8TB HGST SAS Drives
  • Hard disk controllers - Supermicro Backplane to an LSI Card 1
  • Network cards - On board.

I've traced the issue to a specific Jail running plex. When the Jail is off, the system is stable. When it's on, the system reboots every 30-60 minutes. For about a week before this started, I had Link Aggregation working with My Cisco Gear and it was running fine.

I've read lots of threads on network configuration likely being the culprit following an upgrade, but I can't seem to find info about how to fix it short of blowing away the Jails.

Some Debugs from the Network configs below. What else would be helpful? Any Recommendations? I've also posted on StackOverflow with some additional screenshots.

Here's the Debug from the Main Network Config


Code:
+--------------------------------------------------------------------------------+

+--------------------------------------------------------------------------------+
+                          /etc/resolv.conf @1593273029                          +
+--------------------------------------------------------------------------------+
search local
nameserver 10.10.99.254
nameserver 8.8.8.8
nameserver 8.8.4.4

debug finished in 0 seconds for /etc/resolv.conf


+--------------------------------------------------------------------------------+
+                             Interfaces @1593273029                             +
+--------------------------------------------------------------------------------+
ix0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=a400b9<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO,RXCSUM_IPV6>
    ether 90:2b:34:3c:3a:4a
    hwaddr 90:2b:34:3c:3a:4a
    inet 10.10.99.3 netmask 0xffffff00 broadcast 10.10.99.255
    nd6 options=1<PERFORMNUD>
    media: Ethernet autoselect (1000baseT <full-duplex,rxpause,txpause>)
    status: active

ix1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=e407bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
    ether 90:2b:34:3c:3a:4b
    hwaddr 90:2b:34:3c:3a:4b
    nd6 options=1<PERFORMNUD>
    media: Ethernet autoselect
    status: no carrier

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
    options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
    inet6 ::1 prefixlen 128
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
    inet 127.0.0.1 netmask 0xff000000
    nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
    groups: lo

bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    ether 02:4e:bf:c6:b8:00
    nd6 options=1<PERFORMNUD>
    groups: bridge
    id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
    maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
    root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
    member: vnet0.1 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
            ifmaxaddr 0 port 5 priority 128 path cost 2000
    member: ix0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
            ifmaxaddr 0 port 1 priority 128 path cost 2000

vnet0.1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
    description: associated with jail: ManuallyInstallPlex as nic: epair0b
    options=8<VLAN_MTU>
    ether 02:ff:60:eb:3c:6e
    hwaddr 02:9c:d0:00:05:0a
    inet6 fe80::ff:60ff:feeb:3c6e%vnet0.1 prefixlen 64 scopeid 0x5
    nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
    media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
    status: active
    groups: epair

debug finished in 3 seconds for Interfaces


+--------------------------------------------------------------------------------+
+                           Default Route @1593273032                            +
+--------------------------------------------------------------------------------+
10.10.99.1
debug finished in 0 seconds for Default Route


+--------------------------------------------------------------------------------+
+                   Routing tables (netstat -nrW) @1593273032                    +
+--------------------------------------------------------------------------------+
Routing tables

Internet:
Destination        Gateway            Flags       Use    Mtu      Netif Expire
default            10.10.99.1         UGS        7943   1500        ix0
10.10.99.0/24      link#1             U          2446   1500        ix0
10.10.99.3         link#1             UHS           0  16384        lo0
127.0.0.1          link#3             UH          815  16384        lo0

Internet6:
Destination                       Gateway                       Flags       Use    Mtu    Netif Expire
::/96                             ::1                           UGRS          0  16384      lo0
::1                               link#3                        UH           24  16384      lo0
::ffff:0.0.0.0/96                 ::1                           UGRS          0  16384      lo0
fe80::/10                         ::1                           UGRS          0  16384      lo0
fe80::%lo0/64                     link#3                        U             0  16384      lo0
fe80::1%lo0                       link#3                        UHS           0  16384      lo0
fe80::%vnet0.1/64                 link#5                        U             0   1500  vnet0.1
fe80::ff:60ff:feeb:3c6e%vnet0.1   link#5                        UHS           0  16384      lo0
ff02::/16                         ::1                           UGRS          0  16384      lo0
debug finished in 0 seconds for Routing tables (netstat -nrW)


+--------------------------------------------------------------------------------+
+                       ARP entries (arp -an) @1593273032                        +
+--------------------------------------------------------------------------------+
? (10.10.99.3) at 90:2b:34:3c:3a:4a on ix0 permanent [ethernet]
? (10.10.99.1) at 98:18:88:ff:f6:b7 on ix0 expires in 1190 seconds [ethernet]
? (10.10.99.11) at 00:0c:29:21:16:14 on ix0 expires in 251 seconds [ethernet]
? (10.10.99.254) at 00:0c:29:98:fc:0c on ix0 expires in 1184 seconds [ethernet]
debug finished in 0 seconds for ARP entries (arp -an)


+--------------------------------------------------------------------------------+
+         Open connections and listening sockets (sockstat) @1593273032          +
+--------------------------------------------------------------------------------+
USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS     
root     winbindd   3867  8  dgram  /var/db/system/samba4/private/msg.sock/3867
root     winbindd   3867  21 stream /var/run/samba4/winbindd/pipe
root     winbindd   3867  22 stream /var/db/system/samba4/winbindd_privileged/pipe
root     winbindd   3867  26 stream -> ??
root     smbd       3023  8  dgram  /var/db/system/samba4/private/msg.sock/3023
root     smbd       3023  17 stream (not connected)
root     smbd       3023  36 tcp4   10.10.99.3:445        10.10.2.2:32182
root     rtsold     2923  3  dgram  -> /var/run/logpriv
root     cron       2891  4  dgram  -> /var/run/logpriv
root     collectd   2761  4  dgram  -> /var/run/logpriv
root     collectd   2761  9  stream -> /var/run/rrdcached.sock
root     syslogd    2724  5  dgram  /var/run/log
root     syslogd    2724  6  dgram  /var/run/logpriv
root     python3.7  1955  6  stream -> ??
root     python3.7  1955  7  stream -> ??
root     zfsd       1848  9  dgram  -> /var/run/logpriv
root     zfsd       1848  11 seqpac -> /var/run/devd.seqpacket.pipe
root     uwsgi-3.7  1752  3  tcp4   127.0.0.1:9042        *:*
root     uwsgi-3.7  1752  5  stream -> ??
root     uwsgi-3.7  1752  9  stream -> ??
root     uwsgi-3.7  1752  10 stream -> ??
root     uwsgi-3.7  1752  14 stream -> ??
root     uwsgi-3.7  1665  3  tcp4   127.0.0.1:9042        *:*
root     uwsgi-3.7  1665  4  stream -> ??
root     uwsgi-3.7  1665  5  stream -> ??
root     uwsgi-3.7  1665  9  stream -> ??
root     uwsgi-3.7  1665  10 stream -> ??
root     uwsgi-3.7  1665  13 stream -> ??
root     uwsgi-3.7  1665  14 stream -> ??
plex     smbd       1622  8  dgram  /var/db/system/samba4/private/msg.sock/1622
plex     smbd       1622  17 stream -> /var/run/samba4/winbindd/pipe
plex     smbd       1622  36 tcp4   10.10.99.3:445        10.10.99.11:38672
nobody   mdnsd      1612  3  dgram  -> /var/run/logpriv
nobody   mdnsd      1612  4  udp4   *:57269               *:*
nobody   mdnsd      1612  5  udp6   *:38381               *:*
nobody   mdnsd      1612  6  udp4   *:5353                *:*
nobody   mdnsd      1612  8  stream /var/run/mdnsd
nobody   mdnsd      1612  9  stream /var/run/mdnsd
nobody   mdnsd      1612  10 stream /var/run/mdnsd
nobody   mdnsd      1612  11 stream /var/run/mdnsd
nobody   mdnsd      1612  12 stream /var/run/mdnsd
nobody   mdnsd      1612  13 stream /var/run/mdnsd
nobody   mdnsd      1612  14 stream /var/run/mdnsd
nobody   mdnsd      1612  15 stream /var/run/mdnsd
nobody   mdnsd      1612  16 udp6   *:5353                *:*
messagebus dbus-daemo1605 3  stream /var/run/dbus/system_bus_socket
messagebus dbus-daemo1605 8  stream -> ??
messagebus dbus-daemo1605 9  stream -> ??
www      nginx      1600  3  tcp4   10.10.99.3:80         10.10.2.2:32627
www      nginx      1600  6  tcp4   *:443                 *:*
www      nginx      1600  7  tcp6   *:443                 *:*
www      nginx      1600  8  tcp4   *:80                  *:*
www      nginx      1600  9  tcp6   *:80                  *:*
www      nginx      1600  10 stream -> ??
www      nginx      1600  12 tcp4   10.10.99.3:80         10.10.2.2:32195
www      nginx      1600  13 tcp4   10.10.99.3:80         10.10.2.2:32628
www      nginx      1600  14 tcp4   127.0.0.1:17441       127.0.0.1:6000
www      nginx      1600  15 dgram  -> /var/run/log
www      nginx      1600  16 tcp4   10.10.99.3:80         10.10.2.2:32629
www      nginx      1600  17 tcp4   127.0.0.1:24708       127.0.0.1:6000
root     nginx      1599  3  stream -> ??
root     nginx      1599  6  tcp4   *:443                 *:*
root     nginx      1599  7  tcp6   *:443                 *:*
root     nginx      1599  8  tcp4   *:80                  *:*
root     nginx      1599  9  tcp6   *:80                  *:*
root     nginx      1599  10 stream -> ??
root     sshd       1595  3  tcp6   *:22                  *:*
root     sshd       1595  4  tcp4   *:22                  *:*
root     winbindd   1593  8  dgram  /var/db/system/samba4/private/msg.sock/1593
root     winbindd   1593  21 stream /var/run/samba4/winbindd/pipe
root     winbindd   1593  22 stream /var/db/system/samba4/winbindd_privileged/pipe
root     winbindd   1593  26 stream -> ??
root     rrdcached  1586  3  stream /var/run/rrdcached.sock
root     rrdcached  1586  4  stream /var/run/rrdcached.sock
root     winbindd   1585  8  dgram  /var/db/system/samba4/private/msg.sock/1585
root     winbindd   1585  21 stream /var/run/samba4/winbindd/pipe
root     winbindd   1585  22 stream /var/db/system/samba4/winbindd_privileged/pipe
root     winbindd   1585  26 stream -> ??
root     smbd       1584  8  dgram  /var/db/system/samba4/private/msg.sock/1584
root     smbd       1583  8  dgram  /var/db/system/samba4/private/msg.sock/1583
root     winbindd   1582  8  dgram  /var/db/system/samba4/private/msg.sock/1582
root     winbindd   1582  21 stream /var/run/samba4/winbindd/pipe
root     winbindd   1582  22 stream /var/db/system/samba4/winbindd_privileged/pipe
root     winbindd   1582  23 stream -> ??
root     winbindd   1563  8  dgram  /var/db/system/samba4/private/msg.sock/1563
root     winbindd   1563  21 stream /var/run/samba4/winbindd/pipe
root     winbindd   1563  22 stream /var/db/system/samba4/winbindd_privileged/pipe
root     winbindd   1563  23 stream /var/run/samba4/winbindd/pipe
root     winbindd   1563  24 stream -> ??
root     winbindd   1563  27 stream -> ??
root     winbindd   1563  28 stream -> ??
root     winbindd   1563  29 stream -> ??
root     smbd       1554  8  dgram  /var/db/system/samba4/private/msg.sock/1554
root     smbd       1554  27 stream (not connected)
root     smbd       1554  32 tcp6   *:445                 *:*
root     smbd       1554  33 tcp6   *:139                 *:*
root     smbd       1554  34 tcp4   *:445                 *:*
root     smbd       1554  35 tcp4   *:139                 *:*
root     nmbd       1547  8  dgram  /var/db/system/samba4/private/msg.sock/1547
root     nmbd       1547  17 udp4   *:137                 *:*
root     nmbd       1547  18 udp4   *:138                 *:*
root     nmbd       1547  19 udp4   10.10.99.3:137        *:*
root     nmbd       1547  20 udp4   10.10.99.255:137      *:*
root     nmbd       1547  21 udp4   10.10.99.3:138        *:*
root     nmbd       1547  22 udp4   10.10.99.255:138      *:*
root     nmbd       1547  23 stream /var/run/samba4/nmbd/unexpected
root     ntpd       1519  3  dgram  -> /var/run/logpriv
root     ntpd       1519  20 udp6   *:123                 *:*
root     ntpd       1519  21 udp4   *:123                 *:*
root     ntpd       1519  22 udp4   10.10.99.3:123        *:*
root     ntpd       1519  23 udp6   ::1:123               *:*
root     ntpd       1519  24 udp6   fe80::1%lo0:123       *:*
root     ntpd       1519  25 udp4   127.0.0.1:123         *:*
root     ntpd       1519  29 udp6   fe80::ff:60ff:feeb:3c6e%vnet0.1:123 *:*
daemon   python3.7  1494  7  udp4   239.255.255.250:3702  *:*
daemon   python3.7  1494  8  udp4   *:45565               *:*
daemon   python3.7  1494  9  tcp4   10.10.99.3:5357       *:*
root     daemon     1493  3  dgram  -> /var/run/logpriv
root     watchdogd  1436  3  dgram  -> /var/run/logpriv
root     syslog-ng  1272  17 dgram  /var/run/log
root     syslog-ng  1272  18 dgram  /var/run/logpriv
root     syslog-ng  1272  19 udp4   127.0.0.1:1031        *:*
root     syslog-ng  1272  21 stream /var/db/syslog-ng.ctl
root     devd       1197  4  stream /var/run/devd.pipe
root     devd       1197  5  seqpac /var/run/devd.seqpacket.pipe
root     devd       1197  7  stream /var/run/devd.pipe
root     devd       1197  8  seqpac /var/run/devd.seqpacket.pipe
root     python3.7  144   6  stream -> ??
root     python3.7  144   7  stream -> ??
root     python3.7  144   22 stream -> /var/run/middlewared-internal.sock
root     python3.7  143   6  stream -> ??
root     python3.7  143   7  stream -> ??
root     python3.7  143   22 stream -> /var/run/middlewared-internal.sock
root     python3.7  142   6  stream -> ??
root     python3.7  142   7  stream -> ??
root     python3.7  142   22 stream -> /var/run/middlewared-internal.sock
root     python3.7  141   6  stream -> ??
root     python3.7  141   7  stream -> ??
root     python3.7  141   22 stream -> /var/run/middlewared-internal.sock
root     python3.7  140   6  stream -> ??
root     python3.7  140   7  stream -> ??
root     python3.7  140   22 stream -> /var/run/middlewared-internal.sock
root     python3.7  79    6  stream -> ??
root     python3.7  79    7  stream -> ??
root     python3.7  79    8  stream -> /var/run/devd.pipe
root     python3.7  79    27 stream /var/run/middlewared-internal.sock
root     python3.7  79    47 stream /var/run/middlewared-internal.sock
root     python3.7  79    49 stream /var/run/middlewared-internal.sock
root     python3.7  79    50 stream /var/run/middlewared-internal.sock
root     python3.7  79    51 stream /var/run/middlewared-internal.sock
root     python3.7  79    52 stream /var/run/middlewared-internal.sock
root     python3.7  79    54 stream -> /var/run/mdnsd
root     python3.7  79    55 tcp4   *:6000                *:*
root     python3.7  79    56 stream /var/run/middlewared.sock
root     python3.7  79    57 stream -> /var/run/mdnsd
root     python3.7  79    58 stream -> /var/run/mdnsd
root     python3.7  79    60 stream -> /var/run/mdnsd
root     python3.7  79    61 stream -> /var/run/mdnsd
root     python3.7  79    62 stream -> /var/run/mdnsd
root     python3.7  79    65 stream -> /var/run/mdnsd
root     python3.7  79    66 tcp4   127.0.0.1:6000        127.0.0.1:17441
root     python3.7  79    72 tcp4   127.0.0.1:6000        127.0.0.1:24708
?        ?          ?     ?  tcp4   127.0.0.1:9042        127.0.0.1:30057
?        ?          ?     ?  tcp4   127.0.0.1:9042        127.0.0.1:64182
debug finished in 0 seconds for Open connections and listening sockets (sockstat)


+--------------------------------------------------------------------------------+
+                       Network configuration @1593273032                        +
+--------------------------------------------------------------------------------+
{
  "id": 1,
  "hostname": "freenas",
  "domain": "local",
  "domains": [],
  "ipv4gateway": "",
  "ipv6gateway": "",
  "nameserver1": "",
  "nameserver2": "",
  "nameserver3": "",
  "httpproxy": "",
  "netwait_enabled": false,
  "netwait_ip": [],
  "hosts": "",
  "hostname_local": "freenas"
}
debug finished in 0 seconds for Network configuration



Here's the Dump from the Jail Network Config
Code:
PROPS
----------
CONFIG_VERSION = 26
allow_chflags = 0
allow_mlock = 0
allow_mount = 0
allow_mount_devfs = 0
allow_mount_fusefs = 0
allow_mount_nullfs = 0
allow_mount_procfs = 0
allow_mount_tmpfs = 0
allow_mount_zfs = 0
allow_quotas = 0
allow_raw_sockets = 0
allow_set_hostname = 1
allow_socket_af = 0
allow_sysvipc = 0
allow_tun = 0
allow_vmm = 0
assign_localhost = 0
available = readonly
basejail = 0
boot = 1
bpf = 1
children_max = 0
cloned_release = 11.2-RELEASE-p4
comment = none
compression = lz4
compressratio = readonly
coredumpsize = off
count = 1
cpuset = off
cputime = off
datasize = off
dedup = off
defaultrouter = 10.10.99.1
defaultrouter6 = auto
depends = none
devfs_ruleset = 5
dhcp = 1
enforce_statfs = 2
exec_clean = 1
exec_created = /usr/bin/true
exec_fib = 0
exec_jail_user = root
exec_poststart = /usr/bin/true
exec_poststop = /usr/bin/true
exec_prestart = /usr/bin/true
exec_prestop = /usr/bin/true
exec_start = /bin/sh /etc/rc
exec_stop = /bin/sh /etc/rc.shutdown
exec_system_jail_user = 0
exec_system_user = root
exec_timeout = 60
host_domainname = none
host_hostname = ManuallyInstallPlex
host_hostuuid = ManuallyInstallPlex
host_time = 1
hostid = e998e648-eaa8-11e8-b158-902b343c3a4a
hostid_strict_check = 0
interfaces = vnet0:bridge0
ip4 = new
ip4_addr = vnet0|10.10.99.4
ip4_saddrsel = 1
ip6 = new
ip6_addr = vnet0|accept_rtadv
ip6_saddrsel = 1
ip_hostname = 0
jail_zfs = 0
jail_zfs_dataset = iocage/jails/ManuallyInstallPlex/data
jail_zfs_mountpoint = none
last_started = 2020-06-27 15:34:56
localhost_ip = none
login_flags = -f root
mac_prefix = 02ff60
maxproc = off
memorylocked = off
memoryuse = off
mount_devfs = 1
mount_fdescfs = 1
mount_linprocfs = 0
mount_procfs = 0
mountpoint = readonly
msgqqueued = off
msgqsize = off
nat = 0
nat_backend = ipfw
nat_forwards = none
nat_interface = none
nat_prefix = 172.16
nmsgq = off
notes = none
nsem = off
nsemop = off
nshm = off
nthr = off
openfiles = off
origin = readonly
owner = root
pcpu = off
plugin_name = none
plugin_repository = none
priority = 99
pseudoterminals = off
quota = none
readbps = off
readiops = off
release = 11.3-RELEASE-p10
reservation = none
resolver = /etc/resolv.conf
rlimits = off
rtsold = 0
securelevel = 2
shmsize = off
stacksize = off
state = up
stop_timeout = 30
swapuse = off
sync_state = none
sync_target = none
sync_tgt_zpool = none
sysvmsg = new
sysvsem = new
sysvshm = new
template = 0
type = jail
used = readonly
vmemoryuse = off
vnet = 1
vnet0_mac = 02ff60eb3c6e 02ff60eb3c6f
vnet1_mac = none
vnet2_mac = none
vnet3_mac = none
vnet_default_interface = auto
vnet_interfaces = none
wallclock = off
writebps = off
writeiops = off

FSTAB
----------
/mnt/PrimaryPool/Media    /mnt/PrimaryPool/iocage/jails/ManuallyInstallPlex/root/media    nullfs    rw    0    0 # Added by iocage on 2018-11-19 03:59:52

/ETC/HOSTS
----------
# $FreeBSD: releng/11.3/etc/hosts 109997 2003-01-28 21:29:23Z dbaker $
#
# Host Database
#
# This file should contain the addresses and aliases for local hosts that
# share this file.  Replace 'my.domain' below with the domainname of your
# machine.
#
# In the presence of the domain name service or NIS, this file may
# not be consulted at all; see /etc/nsswitch.conf for the resolution order.
#
#
::1            localhost localhost.my.domain
127.0.0.1        localhost localhost.my.domain ManuallyInstallPlex
#
# Imaginary network.
#10.0.0.2        myname.my.domain myname
#10.0.0.3        myfriend.my.domain myfriend
#
# According to RFC 1918, you can use the following IP networks for
# private nets which will never be connected to the Internet:
#
#    10.0.0.0    -   10.255.255.255
#    172.16.0.0    -   172.31.255.255
#    192.168.0.0    -   192.168.255.255
#
# In case you want to be able to connect to the Internet, you need
# real official assigned numbers.  Do not try to invent your own network
# numbers but instead get one from your network provider (if any) or
# from your regional registry (ARIN, APNIC, LACNIC, RIPE NCC, or AfriNIC.)
#

/ETC/RC.CONF
----------
ifconfig_epair0b="SYNCDHCP"
host_hostname="ManuallyInstallPlex"
cron_flags="$cron_flags -J 15"
sshd_enable="YES"
# Disable Sendmail by default
sendmail_enable="NONE"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"

# Run secure syslog
syslogd_flags="-c -ss"

# Enable IPv6
ipv6_activate_all_interfaces="YES"
rtsold_enable="YES"
plexmediaserver_enable="YES"
tautulli_user="root"
tautulli_enable="YES"
ifconfig_epair0b_ipv6="inet6 auto_linklocal accept_rtadv autoconf"

/ETC/NSSWITCH.CONF
----------
#
# nsswitch.conf(5) - name service switch configuration file
# $FreeBSD: releng/11.3/etc/nsswitch.conf 301711 2016-06-09 01:28:44Z markj $
#
group: compat
group_compat: nis
hosts: files dns
netgroup: compat
networks: files
passwd: compat
passwd_compat: nis
shells: files
services: compat
services_compat: nis
protocols: files
rpc: files

IFCONFIG -a
----------
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
    options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
    inet6 ::1 prefixlen 128
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
    inet 127.0.0.1 netmask 0xff000000
    nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
    groups: lo
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=8<VLAN_MTU>
    ether 02:ff:60:eb:3c:6f
    hwaddr 02:8d:7b:00:06:0b
    inet6 fe80::ff:60ff:feeb:3c6f%epair0b prefixlen 64 scopeid 0x2
    inet 10.10.99.4 netmask 0xffffff00 broadcast 10.10.99.255
    nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
    media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
    status: active
    groups: epair

NETSTAT -nr
----------
Routing tables

Internet:
Destination        Gateway            Flags     Netif Expire
default            10.10.99.1         UGS     epair0b
10.10.99.0/24      link#2             U       epair0b
10.10.99.4         link#2             UHS         lo0
127.0.0.1          link#1             UH          lo0

Internet6:
Destination                       Gateway                       Flags     Netif Expire
::/96                             ::1                           UGRS        lo0
::1                               link#1                        UH          lo0
::ffff:0.0.0.0/96                 ::1                           UGRS        lo0
fe80::/10                         ::1                           UGRS        lo0
fe80::%lo0/64                     link#1                        U           lo0
fe80::1%lo0                       link#1                        UHS         lo0
fe80::%epair0b/64                 link#2                        U       epair0b
fe80::ff:60ff:feeb:3c6f%epair0b   link#2                        UHS         lo0
ff02::/16                         ::1                           UGRS        lo0

/ETC/RESOLV.CONF
----------
# Generated by resolvconf
nameserver 10.10.99.254
nameserver 8.8.8.8
nameserver 8.8.4.4

 

Exmo

Cadet
Joined
Feb 10, 2019
Messages
3
To be clear, I've since Disabled Link Agg, cleared the config from the Console, and disabled Link Agg on the Switch.
 
Top