Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 칭찬교육
- Kernel
- cadre
- goaccess
- rsync
- CPU
- DNS
- PERL
- Hack
- Disk
- Python
- Bash
- windows
- iptables
- Linux
- http
- 좌절교육
- ext4
- pid
- rm
- ext3
- 디스크
- Cache
- Performance
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- 솔라리스
- rm -rf
- apachetop
- 리눅스
- PORT
Archives
- Today
- Total
Ben's
iptables 포트 포워드 본문
728x90
for i in `cat LIST2`
do
iptables -t nat -A PREROUTING -d $i -p tcp --dport 3389 -j DNAT --to-destination $i:4989
done
'리눅스 > iptables' 카테고리의 다른 글
[kisa] 리눅스 방화벽 (0) | 2013.01.21 |
---|---|
iptables -j vs iptables -g (0) | 2013.01.21 |
conntrack-tools 활용 (0) | 2013.01.17 |
iptables hex-string 이용 (2) | 2013.01.16 |
geoip 를 이용한 국가별 접속 제한 기능 사용을 위한 커널패치 메뉴얼 (0) | 2013.01.16 |