Hello,
I've got a small setup at Hetzner with a dedicated 10 Gbit/S SFP+ Switch (EdgeSwitch 16 XG) to interconnect my Hosts privatly.
The switch is also 802.1q capable but sadly im only able to make Q-In-Q working between 2 hosts and not three as i have to.
This is how my config looks like:
server 1:
auto vmbr4
iface vmbr4 inet manual
ovs_type OVSBridge
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.20''
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.30''
server 2:
auto vmbr4
iface vmbr4 inet manual
ovs_type OVSBridge
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.10''
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.30''
server 3:
auto vmbr4
iface vmbr4 inet manual
ovs_type OVSBridge
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.10''
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.20''
Does smb. have a similar config and is able to share it? i just wanted to verify that i'm doing nothing wrong here.
In the end i only want to give my VM's a VLAN tag for private networking, thats it.
Thanks and kind regards
I've got a small setup at Hetzner with a dedicated 10 Gbit/S SFP+ Switch (EdgeSwitch 16 XG) to interconnect my Hosts privatly.
The switch is also 802.1q capable but sadly im only able to make Q-In-Q working between 2 hosts and not three as i have to.
This is how my config looks like:
server 1:
auto vmbr4
iface vmbr4 inet manual
ovs_type OVSBridge
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.20''
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.30''
server 2:
auto vmbr4
iface vmbr4 inet manual
ovs_type OVSBridge
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.10''
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.30''
server 3:
auto vmbr4
iface vmbr4 inet manual
ovs_type OVSBridge
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.10''
post-up ovs-vsctl add-port vmbr1 gre0 -- set interface gre0 type=gre options:remote_ip=''100.100.100.20''
Does smb. have a similar config and is able to share it? i just wanted to verify that i'm doing nothing wrong here.
In the end i only want to give my VM's a VLAN tag for private networking, thats it.
Thanks and kind regards