SuSE Support Database

Title: Using a proxy server with Lynx, Arena and Wget

---

Mainpage ---- Searchform ---- History ---- Versions ---- Categories ---- Contents
Deutsch
---

Using a proxy server with Lynx, Arena and Wget

Question:

How do I use a proxy server with lynx, arena and wget?

Solution:

You need to set some shell variables for using a proxy server. If your proxy server is proxy.provider.de and uses port "3128", then you have to set the following variables (this code can be executed within bash)

        export http_proxy=http://proxy.provider.de:3128/
        export ftp_proxy=http://proxy.provider.de:3128/
        export gopher_proxy=http://proxy.provider.de:3128/

Some programs (notably lynx) do also look for the variable "no_proxy". You can use this to directly connect to specific hosts or complete (sub-)domains without using the proxy.

        export no_proxy='www.me.de, do.main, localhost'

---

Keywords: PROXY, LYNX, ARENA, WGET, WWW

---

Categories: Internet , Applications , X Applications

---

Feedback welcome: Send Mail to Klaus.Franken@suse.de (Please give the following subject: SDB-lynx_proxy)

---

Mainpage ---- Searchform ---- History ---- Versions ---- Categories ---- Contents
Deutsch
---

SDB-lynx_proxy, Copyright SuSE GmbH, Nuremberg, Germany - Version: 30. Jan 1998
Impressum - Last generated: 24. Feb 1999 14:59:25 by maddin with sdb_gen 1.00.0