标签:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/4/html/Installation_and_Configuration_Guide/Configuring_Open_vSwitch_tunnels.html
Procedure 13.9. Tunnel configuration steps
br-int
; created using the ovs-ctl
command on each host:ovs-vsctl add-br OVS-BR0
ovs-vsctl add-port ovsbr0 gre1 -- set Interface gre1 type=gre options:remote_ip=192.168.1.11
ovs-vsctl add-port ovsbr0 vxlan1 -- set Interface vxlan1 type=vxlan options:remote_ip=192.168.1.11
ovs-vsctl add-port ovsbr0 gre1 -- set Interface gre1 type=gre options:remote_ip=192.168.1.10
ovs-vsctl add-port ovsbr0 vxlan1 -- set Interface vxlan1 type=vxlan options:remote_ip=192.168.1.10
Configure Open vSwitch Tunnels
标签:
原文地址:http://www.cnblogs.com/xinglongcui/p/4496004.html