-
페도라 코어4에서 iptables 환경설정Linux 2010. 4. 7. 22:52
/etc/sysconfig/ 디렉토리의 iptables 파일내용
===========================================================================
# Firewall configuration written by system-config-securitylevel
# Manual customization of this file is not recommended.*filter
###local
-A INPUT -p ALL -i $LO_IFACE -j ACCEPT
-A OUTPUT -p ALL -o $LO_IFACE -j ACCEPT### ssh server
-A INPUT -p TCP --destination-port 22 -j ACCEPT
-A OUTPUT -p TCP --source-port 22 -j ACCEPT### ftp server
###
-A INPUT -p TCP --destination-port 21 -j ACCEPT
-A OUTPUT -p TCP --source-port 21 -j ACCEPT### POSTGRESQL server
-A INPUT -p TCP --destination-port 5432 -j ACCEPT
-A OUTPUT -p TCP --source-port 5432 -j ACCEPTCOMMIT
==========================================================================='Linux' 카테고리의 다른 글
리눅스 NFS 설정하기 (0) 2010.08.09 Rsync를 이용한 데이터 미러링 구축 (0) 2010.08.09 [IPTABLES] 기본 사용법 (0) 2010.08.09 vi 줄번호 출력 (0) 2010.04.07 페도라 코어 5에서 마우스커서 사라질때 (0) 2010.04.07 댓글