Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- auto lo
- iface lo inet loopback
- auto eno1
- iface eno1 inet manual
- ovs_type OVSPort
- ovs_bridge vmbr0
- auto eno2
- iface eno2 inet manual
- ovs_type OVSPort
- ovs_bridge vmbr1
- auto inband
- iface inband inet static
- address 192.168.111.245/24
- gateway 192.168.111.253
- ovs_type OVSIntPort
- ovs_bridge vmbr1
- ovs_options tag=111
- auto vlan_home
- iface vlan_home inet manual
- ovs_type OVSIntPort
- ovs_bridge vmbr1
- ovs_options tag=111
- auto vlan_guest
- iface vlan_guest inet manual
- ovs_type OVSIntPort
- ovs_bridge vmbr1
- ovs_options tag=100
- auto vlan_mgmt
- iface vlan_mgmt inet manual
- ovs_type OVSIntPort
- ovs_bridge vmbr1
- ovs_options tag=128
- auto vmbr0
- iface vmbr0 inet manual
- ovs_type OVSBridge
- ovs_ports eno1
- auto vmbr1
- iface vmbr1 inet manual
- ovs_type OVSBridge
- ovs_ports eno2 inband vlan_home vlan_guest vlan_mgmt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement