Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. root@OpenWrt:~# ifconfig
  2. br-lan Link encap:Ethernet HWaddr E8:DE:27:D6:88:7E
  3. inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0
  4. inet6 addr: fd95:ccb3:25d1:4::1/62 Scope:Global
  5. inet6 addr: fe80::eade:27ff:fed6:887e/64 Scope:Link
  6. inet6 addr: fd55:9df8:d56e::1/60 Scope:Global
  7. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  8. RX packets:1457082 errors:0 dropped:0 overruns:0 frame:0
  9. TX packets:2115340 errors:0 dropped:0 overruns:0 carrier:0
  10. collisions:0 txqueuelen:0
  11. RX bytes:150498460 (143.5 MiB) TX bytes:2840823770 (2.6 GiB)
  12.  
  13. eth0 Link encap:Ethernet HWaddr E8:DE:27:D6:88:7F
  14. inet addr:192.168.1.185 Bcast:192.168.1.255 Mask:255.255.255.0
  15. inet6 addr: fd95:ccb3:25d1:0:eade:27ff:fed6:887f/64 Scope:Global
  16. inet6 addr: fd95:ccb3:25d1::953/128 Scope:Global
  17. inet6 addr: fe80::eade:27ff:fed6:887f/64 Scope:Link
  18. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  19. RX packets:2108975 errors:0 dropped:0 overruns:3 frame:0
  20. TX packets:1440391 errors:0 dropped:0 overruns:0 carrier:0
  21. collisions:0 txqueuelen:1000
  22. RX bytes:2841103470 (2.6 GiB) TX bytes:169610036 (161.7 MiB)
  23. Interrupt:4
  24.  
  25. eth1 Link encap:Ethernet HWaddr E8:DE:27:D6:88:7E
  26. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  27. RX packets:1418715 errors:0 dropped:8 overruns:1 frame:0
  28. TX packets:2078193 errors:0 dropped:0 overruns:0 carrier:0
  29. collisions:0 txqueuelen:1000
  30. RX bytes:163820177 (156.2 MiB) TX bytes:2836974076 (2.6 GiB)
  31. Interrupt:5
  32.  
  33. lo Link encap:Local Loopback
  34. inet addr:127.0.0.1 Mask:255.0.0.0
  35. inet6 addr: ::1/128 Scope:Host
  36. UP LOOPBACK RUNNING MTU:65536 Metric:1
  37. RX packets:237 errors:0 dropped:0 overruns:0 frame:0
  38. TX packets:237 errors:0 dropped:0 overruns:0 carrier:0
  39. collisions:0 txqueuelen:0
  40. RX bytes:11404 (11.1 KiB) TX bytes:11404 (11.1 KiB)
  41.  
  42. wlan0 Link encap:Ethernet HWaddr E8:DE:27:D6:88:7C
  43. inet6 addr: fe80::eade:27ff:fed6:887c/64 Scope:Link
  44. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  45. RX packets:17781 errors:0 dropped:0 overruns:0 frame:0
  46. TX packets:32439 errors:0 dropped:0 overruns:0 carrier:0
  47. collisions:0 txqueuelen:1000
  48. RX bytes:817883 (798.7 KiB) TX bytes:2345307 (2.2 MiB)
  49.  
  50. wlan1 Link encap:Ethernet HWaddr E8:DE:27:D6:88:7D
  51. inet6 addr: fe80::eade:27ff:fed6:887d/64 Scope:Link
  52. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  53. RX packets:22619 errors:0 dropped:0 overruns:0 frame:0
  54. TX packets:35299 errors:0 dropped:0 overruns:0 carrier:0
  55. collisions:0 txqueuelen:1000
  56. RX bytes:6555917 (6.2 MiB) TX bytes:4818415 (4.5 MiB)
  57.  
  58.  
  59.  
  60. root@OpenWrt:~# netstat -rn
  61. Kernel IP routing table
  62. Destination Gateway Genmask Flags MSS Window irtt Iface
  63. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
  64. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  65. 192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 br-lan
  66. 192.168.3.0 192.168.2.1 255.255.255.0 UG 0 0 0 br-lan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement