LAN 2023-07-05T17:58:17 10.20.0.200:9443 10.8.0.2:62196 tcp Default deny / state violation rule LAN 2023-07-05T17:58:16 10.20.0.200:9443 10.8.0.2:62197 tcp Default deny / state violation ruleLAN 2023-07-05T17:54:50 10.10.0.200:9443 10.8.0.2:60378 tcp Default deny / state violation rule LAN 2023-07-05T17:54:50 10.10.0.200:9443 10.8.0.2:60377 tcp Default deny / state violation rule
__timestamp__ 2023-07-05T17:58:18ack 9829583action [block]anchorname datalen 0dir [in]dst 10.8.0.2dstport 62196ecn id 0interface vtnet1interface_name LANipflags DFipversion 4label Default deny / state violation rulelength 60offset 0protoname tcpprotonum 6reason matchrid 02f4bab031b57d1e30553ce08e0ec131rulenr 9seq 3660171452src 10.20.0.200srcport 9443subrulenr tcpflags SAtcpopts tos 0x0ttl 63urp 65160
cat interfaces auto loiface lo inet loopbackiface enp4s0 inet manualauto vmbr0iface vmbr0 inet static address xxx.xxx.xxx.158/27 gateway xxx.xxx.xxx.129 bridge-ports enp4s0 bridge-stp off bridge-fd 0post-up iptables -A INPUT -i vmbr0 -p tcp --destination-port 111 -j REJECT || truepost-up iptables -A FORWARD -i vmbr0 -p tcp --destination-port 111 -j REJECT || truepost-up iptables -A INPUT -i vmbr0 -p udp --destination-port 111 -j REJECT || truepost-up iptables -A FORWARD -i vmbr0 -p udp --destination-port 111 -j REJECT || trueauto vmbr1iface vmbr1 inet static address 10.10.0.1 netmask 255.255.255.0 bridge_ports none bridge_stp off bridge_fd 0post-up echo 1 > /proc/sys/net/ipv4/ip_forwardpost-up iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1post-up iptables -t nat -A POSTROUTING -s 10.10.0.0/24 -o vmbr0 -j MASQUERADEpost-down iptables -t nat -D POSTROUTING -s 10.10.0.0/24 -o vmbr0 -j MASQUERADEpost-down iptables -t raw -D PREROUTING -i fwbr+ -j CT --zone 1auto vmbr2iface vmbr2 inet staticaddress 10.20.0.1netmask 255.255.255.0 bridge_ports none bridge_stp off bridge_fd 0
# This file describes the network interfaces available on your system# and how to activate them. For more information, see interfaces(5).source /etc/network/interfaces.d/*# The loopback network interfaceauto loiface lo inet loopback# The primary network interfaceallow-hotplug enp6s18iface enp6s18 inet static address 10.20.0.200 netmask 255.255.255.0 gateway 10.20.0.2 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 10.20.0.2# The secondary network interfaceallow-hotplug enp6s19iface enp6s19 inet static address 10.10.0.200 netmask 255.255.255.0 post-up ip route add 10.10.0.0/24 dev enp6s19 src 10.10.0.200 table rt2 post-up ip route add default via 10.10.0.1 dev enp6s19 table rt2 post-up ip rule add from 10.10.0.200/32 table rt2 post-up ip rule add to 10.10.0.200/32 table rt2