2015-11-06 13:20:06 +00:00
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_INP \
|
2015-11-06 13:20:06 +00:00
|
|
|
--in-interface virbr0 \
|
|
|
|
--protocol tcp \
|
|
|
|
--destination-port 67 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_INP \
|
2015-11-06 13:20:06 +00:00
|
|
|
--in-interface virbr0 \
|
|
|
|
--protocol udp \
|
|
|
|
--destination-port 67 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_OUT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--out-interface virbr0 \
|
2019-09-27 16:10:34 +00:00
|
|
|
--protocol tcp \
|
|
|
|
--destination-port 68 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
|
|
|
--insert LIBVIRT_OUT \
|
|
|
|
--out-interface virbr0 \
|
2015-11-06 13:20:06 +00:00
|
|
|
--protocol udp \
|
|
|
|
--destination-port 68 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_INP \
|
2015-11-06 13:20:06 +00:00
|
|
|
--in-interface virbr0 \
|
|
|
|
--protocol tcp \
|
|
|
|
--destination-port 53 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_INP \
|
2015-11-06 13:20:06 +00:00
|
|
|
--in-interface virbr0 \
|
|
|
|
--protocol udp \
|
|
|
|
--destination-port 53 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2019-09-27 16:10:34 +00:00
|
|
|
--insert LIBVIRT_OUT \
|
|
|
|
--out-interface virbr0 \
|
|
|
|
--protocol tcp \
|
|
|
|
--destination-port 53 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
|
|
|
--insert LIBVIRT_OUT \
|
|
|
|
--out-interface virbr0 \
|
|
|
|
--protocol udp \
|
|
|
|
--destination-port 53 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_FWO \
|
2015-11-06 13:20:06 +00:00
|
|
|
--in-interface virbr0 \
|
|
|
|
--jump REJECT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_FWI \
|
2015-11-06 13:20:06 +00:00
|
|
|
--out-interface virbr0 \
|
|
|
|
--jump REJECT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_FWX \
|
2015-11-06 13:20:06 +00:00
|
|
|
--in-interface virbr0 \
|
|
|
|
--out-interface virbr0 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_FWO \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.122.0/24 \
|
|
|
|
--in-interface virbr0 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_FWI \
|
2015-11-06 13:20:06 +00:00
|
|
|
--destination 192.168.122.0/24 \
|
|
|
|
--out-interface virbr0 \
|
|
|
|
--match conntrack \
|
|
|
|
--ctstate ESTABLISHED,RELATED \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.122.0/24 '!' \
|
|
|
|
--destination 192.168.122.0/24 \
|
|
|
|
--jump MASQUERADE
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.122.0/24 \
|
|
|
|
-p udp '!' \
|
|
|
|
--destination 192.168.122.0/24 \
|
|
|
|
--jump MASQUERADE \
|
|
|
|
--to-ports 1024-65535
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.122.0/24 \
|
|
|
|
-p tcp '!' \
|
|
|
|
--destination 192.168.122.0/24 \
|
|
|
|
--jump MASQUERADE \
|
|
|
|
--to-ports 1024-65535
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.122.0/24 \
|
|
|
|
--destination 255.255.255.255/32 \
|
|
|
|
--jump RETURN
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.122.0/24 \
|
|
|
|
--destination 224.0.0.0/24 \
|
|
|
|
--jump RETURN
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_FWO \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.128.0/24 \
|
|
|
|
--in-interface virbr0 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_FWI \
|
2015-11-06 13:20:06 +00:00
|
|
|
--destination 192.168.128.0/24 \
|
|
|
|
--out-interface virbr0 \
|
|
|
|
--match conntrack \
|
|
|
|
--ctstate ESTABLISHED,RELATED \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.128.0/24 '!' \
|
|
|
|
--destination 192.168.128.0/24 \
|
|
|
|
--jump MASQUERADE
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.128.0/24 \
|
|
|
|
-p udp '!' \
|
|
|
|
--destination 192.168.128.0/24 \
|
|
|
|
--jump MASQUERADE \
|
|
|
|
--to-ports 1024-65535
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.128.0/24 \
|
|
|
|
-p tcp '!' \
|
|
|
|
--destination 192.168.128.0/24 \
|
|
|
|
--jump MASQUERADE \
|
|
|
|
--to-ports 1024-65535
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.128.0/24 \
|
|
|
|
--destination 255.255.255.255/32 \
|
|
|
|
--jump RETURN
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.128.0/24 \
|
|
|
|
--destination 224.0.0.0/24 \
|
|
|
|
--jump RETURN
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_FWO \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.150.0/24 \
|
|
|
|
--in-interface virbr0 \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table filter \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_FWI \
|
2015-11-06 13:20:06 +00:00
|
|
|
--destination 192.168.150.0/24 \
|
|
|
|
--out-interface virbr0 \
|
|
|
|
--match conntrack \
|
|
|
|
--ctstate ESTABLISHED,RELATED \
|
|
|
|
--jump ACCEPT
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.150.0/24 '!' \
|
|
|
|
--destination 192.168.150.0/24 \
|
|
|
|
--jump MASQUERADE
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.150.0/24 \
|
|
|
|
-p udp '!' \
|
|
|
|
--destination 192.168.150.0/24 \
|
|
|
|
--jump MASQUERADE \
|
|
|
|
--to-ports 1024-65535
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.150.0/24 \
|
|
|
|
-p tcp '!' \
|
|
|
|
--destination 192.168.150.0/24 \
|
|
|
|
--jump MASQUERADE \
|
|
|
|
--to-ports 1024-65535
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.150.0/24 \
|
|
|
|
--destination 255.255.255.255/32 \
|
|
|
|
--jump RETURN
|
|
|
|
iptables \
|
|
|
|
--table nat \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--source 192.168.150.0/24 \
|
|
|
|
--destination 224.0.0.0/24 \
|
|
|
|
--jump RETURN
|
|
|
|
iptables \
|
|
|
|
--table mangle \
|
2018-12-05 15:53:55 +00:00
|
|
|
--insert LIBVIRT_PRT \
|
2015-11-06 13:20:06 +00:00
|
|
|
--out-interface virbr0 \
|
|
|
|
--protocol udp \
|
|
|
|
--destination-port 68 \
|
|
|
|
--jump CHECKSUM \
|
|
|
|
--checksum-fill
|