[CentOS] IPtables block user from outbound ICMP
John Cenile
jcenile1983 at gmail.comWed Feb 24 14:42:36 UTC 2016
- Previous message: [CentOS] Bitcoin for CentOS 7
- Next message: [CentOS] IPtables block user from outbound ICMP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, Is it possible at all to block all users other than root from sending outbound ICMP packets on an interface? At the moment we have the following two rules in our IPtables config: iptables -A OUTPUT -o eth1 -m owner --uid-owner 0 -j ACCEPT iptables -A OUTPUT -o eth1 -j DROP But this still allows ICMP for some reason (but *does* block other TCP/UDP packets, which is what we want, as well as ICMP). Thanks.
- Previous message: [CentOS] Bitcoin for CentOS 7
- Next message: [CentOS] IPtables block user from outbound ICMP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list