네트워크 중계 도구 NAT - Rinted 설치 및 응용

1533 단어 study
작업 중 에 NAT 도 구 를 사 용 했 는데 리 눅 스에 서 Rinted 도 구 를 사용 하 는 것 이 매우 편리 하고 사용 하기 쉽다 는 것 을 알 게 되 었 다. 먼저 설치 절 차 를 간단하게 써 서 기억 하기 편리 하 다.
설치 절차:
1. 다운로드, 압축 해제, 설치
[root@zhenyunode zhenyutest]# cd ~/zhenyutest/
[root@zhenyunode zhenyutest]# wget http://www.boutell.com/rinetd/http/rinetd.tar.gz
[root@zhenyunode zhenyutest]# tar -xvf ~/zhenyutest/rinetd.tar.gz
[root@zhenyunode zhenyutest]# cd ~/zhenyutest/rinetd/
[root@zhenyunode rinetd]# sed -i 's/65536/65535/g' rinetd.c
[root@zhenyunode rinetd]# mkdir /usr/man/
[root@zhenyunode rinetd]# make && make install
[root@zhenyunode rinetd]#

2. 프로필 만 들 기
다음은 설정 인 스 턴 스:
0.0.0.0 40001 10.0.0.3 9182
0.0.0.0 40002 10.0.0.4 9182
0.0.0.0 40003 10.0.0.5 9182
0.0.0.0 40005 10.0.0.11 9182
0.0.0.0 40006 10.0.0.12 9182
0.0.0.0 40007 10.0.0.13 9182
0.0.0.0 40008 10.0.0.14 9182                           

설정 파일 형식 은 간단 합 니 다: [Source Address] [Source Port] [Destination Address] [Destination Port]
3. 종료 프로그램 시작
  :
[root@zhenyunode rinetd]# rinetd -c /etc/rinetd.conf
[root@zhenyunode ~]# ps -ef | grep rinetd
root     27346 27300  0 12:34 pts/1    00:00:00 grep --color=auto rinetd
root     32186     1  0 5 16 ?       00:00:00 rinetd -c /etc/rinetd.conf

  :
[root@zhenyunode rinetd]# killall rinetd

4. 검사
root@zhenyunode rinetd]# netstat -tanulp|grep rinetd
tcp        0      0 0.0.0.0:8080           0.0.0.0:*               LISTEN      32186/rinetd  

좋은 웹페이지 즐겨찾기