![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Security and Firewalls Protecting you against unwanted people and programs |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Feb 2009
Posts: 5
OS: Widows Vista Ultimate SP1
|
setting global proxy settings
I have to use a proxy in order to connect to the net. In case of mozilla and internet explorer its easy to configure. but im having problems with several other applications which do not provide an option to set a proxy.
So how do I configure my laptop to use the same proxy for all programs so that I do not have to change the proxy settings for every program I use? Last edited by koala; 02-17-2009 at 04:59 AM. Reason: fixed font |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
Join Date: May 2008
Posts: 177
OS: XP / 2K3 / RHE / HP-UX
|
Re: setting global proxy settings
Most applications will leverage Windows proxy settings for anything related to ports 80, 443, 21 and 22 if IE is configured. However, all applications are not created equal and therefore this would be up to the development of the app itself.
What apps do you have that are not applying these settings correctly? Last edited by Tekmazter; 02-23-2009 at 06:26 PM. |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Feb 2009
Posts: 5
OS: Widows Vista Ultimate SP1
|
Re: setting global proxy settings
those programs do not have an option to set up a proxy. they are trying to connect without using any proxy which is not possible. the ports do not matter in my case. i basically want to use torrent2exe. how do i configure it to use the proxy?
|
|
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Feb 2009
Posts: 105
OS: xp32, vista64, gentoo, rhle4, rhel 5 64, centos 64, debian, solaris, 2k3, 2k8
|
Re: setting global proxy settings
create yourself a vpn to a remote box over a web port... easy
though if they are trying to stop you from running bittorrents perhaps you should not bother? Asg |
|
|
|
|
|
#6 (permalink) | |
|
Registered User
Join Date: May 2008
Posts: 177
OS: XP / 2K3 / RHE / HP-UX
|
Re: setting global proxy settings
Quote:
This could work, however many of today's firewalls (CISCO ASA, Checkpoint etc...) have application inspection which will prevent encryption from running over port 80. In fact, you can so be explicit and creative now at the admin level, someone might offload this information when it's being read and do a redirect thru a honeypot and trace you back completely. Not to mention that this could certainly violate guidelines set forth by an organization. In this case he's looking to use a torrent app. (note my application inspection blurb above) Torrent apps generally open tons of UDP ports and if his firewall admin does egress filtering (becoming very common these days), this is not going to work. You need to be put outside the firewall. |
|
|
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Feb 2009
Posts: 105
OS: xp32, vista64, gentoo, rhle4, rhel 5 64, centos 64, debian, solaris, 2k3, 2k8
|
Re: setting global proxy settings
yeah it almost certainly breaks any guidlines, but if you estab a vpn with a remote 443 all the firewall will see is an encrypted stream to a port that deals with encrypted data it will not be able to do any inspection.
Asg |
|
|
|
|
|
#8 (permalink) | |
|
Registered User
Join Date: May 2008
Posts: 177
OS: XP / 2K3 / RHE / HP-UX
|
Re: setting global proxy settings
Quote:
Also, MS ISA server in its current form can already do payload inspection over inbound SSL traffic. ISA can literally break open the flow, inspect it and then let it move to its destination or drop it. With the latest version of ISA (to be named TMG) this is also going to be done outbound. So, if a shop has this installed in their LAN in say a back to back firewall configuration ... well, you can try but someone may come knocking. If a company is in the business of protecting itself from the outside-in, then it should be proactively thinking about doing the same from the inside-out. Last edited by Tekmazter; 03-21-2009 at 11:45 AM. |
|
|
|
|
|
|
#9 (permalink) |
|
Registered User
Join Date: Feb 2009
Posts: 105
OS: xp32, vista64, gentoo, rhle4, rhel 5 64, centos 64, debian, solaris, 2k3, 2k8
|
Re: setting global proxy settings
i think you will find in the case where isa is on the front end to a load of web servers you can give it the private keys to allow it to decrypt inspect then encrypt to send on to the web servers, with the same happening in reverse when the data is sent back.
thee are quite a few devices that do this. but to open other peoples ssl tunnels realtime.... i doubt this can be done if it has no prior knowledge of the connection, if it can then there are some serious security concerns to be raised, about sys admins sniffing your online banking info, credit card details, etc etc. |
|
|
|
|
|
#10 (permalink) | |
|
Registered User
Join Date: May 2008
Posts: 177
OS: XP / 2K3 / RHE / HP-UX
|
Re: setting global proxy settings
Quote:
Check out Collective Software ClearTunnel. This is just one of a few out there which can inpsect outbound SSL on the fly and require little in the way of configuration using an ISA infrastructure in the LAN. Again, TMG is already incorporating this in Beta 2 and will have this ready to roll at FR. A good blurb: Thoma Shinder A full review: ISAServer.org |
|
|
|
|
|
|
#11 (permalink) |
|
Registered User
Join Date: Feb 2009
Posts: 105
OS: xp32, vista64, gentoo, rhle4, rhel 5 64, centos 64, debian, solaris, 2k3, 2k8
|
Re: setting global proxy settings
this looks more like it doesnt intercept the encrypted stream but establishes the connection to the secure site from the isa server rather than from the client, the client in turn establishes an encrypted session from the local machine to the isa.
I thought you meant it was actually opening encrypted streams which would be much more serious. interesting concept though, i'm going to take a look and perhaps setup a test platform to see in more detail whats going on. Asg |
|
|
|
|
|
#12 (permalink) | |
|
Registered User
Join Date: May 2008
Posts: 177
OS: XP / 2K3 / RHE / HP-UX
|
Re: setting global proxy settings
Quote:
Bluecoat also has appliances which perform similarly but with a bit more of a price tag. I'm not sure what type of environment you have available to you now, but if you have an MSDN subscription and can get a hold of ISA for dev purposes or even TMG for that matter they are interesting products. |
|
|
|
|
![]() |
| Thread Tools | |
|
|