Advertisement
elwuilmer

Red lan

Oct 16th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. ifconfig -a / Maquina 1
  2.  
  3. root@host:/micasa/elwuilmer:# ifconfig -a
  4. eth0 Link encap:Ethernet HWaddr e8:9a:8f:f8:41:47
  5. BROADCAST MULTICAST MTU:1500 Metric:1
  6. RX packets:6876 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:6678 errors:0 dropped:0 overruns:0 carrier:8
  8. collisions:0 txqueuelen:1000
  9. RX bytes:4466679 (4.2 MiB) TX bytes:1117183 (1.0 MiB)
  10. Interrupt:43
  11.  
  12. loLink encap:Local Loopback
  13. inet addr:127.0.0.1 Mask:255.0.0.0
  14. inet6 addr: ::1/128 Scope:Host
  15. UP LOOPBACK RUNNING MTU:16436 Metric:1
  16. RX packets:6912 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:6912 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:512802 (500.7 KiB) TX bytes:512802 (500.7 KiB)
  20.  
  21. wlan1 Link encap:Ethernet HWaddr 60:d8:19:4d:d6:60
  22. inet addr:192.168.0.100 Bcast:192.168.0.255 Mask:255.255.255.0
  23. inet6 addr: fe80::62d8:19ff:fe4d:d660/64 Scope:Link
  24. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  25. RX packets:14165 errors:0 dropped:0 overruns:0 frame:0
  26. TX packets:18149 errors:0 dropped:0 overruns:0 carrier:0
  27. collisions:0 txqueuelen:1000
  28. RX bytes:5057683 (4.8 MiB) TX bytes:3638966 (3.4 MiB)
  29.  
  30.  
  31. route -n / Maquina 1
  32.  
  33. root@host:/micasa/elwuilmer:# route -n
  34. Kernel IP routing table
  35. Destination Gateway Genmask Flags Metric RefUse Iface
  36. 0.0.0.0 192.168.0.1 0.0.0.0 UG0 00 wlan1
  37. 192.168.0.0 0.0.0.0 255.255.255.0 U 0 00 wlan1
  38.  
  39.  
  40.  
  41.  
  42.  
  43. ifconfig -a / Maquina 2
  44.  
  45. root@host:/sucasa/wb:# ifconfig -a
  46. eth0 Link encap:Ethernet HWaddr 00:1a:13:04:b9:97
  47. BROADCAST MULTICAST MTU:1500 Metric:1
  48. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  49. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  50. collisions:0 txqueuelen:1000
  51. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  52. Interrupt:44 Base address:0xc000
  53.  
  54. loLink encap:Local Loopback
  55. inet addr:127.0.0.1 Mask:255.0.0.0
  56. inet6 addr: ::1/128 Scope:Host
  57. UP LOOPBACK RUNNING MTU:16436 Metric:1
  58. RX packets:4424 errors:0 dropped:0 overruns:0 frame:0
  59. TX packets:4424 errors:0 dropped:0 overruns:0 carrier:0
  60. collisions:0 txqueuelen:0
  61. RX bytes:218028 (212.9 KiB) TX bytes:218028 (212.9 KiB)
  62.  
  63. wlan0 Link encap:Ethernet HWaddr 00:1a:13:bd:a9:64
  64. inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
  65. inet6 addr: fe80::21a:13ff:febd:a964/64 Scope:Link
  66. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  67. RX packets:4734 errors:0 dropped:0 overruns:0 frame:0
  68. TX packets:4686 errors:0 dropped:0 overruns:0 carrier:0
  69. collisions:0 txqueuelen:1000
  70. RX bytes:4054718 (3.8 MiB) TX bytes:374734 (365.9 KiB)
  71.  
  72.  
  73.  
  74. route -n / Maquina 2
  75.  
  76. root@host:/sucasa/wb:# route -n
  77. Kernel IP routing table
  78. Destination Gateway Genmask Flags Metric RefUse Iface
  79. 0.0.0.0 192.168.0.1 0.0.0.0 UG0 00 wlan0
  80. 192.168.0.0 0.0.0.0 255.255.255.0 U 0 00 wlan0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement