Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- xxxxx@compute4:~$ sudo ovs-vsctl show
- 4b2d52dd-4ed3-476a-b57e-655ce70240da
- Bridge br-int
- fail_mode: secure
- Port br-int
- Interface br-int
- type: internal
- Port int-br-vlan
- Interface int-br-vlan
- type: patch
- options: {peer=phy-br-vlan}
- Bridge br-vlan
- Port br-vlan
- Interface br-vlan
- type: internal
- Port phy-br-vlan
- Interface phy-br-vlan
- type: patch
- options: {peer=int-br-vlan}
- Port "p5p2"
- Interface "p5p2"
- ovs_version: "2.0.2"
- xxxxx@compute4:~$ route -n
- Kernel IP routing table
- Destination Gateway Genmask Flags Metric Ref Use Iface
- 0.0.0.0 192.168.7.254 0.0.0.0 UG 0 0 0 p5p1
- 10.11.1.0 10.11.1.1 255.255.255.0 UG 0 0 0 p5p2
- 10.11.1.0 0.0.0.0 255.255.255.0 U 0 0 0 p5p2
- 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
- 192.168.7.0 0.0.0.0 255.255.255.0 U 0 0 0 p5p1
- 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
- xxxxx@compute4:~$ ping 10.11.1.1
- PING 10.11.1.1 (10.11.1.1) 56(84) bytes of data.
- ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement