Advertisement
Guest User

Untitled

a guest
May 3rd, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. 2020-05-03T15:28:46.265Z|01183|reconnect|WARN|tcp:127.0.0.1:40024: connection dropped (Connection reset by peer)
  2. 2020-05-03T15:31:34.930Z|01184|jsonrpc|WARN|tcp:127.0.0.1:42692: receive error: Connection reset by peer
  3. 2020-05-03T15:31:34.930Z|01185|reconnect|WARN|tcp:127.0.0.1:42692: connection dropped (Connection reset by peer)
  4. 2020-05-03T15:41:08.859Z|01186|jsonrpc|WARN|tcp:127.0.0.1:51768: receive error: Connection reset by peer
  5. 2020-05-03T15:41:08.859Z|01187|reconnect|WARN|tcp:127.0.0.1:51768: connection dropped (Connection reset by peer)
  6.  
  7.  
  8. root@web2:/home/ubuntu# tail -n 1000 /var/log/openvswitch/ovs-vswitchd.log
  9. root@web2:/home/ubuntu# ovs-vsctl show
  10. 5f494674-8b92-453d-83d9-4122ca33962a
  11. Manager "ptcp:6640:127.0.0.1"
  12. is_connected: true
  13. Bridge "br-eth0"
  14. Controller "tcp:127.0.0.1:6633"
  15. fail_mode: secure
  16. datapath_type: system
  17. Port "phy-br-eth0"
  18. Interface "phy-br-eth0"
  19. type: patch
  20. options: {peer="int-br-eth0"}
  21. Port "br-eth0"
  22. Interface "br-eth0"
  23. type: internal
  24. error: "could not add network device br-eth0 to ofproto (File exists)"
  25. Bridge br-data
  26. Controller "tcp:127.0.0.1:6633"
  27. fail_mode: secure
  28. datapath_type: system
  29. Port phy-br-data
  30. Interface phy-br-data
  31. type: patch
  32. options: {peer=int-br-data}
  33. Port br-data
  34. Interface br-data
  35. type: internal
  36. Port "eth0"
  37. Interface "eth0"
  38. error: "could not add network device eth0 to ofproto (Device or resource busy)"
  39. Bridge br-ex
  40. Controller "tcp:127.0.0.1:6633"
  41. fail_mode: secure
  42. datapath_type: system
  43. Port "eth1"
  44. Interface "eth1"
  45. Port br-ex
  46. Interface br-ex
  47. type: internal
  48. Port phy-br-ex
  49. Interface phy-br-ex
  50. type: patch
  51. options: {peer=int-br-ex}
  52. Bridge br-tun
  53. Controller "tcp:127.0.0.1:6633"
  54. fail_mode: secure
  55. datapath_type: system
  56. Port br-tun
  57. Interface br-tun
  58. type: internal
  59. Port patch-int
  60. Interface patch-int
  61. type: patch
  62. options: {peer=patch-tun}
  63. Bridge br-int
  64. Controller "tcp:127.0.0.1:6633"
  65. fail_mode: secure
  66. datapath_type: system
  67. Port int-br-ex
  68. Interface int-br-ex
  69. type: patch
  70. options: {peer=phy-br-ex}
  71. Port patch-tun
  72. Interface patch-tun
  73. type: patch
  74. options: {peer=patch-int}
  75. Port int-br-data
  76. Interface int-br-data
  77. type: patch
  78. options: {peer=phy-br-data}
  79. Port "int-br-eth0"
  80. Interface "int-br-eth0"
  81. type: patch
  82. options: {peer="phy-br-eth0"}
  83. Port br-int
  84. Interface br-int
  85. type: internal
  86. ovs_version: "2.12.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement