Pages

2014년 7월 2일 수요일

[LINUX] LINUX 방화벽 해제

LINUX 방화벽 해제

[root@localhost]# iptables -I INPUT 1 -p tcp --dport 8080 -j ACCEPT

[root@localhost]# service iptables save
iptables: 방화벽 규칙을 /etc/sysconfig/iptables에 저장 중: [  OK  ]

[root@localhost]# /etc/init.d/iptables restart
iptables: 체인을 ACCEPT 규칙으로 설정 중:  filter              [  OK  ]
iptables: 방화벽 규칙을 지웁니다:                                    [  OK  ]
iptables: 모듈을 언로드하는 중:                                       [  OK  ]
iptables: 방화벽 규칙 적용 중:                                         [  OK  ]

댓글 없음:

댓글 쓰기