Skip to content

Instantly share code, notes, and snippets.

@buley
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buley/e84408d262ef2c138ddb to your computer and use it in GitHub Desktop.
Save buley/e84408d262ef2c138ddb to your computer and use it in GitHub Desktop.
[root@machine ~]# systemctl status firewalld -l
firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled)
Active: active (running) since Sun 2014-12-21 21:11:18 UTC; 20s ago
Main PID: 14707 (firewalld)
CGroup: /system.slice/firewalld.service
└─14707 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid
Dec 21 21:11:18 machine systemd[1]: Starting firewalld - dynamic firewall daemon...
Dec 21 21:11:18 machine systemd[1]: Started firewalld - dynamic firewall daemon.
Dec 21 21:11:20 machine firewalld[14707]: 2014-12-21 21:11:20 ERROR: '/sbin/iptables -t filter -A ACCEPT_allow -s 192.168.0.0/16 -m tcp -p tcp --dport 9000 -m conntrack --ctstate NEW -j ACCEPT' failed: iptables: No chain/target/match by that name.
Dec 21 21:11:20 machine firewalld[14707]: 2014-12-21 21:11:20 ERROR: '/sbin/iptables -t filter -A ACCEPT_allow -s 192.168.0.0/16 -m tcp -p tcp --dport 9000 -m conntrack --ctstate NEW -j ACCEPT' failed: iptables: No chain/target/match by that name.
Dec 21 21:11:20 machine firewalld[14707]: 2014-12-21 21:11:20 ERROR: COMMAND_FAILED: '/sbin/iptables -t filter -A ACCEPT_allow -s 192.168.0.0/16 -m tcp -p tcp --dport 9000 -m conntrack --ctstate NEW -j ACCEPT' failed: iptables: No chain/target/match by that name.
Dec 21 21:11:20 machine firewalld[14707]: 2014-12-21 21:11:20 ERROR: '/sbin/iptables -t filter -A ACCEPT_allow -s 192.168.0.0/16 -m tcp -p tcp --dport 8080 -m conntrack --ctstate NEW -j ACCEPT' failed: iptables: No chain/target/match by that name.
Dec 21 21:11:20 machine firewalld[14707]: 2014-12-21 21:11:20 ERROR: '/sbin/iptables -t filter -A ACCEPT_allow -s 192.168.0.0/16 -m tcp -p tcp --dport 8080 -m conntrack --ctstate NEW -j ACCEPT' failed: iptables: No chain/target/match by that name.
Dec 21 21:11:20 machine firewalld[14707]: 2014-12-21 21:11:20 ERROR: COMMAND_FAILED: '/sbin/iptables -t filter -A ACCEPT_allow -s 192.168.0.0/16 -m tcp -p tcp --dport 8080 -m conntrack --ctstate NEW -j ACCEPT' failed: iptables: No chain/target/match by that name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment