Advertisement
Guest User

network config

a guest
Jan 31st, 2015
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. root@cloud:~# ifconfig -a
  2. br-ex Link encap:Ethernet HWaddr 00:01:2e:4d:d1:5f
  3. inet addr:192.168.1.128 Bcast:192.168.1.255 Mask:255.255.255.0
  4. inet6 addr: fe80::201:2eff:fe4d:d15f/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:194868 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:61116 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:0
  9. RX bytes:18600094 (18.6 MB) TX bytes:27484511 (27.4 MB)
  10.  
  11. br-int Link encap:Ethernet HWaddr fa:c5:63:c6:e5:48
  12. inet6 addr: fe80::888c:cdff:fef9:8d15/64 Scope:Link
  13. UP BROADCAST RUNNING MTU:1500 Metric:1
  14. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  15. TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  16. collisions:0 txqueuelen:0
  17. RX bytes:0 (0.0 B) TX bytes:648 (648.0 B)
  18.  
  19. lo Link encap:Local Loopback
  20. inet addr:127.0.0.1 Mask:255.0.0.0
  21. inet6 addr: ::1/128 Scope:Host
  22. UP LOOPBACK RUNNING MTU:65536 Metric:1
  23. RX packets:786876 errors:0 dropped:0 overruns:0 frame:0
  24. TX packets:786876 errors:0 dropped:0 overruns:0 carrier:0
  25. collisions:0 txqueuelen:0
  26. RX bytes:151867802 (151.8 MB) TX bytes:151867802 (151.8 MB)
  27.  
  28. ovs-system Link encap:Ethernet HWaddr 4a:c7:64:41:ea:19
  29. BROADCAST MULTICAST MTU:1500 Metric:1
  30. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  31. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  32. collisions:0 txqueuelen:0
  33. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  34.  
  35. p4p1 Link encap:Ethernet HWaddr 00:01:2e:4d:d1:5f
  36. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  37. RX packets:486202 errors:0 dropped:2232 overruns:0 frame:0
  38. TX packets:61116 errors:0 dropped:0 overruns:0 carrier:0
  39. collisions:0 txqueuelen:1000
  40. RX bytes:38815615 (38.8 MB) TX bytes:27507857 (27.5 MB)
  41.  
  42. tap3a15c899-d6 Link encap:Ethernet HWaddr be:ac:ef:5e:76:d0
  43. inet6 addr: fe80::bcac:efff:fe5e:76d0/64 Scope:Link
  44. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  45. RX packets:13 errors:0 dropped:0 overruns:0 frame:0
  46. TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  47. collisions:0 txqueuelen:1000
  48. RX bytes:990 (990.0 B) TX bytes:648 (648.0 B)
  49.  
  50. virbr0 Link encap:Ethernet HWaddr 52:2d:16:47:f2:bd
  51. inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
  52. UP BROADCAST MULTICAST MTU:1500 Metric:1
  53. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  54. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  55. collisions:0 txqueuelen:0
  56. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  57.  
  58. wlan0 Link encap:Ethernet HWaddr 0c:d2:92:56:bb:bb
  59. BROADCAST MULTICAST MTU:1500 Metric:1
  60. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  61. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  62. collisions:0 txqueuelen:1000
  63. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  64.  
  65. root@cloud:~# brctl show
  66. bridge name bridge id STP enabled interfaces
  67. br-ex 8000.00012e4dd15f no p4p1
  68. virbr0 8000.000000000000 yes
  69. root@cloud:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement