Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ipset cmdlist:
- update PVEFW-0-management-v4 (18beyoXOE3m4WmJuahn8nk7kBHk)
- create PVEFW-0-management-v4 hash:net family inet hashsize 64 maxelem 64
- add PVEFW-0-management-v4 127.0.0.0/8
- update PVEFW-0-management-v6 (H5WO/Pkuyz4e7OLB2uiMpG0Bsn0)
- create PVEFW-0-management-v6 hash:net family inet6 hashsize 64 maxelem 64
- iptables cmdlist:
- exists GROUP-proxmox-IN (6v1kdZWg42I+KyVK4u5/+KQ8AKw)
- -A GROUP-proxmox-IN -j MARK --set-mark 0x00000000/0x80000000
- -A GROUP-proxmox-IN -p tcp --dport 8006 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 22 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 25 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 465 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 587 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 5900:5999 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p udp --dport 111 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 3128 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p udp --dport 5404:5405 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 60000:60050 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p icmp -g PVEFW-SET-ACCEPT-MARK
- exists GROUP-proxmox-OUT (tZr2a960IhOJdtNbHplv0z6TvE0)
- -A GROUP-proxmox-OUT -j MARK --set-mark 0x00000000/0x80000000
- exists PVEFW-Drop (WDy2wbFe7jNYEyoO3QhUELZ4mIQ)
- -A PVEFW-Drop -p tcp --dport 43 -j PVEFW-reject
- -A PVEFW-Drop -j PVEFW-DropBroadcast
- -A PVEFW-Drop -p icmp -m icmp --icmp-type fragmentation-needed -j ACCEPT
- -A PVEFW-Drop -p icmp -m icmp --icmp-type time-exceeded -j ACCEPT
- -A PVEFW-Drop -m conntrack --ctstate INVALID -j DROP
- -A PVEFW-Drop -p udp --match multiport --dports 135,445 -j DROP
- -A PVEFW-Drop -p udp --dport 137:139 -j DROP
- -A PVEFW-Drop -p udp --sport 137 --dport 1024:65535 -j DROP
- -A PVEFW-Drop -p tcp --match multiport --dports 135,139,445 -j DROP
- -A PVEFW-Drop -p udp --dport 1900 -j DROP
- -A PVEFW-Drop -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -j DROP
- -A PVEFW-Drop -p udp --sport 53 -j DROP
- exists PVEFW-DropBroadcast (NyjHNAtFbkH7WGLamPpdVnxHy4w)
- -A PVEFW-DropBroadcast -m addrtype --dst-type BROADCAST -j DROP
- -A PVEFW-DropBroadcast -m addrtype --dst-type MULTICAST -j DROP
- -A PVEFW-DropBroadcast -m addrtype --dst-type ANYCAST -j DROP
- -A PVEFW-DropBroadcast -d 224.0.0.0/4 -j DROP
- exists PVEFW-FORWARD (qnNexOcGa+y+jebd4dAUqFSp5nw)
- -A PVEFW-FORWARD -m conntrack --ctstate INVALID -j DROP
- -A PVEFW-FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
- -A PVEFW-FORWARD -m physdev --physdev-is-bridged --physdev-in fwln+ -j PVEFW-FWBR-IN
- -A PVEFW-FORWARD -m physdev --physdev-is-bridged --physdev-out fwln+ -j PVEFW-FWBR-OUT
- exists PVEFW-FWBR-IN (Ijl7/xz0DD7LF91MlLCz0ybZBE0)
- -A PVEFW-FWBR-IN -m conntrack --ctstate INVALID,NEW -j PVEFW-smurfs
- exists PVEFW-FWBR-OUT (2jmj7l5rSw0yVb/vlWAYkK/YBwk)
- exists PVEFW-HOST-IN (93o6Enok0Qo1oibCoQmMopO17Tw)
- -A PVEFW-HOST-IN -i lo -j ACCEPT
- -A PVEFW-HOST-IN -m conntrack --ctstate INVALID -j DROP
- -A PVEFW-HOST-IN -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
- -A PVEFW-HOST-IN -m conntrack --ctstate INVALID,NEW -j PVEFW-smurfs
- -A PVEFW-HOST-IN -p igmp -j RETURN
- -A PVEFW-HOST-IN -i vmbr0 -j GROUP-proxmox-IN
- -A PVEFW-HOST-IN -m mark --mark 0x80000000/0x80000000 -j RETURN
- -A PVEFW-HOST-IN -m set --match-set PVEFW-0-management-v4 src -p tcp --dport 8006 -j RETURN
- -A PVEFW-HOST-IN -m set --match-set PVEFW-0-management-v4 src -p tcp --dport 5900:5999 -j RETURN
- -A PVEFW-HOST-IN -m set --match-set PVEFW-0-management-v4 src -p tcp --dport 3128 -j RETURN
- -A PVEFW-HOST-IN -m set --match-set PVEFW-0-management-v4 src -p tcp --dport 22 -j RETURN
- -A PVEFW-HOST-IN -m set --match-set PVEFW-0-management-v4 src -p tcp --dport 60000:60050 -j RETURN
- -A PVEFW-HOST-IN -j PVEFW-Drop
- -A PVEFW-HOST-IN -j DROP
- exists PVEFW-HOST-OUT (5ArqJGaAsz2ybN1lcuXFbZNExLE)
- -A PVEFW-HOST-OUT -o lo -j ACCEPT
- -A PVEFW-HOST-OUT -m conntrack --ctstate INVALID -j DROP
- -A PVEFW-HOST-OUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
- -A PVEFW-HOST-OUT -p igmp -j RETURN
- -A PVEFW-HOST-OUT -o vmbr0 -j GROUP-proxmox-OUT
- -A PVEFW-HOST-OUT -m mark --mark 0x80000000/0x80000000 -j RETURN
- -A PVEFW-HOST-OUT -d 127.0.0.0/8 -p tcp --dport 8006 -j RETURN
- -A PVEFW-HOST-OUT -d 127.0.0.0/8 -p tcp --dport 22 -j RETURN
- -A PVEFW-HOST-OUT -d 127.0.0.0/8 -p tcp --dport 5900:5999 -j RETURN
- -A PVEFW-HOST-OUT -d 127.0.0.0/8 -p tcp --dport 3128 -j RETURN
- -A PVEFW-HOST-OUT -j RETURN
- exists PVEFW-INPUT (+5iMmLaxKXynOB/+5xibfx7WhFk)
- -A PVEFW-INPUT -j PVEFW-HOST-IN
- exists PVEFW-OUTPUT (LjHoZeSSiWAG3+2ZAyL/xuEehd0)
- -A PVEFW-OUTPUT -j PVEFW-HOST-OUT
- exists PVEFW-Reject (CZJnIN6rAdpu+ej59QPr9+laMUo)
- -A PVEFW-Reject -p tcp --dport 43 -j PVEFW-reject
- -A PVEFW-Reject -j PVEFW-DropBroadcast
- -A PVEFW-Reject -p icmp -m icmp --icmp-type fragmentation-needed -j ACCEPT
- -A PVEFW-Reject -p icmp -m icmp --icmp-type time-exceeded -j ACCEPT
- -A PVEFW-Reject -m conntrack --ctstate INVALID -j DROP
- -A PVEFW-Reject -p udp --match multiport --dports 135,445 -j PVEFW-reject
- -A PVEFW-Reject -p udp --dport 137:139 -j PVEFW-reject
- -A PVEFW-Reject -p udp --sport 137 --dport 1024:65535 -j PVEFW-reject
- -A PVEFW-Reject -p tcp --match multiport --dports 135,139,445 -j PVEFW-reject
- -A PVEFW-Reject -p udp --dport 1900 -j DROP
- -A PVEFW-Reject -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -j DROP
- -A PVEFW-Reject -p udp --sport 53 -j DROP
- exists PVEFW-SET-ACCEPT-MARK (Hg/OIgIwJChBUcWU8Xnjhdd2jUY)
- -A PVEFW-SET-ACCEPT-MARK -j MARK --set-mark 0x80000000/0x80000000
- exists PVEFW-logflags (MN4PH1oPZeABMuWr64RrygPfW7A)
- -A PVEFW-logflags -j DROP
- exists PVEFW-reject (Jlkrtle1mDdtxDeI9QaDSL++Npc)
- -A PVEFW-reject -m addrtype --dst-type BROADCAST -j DROP
- -A PVEFW-reject -s 224.0.0.0/4 -j DROP
- -A PVEFW-reject -p icmp -j DROP
- -A PVEFW-reject -p tcp -j REJECT --reject-with tcp-reset
- -A PVEFW-reject -p udp -j REJECT --reject-with icmp-port-unreachable
- -A PVEFW-reject -p icmp -j REJECT --reject-with icmp-host-unreachable
- -A PVEFW-reject -j REJECT --reject-with icmp-host-prohibited
- exists PVEFW-smurflog (2gfT1VMkfr0JL6OccRXTGXo+1qk)
- -A PVEFW-smurflog -j DROP
- exists PVEFW-smurfs (HssVe5QCBXd5mc9kC88749+7fag)
- -A PVEFW-smurfs -s 0.0.0.0/32 -j RETURN
- -A PVEFW-smurfs -m addrtype --src-type BROADCAST -g PVEFW-smurflog
- -A PVEFW-smurfs -s 224.0.0.0/4 -g PVEFW-smurflog
- exists PVEFW-tcpflags (CMFojwNPqllyqD67NeI5m+bP5mo)
- -A PVEFW-tcpflags -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG FIN,PSH,URG -g PVEFW-logflags
- -A PVEFW-tcpflags -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE -g PVEFW-logflags
- -A PVEFW-tcpflags -p tcp -m tcp --tcp-flags SYN,RST SYN,RST -g PVEFW-logflags
- -A PVEFW-tcpflags -p tcp -m tcp --tcp-flags FIN,SYN FIN,SYN -g PVEFW-logflags
- -A PVEFW-tcpflags -p tcp -m tcp --sport 0 --tcp-flags FIN,SYN,RST,ACK SYN -g PVEFW-logflags
- ip6tables cmdlist:
- exists GROUP-proxmox-IN (pWEVPl+vestmqZiaCTU1BEnclr0)
- -A GROUP-proxmox-IN -j MARK --set-mark 0x00000000/0x80000000
- -A GROUP-proxmox-IN -p tcp --dport 8006 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 22 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 25 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 465 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 587 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 5900:5999 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p udp --dport 111 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 3128 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p udp --dport 5404:5405 -g PVEFW-SET-ACCEPT-MARK
- -A GROUP-proxmox-IN -p tcp --dport 60000:60050 -g PVEFW-SET-ACCEPT-MARK
- exists GROUP-proxmox-OUT (tZr2a960IhOJdtNbHplv0z6TvE0)
- -A GROUP-proxmox-OUT -j MARK --set-mark 0x00000000/0x80000000
- exists PVEFW-Drop (Jb79Uw7z1vZglIcV7QXA5uY/nbk)
- -A PVEFW-Drop -p tcp --dport 43 -j PVEFW-reject
- -A PVEFW-Drop -j PVEFW-DropBroadcast
- -A PVEFW-Drop -p icmpv6 -m icmpv6 --icmpv6-type destination-unreachable -j ACCEPT
- -A PVEFW-Drop -p icmpv6 -m icmpv6 --icmpv6-type time-exceeded -j ACCEPT
- -A PVEFW-Drop -p icmpv6 -m icmpv6 --icmpv6-type packet-too-big -j ACCEPT
- -A PVEFW-Drop -m conntrack --ctstate INVALID -j DROP
- -A PVEFW-Drop -p udp --match multiport --dports 135,445 -j DROP
- -A PVEFW-Drop -p udp --dport 137:139 -j DROP
- -A PVEFW-Drop -p udp --sport 137 --dport 1024:65535 -j DROP
- -A PVEFW-Drop -p tcp --match multiport --dports 135,139,445 -j DROP
- -A PVEFW-Drop -p udp --dport 1900 -j DROP
- -A PVEFW-Drop -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -j DROP
- -A PVEFW-Drop -p udp --sport 53 -j DROP
- exists PVEFW-DropBroadcast (8Krk5Nh8pDZOOc7BQAbM6PlyFSU)
- -A PVEFW-DropBroadcast -d ff00::/8 -j DROP
- exists PVEFW-FORWARD (qnNexOcGa+y+jebd4dAUqFSp5nw)
- -A PVEFW-FORWARD -m conntrack --ctstate INVALID -j DROP
- -A PVEFW-FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
- -A PVEFW-FORWARD -m physdev --physdev-is-bridged --physdev-in fwln+ -j PVEFW-FWBR-IN
- -A PVEFW-FORWARD -m physdev --physdev-is-bridged --physdev-out fwln+ -j PVEFW-FWBR-OUT
- exists PVEFW-FWBR-IN (2jmj7l5rSw0yVb/vlWAYkK/YBwk)
- exists PVEFW-FWBR-OUT (2jmj7l5rSw0yVb/vlWAYkK/YBwk)
- exists PVEFW-HOST-IN (f9964YEWHC8PLlIXqwuCVilosns)
- -A PVEFW-HOST-IN -i lo -j ACCEPT
- -A PVEFW-HOST-IN -m conntrack --ctstate INVALID -j DROP
- -A PVEFW-HOST-IN -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
- -A PVEFW-HOST-IN -p icmpv6 --icmpv6-type router-solicitation -j RETURN
- -A PVEFW-HOST-IN -p icmpv6 --icmpv6-type router-advertisement -j RETURN
- -A PVEFW-HOST-IN -p icmpv6 --icmpv6-type neighbor-solicitation -j RETURN
- -A PVEFW-HOST-IN -p icmpv6 --icmpv6-type neighbor-advertisement -j RETURN
- -A PVEFW-HOST-IN -p igmp -j RETURN
- -A PVEFW-HOST-IN -i vmbr0 -j GROUP-proxmox-IN
- -A PVEFW-HOST-IN -m mark --mark 0x80000000/0x80000000 -j RETURN
- -A PVEFW-HOST-IN -m set --match-set PVEFW-0-management-v6 src -p tcp --dport 8006 -j RETURN
- -A PVEFW-HOST-IN -m set --match-set PVEFW-0-management-v6 src -p tcp --dport 5900:5999 -j RETURN
- -A PVEFW-HOST-IN -m set --match-set PVEFW-0-management-v6 src -p tcp --dport 3128 -j RETURN
- -A PVEFW-HOST-IN -m set --match-set PVEFW-0-management-v6 src -p tcp --dport 22 -j RETURN
- -A PVEFW-HOST-IN -m set --match-set PVEFW-0-management-v6 src -p tcp --dport 60000:60050 -j RETURN
- -A PVEFW-HOST-IN -j PVEFW-Drop
- -A PVEFW-HOST-IN -j DROP
- exists PVEFW-HOST-OUT (J6Kq8kq43CTWLrmXDFqQI1td3uE)
- -A PVEFW-HOST-OUT -o lo -j ACCEPT
- -A PVEFW-HOST-OUT -m conntrack --ctstate INVALID -j DROP
- -A PVEFW-HOST-OUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
- -A PVEFW-HOST-OUT -p icmpv6 --icmpv6-type router-solicitation -j RETURN
- -A PVEFW-HOST-OUT -p icmpv6 --icmpv6-type neighbor-solicitation -j RETURN
- -A PVEFW-HOST-OUT -p icmpv6 --icmpv6-type neighbor-advertisement -j RETURN
- -A PVEFW-HOST-OUT -p igmp -j RETURN
- -A PVEFW-HOST-OUT -o vmbr0 -j GROUP-proxmox-OUT
- -A PVEFW-HOST-OUT -m mark --mark 0x80000000/0x80000000 -j RETURN
- -A PVEFW-HOST-OUT -j RETURN
- exists PVEFW-INPUT (+5iMmLaxKXynOB/+5xibfx7WhFk)
- -A PVEFW-INPUT -j PVEFW-HOST-IN
- exists PVEFW-OUTPUT (LjHoZeSSiWAG3+2ZAyL/xuEehd0)
- -A PVEFW-OUTPUT -j PVEFW-HOST-OUT
- exists PVEFW-Reject (aL1nrxJk/u3XmTb3Am2eaM/3yCM)
- -A PVEFW-Reject -p tcp --dport 43 -j PVEFW-reject
- -A PVEFW-Reject -j PVEFW-DropBroadcast
- -A PVEFW-Reject -p icmpv6 -m icmpv6 --icmpv6-type destination-unreachable -j ACCEPT
- -A PVEFW-Reject -p icmpv6 -m icmpv6 --icmpv6-type time-exceeded -j ACCEPT
- -A PVEFW-Reject -p icmpv6 -m icmpv6 --icmpv6-type packet-too-big -j ACCEPT
- -A PVEFW-Reject -m conntrack --ctstate INVALID -j DROP
- -A PVEFW-Reject -p udp --match multiport --dports 135,445 -j PVEFW-reject
- -A PVEFW-Reject -p udp --dport 137:139 -j PVEFW-reject
- -A PVEFW-Reject -p udp --sport 137 --dport 1024:65535 -j PVEFW-reject
- -A PVEFW-Reject -p tcp --match multiport --dports 135,139,445 -j PVEFW-reject
- -A PVEFW-Reject -p udp --dport 1900 -j DROP
- -A PVEFW-Reject -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -j DROP
- -A PVEFW-Reject -p udp --sport 53 -j DROP
- exists PVEFW-SET-ACCEPT-MARK (Hg/OIgIwJChBUcWU8Xnjhdd2jUY)
- -A PVEFW-SET-ACCEPT-MARK -j MARK --set-mark 0x80000000/0x80000000
- exists PVEFW-logflags (MN4PH1oPZeABMuWr64RrygPfW7A)
- -A PVEFW-logflags -j DROP
- exists PVEFW-reject (etEECUYcgUdzuuO+LDP83pu0S8Y)
- -A PVEFW-reject -p icmpv6 -j DROP
- -A PVEFW-reject -p tcp -j REJECT --reject-with tcp-reset
- -A PVEFW-reject -p udp -j REJECT --reject-with icmp6-port-unreachable
- -A PVEFW-reject -j REJECT --reject-with icmp6-adm-prohibited
- exists PVEFW-tcpflags (CMFojwNPqllyqD67NeI5m+bP5mo)
- -A PVEFW-tcpflags -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG FIN,PSH,URG -g PVEFW-logflags
- -A PVEFW-tcpflags -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE -g PVEFW-logflags
- -A PVEFW-tcpflags -p tcp -m tcp --tcp-flags SYN,RST SYN,RST -g PVEFW-logflags
- -A PVEFW-tcpflags -p tcp -m tcp --tcp-flags FIN,SYN FIN,SYN -g PVEFW-logflags
- -A PVEFW-tcpflags -p tcp -m tcp --sport 0 --tcp-flags FIN,SYN,RST,ACK SYN -g PVEFW-logflags
- ebtables cmdlist:
- exists PVEFW-FORWARD (ULtZ6lqjrD/jAKLY+OZo3BbXs9k)
- -A PVEFW-FORWARD -p IPv4 -j ACCEPT
- -A PVEFW-FORWARD -p IPv6 -j ACCEPT
- -A PVEFW-FORWARD -o fwln+ -j PVEFW-FWBR-OUT
- exists PVEFW-FWBR-OUT (2jmj7l5rSw0yVb/vlWAYkK/YBwk)
- ignore FORWARD (zuQi5YOvmMWiM9zohnQw/qWemOA)
- ignore INPUT (2jmj7l5rSw0yVb/vlWAYkK/YBwk)
- ignore OUTPUT (2jmj7l5rSw0yVb/vlWAYkK/YBwk)
- iptables table raw cmdlist:
- ip6tables table raw cmdlist:
- detected changes
Advertisement
Add Comment
Please, Sign In to add comment