LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Pls Help.. Proxy Problem !!!! (https://www.linuxquestions.org/questions/linux-networking-3/pls-help-proxy-problem-258223/)

sharma_deepak83 11-23-2004 12:50 AM

Pls Help.. Proxy Problem !!!!
 
I am using a GPRS conn on LINUX box and so I have to set proxy of every thing using internet to the address of the server of the mobile companys GPRS server.. I have done this for Mozilla and almost everything but I am tired of doing it . Pls tell me a mail using iptables or ipchains or route may be to set this as my default proxy..

nixcraft 11-23-2004 01:49 AM

Transpert proxy may help you:

In squid.conf (etc/squid.conf) setup following:

Code:

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port ISP_PORT

See if this helps.

Btw what connection Airtel or Hutch? And what setup you run? How much they charged you?

sharma_deepak83 11-23-2004 02:30 AM

It is not working??
 
I am using UTCH one in DELHI that which comes for a Rs 99 for pre paid subscribers..... I get a cool download speed of 7.2 Kb/s on my N-Gage QD. Do you have any other solution'


All times are GMT -5. The time now is 08:52 PM.