PDA

View Full Version : Change default route


sheffrem
19th December 2006, 07:36 AM
I guys i would like to change all trafic of my networkt to use my ppp0 and with the proxy 192.168.3.25 on port 3128 but i dont know hot to go about it. i always specifies the proxy and the port in firefox but cant use yum or smart because they just dont know that they have to use a proy with a different port. :confused: :confused: :confused:

ilbh
19th December 2006, 10:27 AM
you must create environment variables: http_proxy and ftp_proxy to the ip you want
do it in terminal
http_proxy:http://192.168.0.1:8080
ftp_proxy:ftp://192.168.0.1:25
then
export http_proxy
export ftp_proxy
(sure you can also gather those 2 commands in one line... export http=...)

sheffrem
20th December 2006, 04:28 PM

Thanks a lot but still same problem i cant use gaim because he does'nt give options to put proxy and same for ssh.

ilbh
20th December 2006, 06:17 PM
did you try to specify it in your network settings ?