iptables 포트(port) 개방, 폐쇄 > 기술자료 | 해피정닷컴

iptables 포트(port) 개방, 폐쇄 > 기술자료

본문 바로가기

사이트 내 전체검색

iptables 포트(port) 개방, 폐쇄 > 기술자료

Linux iptables 포트(port) 개방, 폐쇄

페이지 정보


본문

웹 80 포트 tcp INPUT, OUTPUT 열기
iptables -I INPUT -p tcp --dport 80 -j ACCEPT
iptables -I OUTPUT -p tcp --sport 80 -j ACCEPT

SSH 22 포트 tcp INPUT, OUTPUT 열기
iptables -I INPUT -p tcp --dport 22 -j ACCEPT
iptables -I OUTPUT -p tcp --sport 22 -j ACCEPT

20, 21 포트 tcp INPUT, OUTPUT 열기
iptables -I INPUT -p tcp --dport 20 -j ACCEPT
iptables -I INPUT -p tcp --dport 21 -j ACCEPT
iptables -I OUTPUT -p tcp --sport 20 -j ACCEPT
iptables -I OUTPUT -p tcp --sport 21 -j ACCEPT

53 포트 udp INPUT, OUTPUT 열기 (bind)
iptables -I INPUT -p udp --dport 53 -j ACCEPT
iptables -I OUTPUT -p udp --sport 53 -j ACCEPT

snmp 161,162 포트 tcp,udp 를 222.222.222.222 에 INPUT, OUTPUT 열기
iptables -I INPUT -p tcp --dport 161 -s 222.222.222.222 -j ACCEPT
iptables -I OUTUT -p tcp --dport 162 -d 222.222.222.222 -j ACCEPT

iptables -I INPUT -p udp --dport 161 -s 222.222.222.222 -j ACCEPT
iptables -I OUTPUT -p udp --dport 162 -d 222.222.222.222 -j ACCEPT

25 포트 (메일발송 때문에)
iptables -I OUTPUT -p tcp --sport 25 -j ACCEPT

3306 (Mysql 때문에 - 같은 서버에서 사용합니다.)
iptables -I INPUT -p tcp --dport 3306 -j ACCEPT

443 (네이버 체크아웃 서비스)
iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT

8080 (톰캣 Tomcat)
iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT

포트변경후 iptables 재시작
# /etc/init.d/iptables restart 또는
# /etc/rc.d/init.d/iptables start



참고사이트
http://nizistyle.tistory.com/1  
http://blog.naver.com/qsef2?Redirect=Log&logNo=20043448038  
네이버 지식인 ( visualplus )  
 

댓글목록

등록된 댓글이 없습니다.


Total 124건 5 페이지
  • RSS
기술자료 목록
44
Linux   17578  2009-08-03 10:27  
열람
Linux   40009  2009-08-03 10:10 ~ 2012-05-15 00:00  
42
Linux   14625  2009-07-14 00:07  
41
Linux   31753  2009-06-04 14:32 ~ 2009-08-19 00:00  
40
Linux   13563  2009-06-03 12:52 ~ 2009-11-03 00:00  
39
Linux   12895  2009-05-01 18:15  
38
Linux   14722  2009-03-24 18:08  
37
Linux   19909  2009-03-06 02:13  
36
Linux   10994  2009-01-03 12:37 ~ 2009-01-08 00:00  
35
Linux   14071  2008-12-24 16:57 ~ 2009-08-18 00:00  
34
Linux   12617  2008-07-08 18:09  
33
Linux   20875  2008-06-12 09:21 ~ 2010-02-27 00:00  
32
Linux   9551  2008-05-20 08:10 ~ 2021-09-09 09:29  
31
Linux   13257  2008-03-31 09:25 ~ 2017-09-21 00:00  
30
Linux   12131  2007-12-28 22:02  
29
Linux   10633  2007-11-10 20:10 ~ 2022-03-23 07:46  
28
Linux   13637  2007-10-27 21:40  
27
Linux   13777  2007-10-16 20:52  
26
Linux   11268  2007-10-16 20:49 ~ 2017-03-08 00:00  
25
Linux   23222  2007-10-09 16:35 ~ 2023-12-24 10:49  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.