white_flag
Dabbler
- Joined
- Jul 18, 2012
- Messages
- 16
ifconfig -a
netstat -rn
jexec 1 ifconfig -a
Code:
,WOL_MCAST,WOL_MAGIC>
ether 40:61:86:2e:16:bc
inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 7e:c0:e8:fd:d6:a8
id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
maxage 20 holdcnt 6 proto rstp maxaddr 100 timeout 1200
root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
member: epair0a flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
ifmaxaddr 0 port 4 priority 128 path cost 2000
epair0a: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu
1500
ether 02:b7:72:00:04:0a
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
netstat -rn
Code:
[root@freenas ~]# netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
127.0.0.1 link#2 UH 0 2581 lo0
192.168.1.0/24 link#1 U 0 681 re0
192.168.1.100 link#1 UHS 0 18 lo0
Internet6:
Destination Gateway Flags Netif
Expire
::1 ::1 UH lo0
fe80::%lo0/64 link#2 U lo0
fe80::1%lo0 link#2 UHS lo0
ff01:2::/32 fe80::1%lo0 U lo0
ff02::%lo0/32 fe80::1%lo0
jexec 1 ifconfig -a
Code:
[root@freenas ~]# jexec 1 ifconfig -a
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 02:b7:72:00:05:0b
inet 192.168.1.88 netmask 0xffffff00 broadcast 192.168.1.255
inet6 fe80::b7:72ff:fe00:50b%epair0b prefixlen 64 scopeid 0x2
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active