This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Automatically Change Browser Proxy Settings

I have a laptop (Win XP Pro) that I use on the network where Astaro is running (with Basic User Authentication) and I also use it on other networks, mostly other WiFi networks, some open and some password protected.  It's a pain to have to change my proxy settings in Firefox and IE when I move from Astaro to another network that doesn't use proxy.  Is there a way to automatically change my browser proxy settings?

--Scott


This thread was automatically locked due to age.
Parents
  • Not with out scripts. That stuff is all stored in the almighty registry of Windows and isn't really a Astaro/proxy issue. 

    A couple of scripts or batch files on your desktop that you can just double click might be a tad easier. Just Google-bomb for proxy scripts and you have plenty of scripts to choose from. 

    -Mark
Reply
  • Not with out scripts. That stuff is all stored in the almighty registry of Windows and isn't really a Astaro/proxy issue. 

    A couple of scripts or batch files on your desktop that you can just double click might be a tad easier. Just Google-bomb for proxy scripts and you have plenty of scripts to choose from. 

    -Mark
Children
  • There is a way, but you'd have to have a web server setup at each site that serves out the url that needs to be set in the proxy.. and it requires a SRV DNS record on the DNS at each site.  I've looked at implementing this on corporate nets with different WAN sites and traveling users, but it is not gonna happen with public Wi-Fi Spots, etc.  You are stuck doing it by hand, or do what I do... use IE when at work (behind the proxy) and use Firefox when out in the world... their proxy settings are separately stored in the registry.

    CTO, Convergent Information Security Solutions, LLC

    https://www.convergesecurity.com

    Advice given as posted on this forum does not construe a support relationship or other relationship with Convergent Information Security Solutions, LLC or its subsidiaries.  Use the advice given at your own risk.

  • Not with out scripts. That stuff is all stored in the almighty registry of Windows and isn't really a Astaro/proxy issue. 

    A couple of scripts or batch files on your desktop that you can just double click might be a tad easier. Just Google-bomb for proxy scripts and you have plenty of scripts to choose from. 

    -Mark


    To make it easier I'm thinking you could write a batch file and script that also launch the browser:
    1.) Manual - Write two of them - put Inside and Outside icons on your desktop - use the one that's appropriate.
    2.) Semi-Automatic - You could write one routine and have it stop and ask you which proxy you want to use.
    3.) Fully Automatic - How about have it ping for the inside proxy address or similar, test for failure, branch to running the correct proxy mode?