[
{
"active" : 1,
"address" : "192.168.124.1",
"address6" : "2a01:xx",
"autostart" : 1,
"bridge_fd" : "0",
"bridge_ports" : "",
"bridge_stp" : "off",
"cidr" : "192.168.124.1/24",
"cidr6" : "2a01:xx::1/64",
"families" : [
"inet",
"inet6"
],
"iface" : "vmbr0",
"method" : "static",
"method6" : "staticc",
"netmask" : "24",
"netmask6" : "64",
"options" : [
"up iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1",
"up iptables -t nat -A POSTROUTING -s '192.168.124.0/24' -o eno1 -j MASQUERADE",
"down iptables -t nat -D POSTROUTING -s '192.168.124.0/24' -o eno1 -j MASQUERADE",
"up iptables -t nat -A PREROUTING -i eno1 -p tcp --dport 8007 -j DNAT --to 192.168.124.101:8007",
"down iptables -t nat -D PREROUTING -i eno1 -p tcp --dport 8007 -j DNAT --to 192.168.124.101:8007"
],
"priority" : 5,
"type" : "bridge"
}
]