ifconfigmore /etc/resolv.confnetstat -rntail -20 /var/log/messages (after a failed install)[root@freenas ~]# ifconfig
igb0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether 00:25:90:98:d9:fa
hwaddr 00:25:90:98:d9:fa
inet 192.168.1.135 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
igb1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether 00:25:90:98:d9:fb
hwaddr 00:25:90:98:d9:fb
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect
status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,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:55:05:c2:5e: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: igb0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
ifmaxaddr 0 port 1 priority 128 path cost 200000 [root@freenas ~]#
[root@freenas ~]# more /etc/resolv.conf
# Generated by resolvconf
search local ViaSatDomain
nameserver 192.168.1.1
[root@freenas ~]#
[root@freenas ~]# more /etc/resolv.conf
# Generated by resolvconf
search local ViaSatDomain
nameserver 192.168.1.1
[root@freenas ~]# netstat -rn
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default 192.168.1.1 UGS igb0
127.0.0.1 link#3 UH lo0
192.168.1.0/24 link#1 U igb0
192.168.1.135 link#1 UHS lo0
Internet6:
Destination Gateway Flags Netif Expire
::/96 ::1 UGRS lo0
::1 link#3 UH lo0
::ffff:0.0.0.0/96 ::1 UGRS lo0
fe80::/10 ::1 UGRS lo0
fe80::%lo0/64 link#3 U lo0
fe80::1%lo0 link#3 UHS lo0
ff02::/16 ::1 UGRS lo0
[root@freenas ~]#
▼
[root@freenas ~]# [root@freenas ~]# tail -20 /var/log/messages Feb 15 13:37:12 freenas kernel: vnet0:3: promiscuous mode enabled Feb 15 13:37:13 freenas kernel: igb0: link state changed to UP Feb 15 13:37:13 freenas kernel: igb0: link state changed to UP Feb 15 13:37:56 freenas dhclient: New IP Address (igb0): 192.168.1.141 Feb 15 13:37:56 freenas dhclient: New Subnet Mask (igb0): 255.255.255.0 Feb 15 13:37:56 freenas dhclient: New Broadcast Address (igb0): 192.168.1.255 Feb 15 13:37:56 freenas dhclient: New Routers (igb0): 192.168.1.1 Feb 15 13:40:31 freenas kernel: vnet0:3: link state changed to DOWN Feb 15 13:40:31 freenas kernel: vnet0:3: link state changed to DOWN Feb 15 13:40:31 freenas kernel: epair0b: link state changed to DOWN Feb 15 13:40:31 freenas kernel: epair0b: link state changed to DOWN Feb 15 13:40:31 freenas kernel: igb0: link state changed to DOWN Feb 15 13:40:31 freenas kernel: igb0: link state changed to DOWN Feb 15 13:40:33 freenas kernel: igb0: link state changed to UP Feb 15 13:40:33 freenas kernel: igb0: link state changed to UP Feb 15 13:41:18 freenas kernel: in6_purgeaddr: err=65, destination address delete failed Feb 15 13:41:23 freenas dhclient: New IP Address (igb0): 192.168.1.135 Feb 15 13:41:23 freenas dhclient: New Subnet Mask (igb0): 255.255.255.0 Feb 15 13:41:23 freenas dhclient: New Broadcast Address (igb0): 192.168.1.255 Feb 15 13:41:23 freenas dhclient: New Routers (igb0): 192.168.1.1 [root@freenas ~]#