Skip to content

Instantly share code, notes, and snippets.

@buley
Created December 21, 2014 21:14
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/8c47863f751e8f733e2f to your computer and use it in GitHub Desktop.
Save buley/8c47863f751e8f733e2f 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; 2min 6s ago
Main PID: 14707 (firewalld)
CGroup: /system.slice/firewalld.service
└─14707 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid
Dec 21 21:11:20 machine.hostname 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.hostname 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.hostname 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.hostname 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.
Dec 21 21:13:20 machine.hostname firewalld[14707]: 2014-12-21 21:13: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:13:20 machine.hostname firewalld[14707]: 2014-12-21 21:13: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:13:20 machine.hostname firewalld[14707]: 2014-12-21 21:13: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:13:20 machine.hostname firewalld[14707]: 2014-12-21 21:13: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:13:20 machine.hostname firewalld[14707]: 2014-12-21 21:13: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:13:20 machine.hostname firewalld[14707]: 2014-12-21 21:13: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