Advertisement
Guest User

Untitled

a guest
Mar 17th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. # netstat -rn
  2. Routing tables
  3.  
  4. Internet:
  5. Destination Gateway Flags Refs Use Netif Expire
  6. default 24.167.224.1 UGS 0 243443 igb1 #gw default
  7. residencial/21 link#2 U 0 0 igb1
  8. ip-residencial link#2 UHS 0 0 lo0
  9. empresarial/29 link#1 U 0 2510 igb0 # subnet empresarial
  10. ip-empresarial link#1 UHS 0 3 lo0
  11. 127.0.0.1 link#5 UH 0 9369 lo0
  12. 192.168.0.0/24 link#3 U 0 123837 igb2 # rede empresarial local
  13. 192.168.0.1 link#3 UHS 0 7 lo0
  14. 192.168.1.0/24 link#4 U 0 4053062 igb3 # rede residencial local
  15. 192.168.1.1 link#4 UHS 0 3 lo0
  16.  
  17. # ifconfig
  18. igb0 (uplink empresarial): flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  19. options=403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO>
  20. ether 00:25:90:f0:51:de
  21. inet ip-empresarial netmask 0xfffffff8 broadcast xx.xx.xx.xx
  22. media: Ethernet autoselect (1000baseT <full-duplex>)
  23. status: active
  24. igb1 (uplink residencial): flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  25. options=403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO>
  26. ether 00:25:90:f0:51:df
  27. inet ip-residencial netmask 0xfffff800 broadcast 255.255.255.255
  28. media: Ethernet autoselect (1000baseT <full-duplex>)
  29. status: active
  30. igb2 (downlink para rede empresarial): flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  31. options=403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO>
  32. ether 00:25:90:f0:51:e0
  33. inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
  34. media: Ethernet autoselect (1000baseT <full-duplex>)
  35. status: active
  36. igb3 (downlink para rede residencial): flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  37. options=403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO>
  38. ether 00:25:90:f0:51:e1
  39. inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
  40. media: Ethernet autoselect (1000baseT <full-duplex>)
  41. status: active
  42. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
  43. options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
  44. inet 127.0.0.1 netmask 0xff000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement