Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

How do I redirect all port 80 request out from my computer to a proxy?

  • 15-06-2006 9:53am
    #1
    Registered Users, Registered Users 2 Posts: 1,366 ✭✭✭


    I'm accessing the web through a proxy and I have a few apps that connect outbound to port 80 but do not allow me to set a proxy. How can I take all requests going out from my PC and redirect them through the proxy?

    Either through configuration or third part app!

    Cheers!


Comments

  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,385 Mod ✭✭✭✭Capt'n Midnight


    many apps just use IE's settings so make sure they are ok

    in the bsd/linux world you would just setup a trasparent proxy on the local machine using ipchains or some such

    you could get an external firewall/router to remap the ports for you

    I might be plesently supprised but I guess an external box would be neede


  • Registered Users, Registered Users 2 Posts: 1,366 ✭✭✭whizzbang


    Thanks, I had a look around and what I need is software that does Destination NAT. Not sure how easy that is to find for Windows though!

    Essentiall what I'm doing it trying to dowdnlaod podcasts in work using a podcatcher that doens't allow you to set the proxy. unfortunatly the one I have assumes you have a direct connection.

    I could just download the stuff directly but it is an interesting challenge.


  • Closed Accounts Posts: 46 Vazelothir


    you might be able to do this via a HOSTS file - plain text file usually in /system32/etc directory which will override any http addresses...

    you can also use this to filter, e.g. sites you don't want to be able to access you can re-route to localhost.

    try here for info http://accs-net.com/hosts/what_is_hosts.html
    or google for more


  • Registered Users, Registered Users 2 Posts: 1,366 ✭✭✭whizzbang


    Vazelothir wrote:
    you might be able to do this via a HOSTS file - plain text file usually in /system32/etc directory which will override any http addresses...

    Thanks! I had not thought of doing it through localhost, I will have a look into that!

    Cheers


Advertisement