Advertisement
Popster

Untitled

Dec 13th, 2015
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. ifconfig from system shell
  2.  
  3. [root@freeNAS ~]# ifconfig
  4.  
  5. igb0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
  6. options=400b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO>
  7. ether 0c:c4:7a:76:8b:30
  8. inet 192.168.1.16 netmask 0xffffff00 broadcast 192.168.1.255
  9. nd6 options=9<PERFORMNUD,IFDISABLED>
  10. media: Ethernet autoselect (1000baseT <full-duplex>)
  11. status: active
  12. igb1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  13. options=403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO>
  14. ether 0c:c4:7a:76:8b:31
  15. inet 192.168.1.17 netmask 0xffffff00 broadcast 192.168.1.255
  16. nd6 options=9<PERFORMNUD,IFDISABLED>
  17. media: Ethernet autoselect (1000baseT <full-duplex>)
  18. status: active
  19. ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
  20. nd6 options=9<PERFORMNUD,IFDISABLED>
  21. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
  22. options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
  23. inet6 ::1 prefixlen 128
  24. inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
  25. inet 127.0.0.1 netmask 0xff000000
  26. nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
  27. bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  28. ether 02:97:18:f7:c0:00
  29. nd6 options=1<PERFORMNUD>
  30. id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
  31. maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
  32. root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
  33. member: epair1a flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
  34. ifmaxaddr 0 port 9 priority 128 path cost 2000
  35. member: epair0a flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
  36. ifmaxaddr 0 port 8 priority 128 path cost 2000
  37. member: igb0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
  38. ifmaxaddr 0 port 2 priority 128 path cost 20000
  39. epair0a: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
  40. options=8<VLAN_MTU>
  41. ether 02:bb:4f:00:08:0a
  42. nd6 options=1<PERFORMNUD>
  43. media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
  44. status: active
  45. epair1a: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
  46. options=8<VLAN_MTU>
  47. ether 02:50:22:00:09:0a
  48. nd6 options=1<PERFORMNUD>
  49. media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
  50. status: active
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement