#dns,apache,pop3,smtp가 작동되게 한다.
#근데 너무 허접합니다.
#메일이 큐에 쌓여 버립니다.
#어딜 수정해야 할까요?
-A input -s 61.84.218.123 53 -d 0/0 -p udp -j ACCEPT
-A input -s 61.84.218.123 -d 0/0 53 -p udp -j ACCEPT
-A input -s 0/0 -d 0/0 53 -p udp -j ACCEPT
-A input -s 0/0 -d 0/0 80 -p tcp -j ACCEPT
-A input -s 0/0 -d 0/0 110 -p tcp -y -j ACCEPT
-A input -s 0/0 110 -d 0/0 -p tcp -y -j ACCEPT
-A input -s 0/0 -d 0/0 25 -p tcp -j ACCEPT
-A input -s 0/0 25 -d 0/0 -p tcp -j ACCEPT
#내컴에서만 ssh가 되게 한다.
-A input -s 61.84.218.124 -d 0/0 22 -p tcp -y -j ACCEPT
#모든 포트를 죽인다.
-A input -s 0/0 -d 0/0 -p tcp -y -j REJECT
-A input -s 0/0 -d 0/0 -p udp -j REJECT