As far as I can tell, python-iptables does not currently support the REJECT target and the --reject-with types:
- icmp-net-unreachable
- icmp-host-unreachable
- icmp-port-unreachable
- icmp-proto-unreachable
- icmp-net-prohibited
- icmp-host-prohibited
- icmp-admin-prohibited
These targets are important for many firewall applications. We are willing to submit a pull request for this if someone is not already working on it.
As far as I can tell, python-iptables does not currently support the
REJECTtarget and the --reject-with types:These targets are important for many firewall applications. We are willing to submit a pull request for this if someone is not already working on it.