iptables reject https://domain.com:2222

hehachris

Verified User
Joined
Nov 24, 2004
Messages
534
Location
Hong Kong
when i
Code:
service iptables start

i cant enter DA
but when i stop it
Code:
service iptables stop

DA can be used-.-

how should i modify /etc/rc.d/rc.local in order to enable iptables and DA at the same time?

PS i've tried
Code:
iptables -A INPUT -p tcp -d 0/0 --dport 2222 -j ACCEPT
but it's not ok
 
Back
Top