Last active
August 29, 2015 14:11
-
-
Save buley/e84408d262ef2c138ddb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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