Advertisement
Guest User

Untitled

a guest
Oct 20th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ===/etc/config/network===
  2. config 'interface' 'loopback'
  3. option 'ifname' 'lo'
  4. option 'proto' 'static'
  5. option 'ipaddr' '127.0.0.1'
  6. option 'netmask' '255.0.0.0'
  7.  
  8. config 'interface' 'lan'
  9. option type 'bridge'
  10. option ifname 'eth0.1 eth0.2'
  11. option proto 'dhcp'
  12. option ipaddr 192.168.1.1
  13. option netmask 255.255.255.0
  14. ===
  15.  
  16. ===ifconfig===
  17. br-lan Link encap:Ethernet HWaddr C4:93:00:00:11:18
  18. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  19. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  20. TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
  21. collisions:0 txqueuelen:0
  22. RX bytes:0 (0.0 B) TX bytes:816 (816.0 B)
  23.  
  24. eth0 Link encap:Ethernet HWaddr C4:93:00:00:11:18
  25. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  26. RX packets:24 errors:0 dropped:22 overruns:0 frame:0
  27. TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
  28. collisions:0 txqueuelen:1000
  29. RX bytes:6720 (6.5 KiB) TX bytes:1648 (1.6 KiB)
  30. Interrupt:5
  31.  
  32. eth0.1 Link encap:Ethernet HWaddr C4:93:00:00:11:18
  33. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  34. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  35. TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
  36. collisions:0 txqueuelen:0
  37. RX bytes:0 (0.0 B) TX bytes:816 (816.0 B)
  38.  
  39. eth0.2 Link encap:Ethernet HWaddr C4:93:00:00:11:18
  40. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  41. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  42. TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
  43. collisions:0 txqueuelen:0
  44. RX bytes:0 (0.0 B) TX bytes:816 (816.0 B)
  45.  
  46. lo Link encap:Local Loopback
  47. inet addr:127.0.0.1 Mask:255.0.0.0
  48. UP LOOPBACK RUNNING MTU:16436 Metric:1
  49. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  50. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  51. collisions:0 txqueuelen:0
  52. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  53.  
  54. wlan0 Link encap:Ethernet HWaddr C4:93:00:00:11:1A
  55. UP BROADCAST MULTICAST MTU:1500 Metric:1
  56. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  57. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  58. collisions:0 txqueuelen:32
  59. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement