iptables 에
REJECT all – anywhere anywhere reject-with icmp-port-unreachable
이 있으면 접속이 안되더라.
iptables-save > /etc/iptables.up.rules
한다음
파일에서 문제의 라인을 지우고
iptable-load < /etc/iptables.up.rules
하니까, 오케이.
iptables 에
REJECT all – anywhere anywhere reject-with icmp-port-unreachable
이 있으면 접속이 안되더라.
iptables-save > /etc/iptables.up.rules
한다음
파일에서 문제의 라인을 지우고
iptable-load < /etc/iptables.up.rules
하니까, 오케이.