Iptables trouble

Support for security such as Firewalls and securing linux
supertight
Posts: 171
Joined: 2017/02/07 21:47:51

Re: Iptables trouble

Post by supertight » 2017/06/04 03:45:19

TrevorH wrote:That's not what I asked for. Run iptables-save and post the output.
My bad.

Code: Select all

# Generated by iptables-save v1.4.7 on Sat Jun  3 20:44:06 2017
*filter
:INPUT DROP [4013:3414811]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [1244:185981]
-A INPUT -p tcp -m mac --mac-source 00:24:E8:AA:E0:9B -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
COMMIT
# Completed on Sat Jun  3 20:44:06 2017

supertight
Posts: 171
Joined: 2017/02/07 21:47:51

Re: Iptables trouble

Post by supertight » 2017/06/04 03:49:13

supertight wrote:
TrevorH wrote:That's not what I asked for. Run iptables-save and post the output.
My bad.

Code: Select all

# Generated by iptables-save v1.4.7 on Sat Jun  3 20:44:06 2017
*filter
:INPUT DROP [4013:3414811]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [1244:185981]
-A INPUT -p tcp -m mac --mac-source **:**:**:**:**:** -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
COMMIT
# Completed on Sat Jun  3 20:44:06 2017

Post Reply