Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:openvswitch [2013/11/01 18:32]
a [Configuration tips]
linux:openvswitch [2013/11/01 18:33] (current)
a [Configuration in Debian/Ubuntu via /etc/network/interfaces]
Line 45: Line 45:
 </code> </code>
  
- +==== Creating GRE tunnel ==== 
 +<code|/etc/network/interfaces> 
 +allow-ovs br0 
 +iface br0 inet manual 
 +   ovs_type OVSBridge 
 +   ovs_ports mgt0 eth1  
 +   ovs_extra set Bridge br0 stp_enable=true 
 +   post-up ovs-vsctl add-port br0 vgre0 -- set interface vgre0 type=gre \ 
 + options:remote_ip=10.0.0.1 
 +.... 
 +</code>
  
 ===== Frequently use (useful) command ===== ===== Frequently use (useful) command =====
linux/openvswitch.1383327141.txt.gz · Last modified: 2013/11/01 18:32 by a
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready