• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Iptables screwd my ports [Debian]

Fyruz

★★★★★
Joined
Feb 7, 2009
Messages
556
Reaction score
19
Location
127.0.0.1
Hello, well I am learning linux, and I did something wrong installing my iptables, something happend that I change or screwd (I dont know what happend with my ports) my ports, now I am unable to connect via SSH or SCP. Im trying /etc/init.d/iptables stop, but it says no such file or directory. Also i already used this:
Code:
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
But the access to SSH is very limited, I have aprox 10 seconds.
Please if someone can help me
 
Back
Top