Skip to content

[Linux] Proxy 서버 설정하기

조회 수 17103 추천 수 0 2014.06.17 06:55:44

서버중 외부로 나가는 트래픽이 막혀있는 서버가 있다면 프록시를 통해 외부로 나가는 요청을 할수가 있습니다.

 

 

1. 로그인 세션 동안만 유지되는 방법


텔넷이나 ssh에 로그인 되어있는동안만 프록시를 사용하고 있다면 다음과 같이 사용하면 됩니다.

 


# 프록시 서버 설정
export http_proxy=http://www.yourproxyserver.com:port
export https_proxy=http://www.yourproxyserver.com:port
#프록시서버 해제
unset http_proxy
unset https_proxy
 

 

2. 로그인 세션이 종료된 후에도 프록시를 유지시키는 방법

 

 


 
여기서는 .bashrc에 작업했지만 .profile, .bash_profile, .bashrc_profile 어디에 설정해도 동일합니다.
vi ~/.bashrc
 
아래내용 추가
export http_proxy=http://www.yourproxyserver.com:port
export https_proxy=http://www.yourproxyserver.com:port
저장후
 
source ~/.bashrc
 


이후 wget이나 curl로 외부로 요청이 되었을때 데이터를 제대로 가져오면 프록시 설정이 제대로 된것입니다.

 

 
wget www.daum.net
혹은
curl -0 www.daum.net
 

profile

일요일은 짜빠게뤼~ 먹는날~^^

엮인글 :
http://adminplay.com/327922/d96/trackback
List of Articles
번호 제목 글쓴이 날짜 조회 수

제로보드4의 데이터를 XE 로 이전하는 방법 file

LVS-NAT 구축(Linux Virtual Server) file

리눅스 클러스터링 LVS(Linux Virtual Server)

[LVS] CentOS5.2 기반 LVS 셋팅(Piranha)

LVS 기능 및 장점과 설치프로그램 및 적용사이트

oracle IP 변경시 변경 해야될 파일

리눅스 하드디스크 에러메세지

가볍고 강력한 SNMP를 이용한 모니터링 프로그램입니다. file

네트워크 관리자를 위한 통합 모니터링 툴 - N.E.W.T file [2]

Dstat - 모니터링 file

mrtg on freebsd , monitor windows2003

favicon 만들기

rm -rf * 잘못 쳤을 때 울지 않기!

CentOS 5.0~5.1 :: 커널 2.6.17~2.6.24.1 vmsplice 커널버...

[Linux]RedHat Enterprise Linux 5 계열 VNC Server 설정

[설치/설정] APM 튜닝정보 조금

Making Linux Streaming Server RED5 스트리밍 리눅스서버...

CentOS 리눅스에서 완벽 동영상 재생하기

Red Hat Linux 9

chkconfig

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234