|
How can I know which Internet proxies servers are available in a LAN? The computer I'm using is running Windows.
Answer Snippets (Read the full thread at serverfault):
There are a numberIn general, a....
Seems like a pretty simple question.
A proxy server could be listening on any TCP port, and although 80, 8080 on a given host, that is actually a proxy server.
You can't.
For 'open' ports.
|
|
Describe the role of a proxy server when a LAN is connected to the internet.? Describe the role of a proxy server when a LAN is connected to the internet.
Any idea's?
Started by Jamie on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at yahoo):
|
|
Hi,
To change Proxy server I have to go to IE->Internet Options->LAN Settings and click on "Use a proxy server for your LAN". I am sure there is some way of doing that by code. Does anybody has any idea how to do it (C#)?
Thanks a lot.
Sincerely...
Started by Vlad Bezden on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
However Microsoft does not recommend setting the proxy manually and recommends....
System.net.httpwebrequest.proxy (VS.71).aspx
If you want to setup the proxy for use by your code you can set it via the GlobalProxySelection.Select property.
|
Ask your Facebook Friends
|
Microsoft ISA Server as proxy in office LAN Please add full support for NTLM authentication of MS ISA Server.
I have to confirm my domain login-password each time starting Opera. Not like MS IE or Firefox or Chrome.
(Windows XP, Opera 11.11, Opera 11....
Started by 4 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at opera):
There are 3 issues i have since not working behind... .
Opera 11.61 here, LAN behind a ISA Proxy.
Please look into this asap.
I also have big problems with ISA proxy server :
1) Always confirm username / password for proxy
2.
|
|
If i configure internet explorer to use a proxy server,
1.
Does the website which i surf, will be hidden from the system administrator of my lan?
2.
Will my ip will hidden to the website administrators of the browsing website ?
Answer Snippets (Read the full thread at superuser):
If you are connecting....
Admin will see most likely will be whatever the address is of the outside proxy server (in theoryIt depends on several factors:
DNS lookups will probably still travel across the LAN, and could be watched/logged.
|
|
I will explain the problem first ...
I have an in-house webserver/web-app that is publicly accessible. Our Internet connection (Bonded ADSL MAX Premium) is therefore a single-point-of-failure (which has been highlighted by some recent connectivity issues...
Started by Guy C on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Best to use a caching reverse proxy like Varnish or Squid (in reverse proxy mode) so 802.11-SuperG Wireless....
Why have an external server proxy your http requests? Why not just use dns to switch, works pretty well.
Have net.
|
|
I have two networks at work and when I have to use my Wireless settings I need IE to use one set of Proxy LAN Settings, and when I am plugged in I need a different set.
I have been looking for a way to script in the Proxy Settings:
HTTP, FTP and Secure...
Started by NighTerrorX on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Absolutely in the Login Script (for....
I use it for some time and could not find any better (free) software .
You can script changes to the Windows registry to select a different proxy server including proxy settings.
Config scripts.
|
Client (desktop app) ...Server (web app) - Intranet solution - should proxy situation be considered?
There's a client server application. Client - .NET 2.0 based desktop application. Server - ASP .NET 2.0 based web application.
The client communicates with the server using normal HTTP requests, since the server is essentially a website hosted on a web...
Started by SaM on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
To my mind, any application that uses HTTP ought....
I don't see them being useful in your case as long the app usage stays on the LAN.
Proxies on the LAN are only useful if you're going to be doing some kind of filtering or accounting.
|
|
Is there a free proxy-server service that I can configure my computer (Windows 7) to connect to the internet through?
I'd like to test some networking software that we are developing between two computers in the same office... yet have the connections...
Started by hamlin11 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Assuming you are using....
Select "Use a Proxy Server for your LAN" and enter the appropriate server and port then have to go into your browser settings and configure it to use the proxy server.
LAN Settings.
|
|
When Windows Internet Properties -> Connections -> LAN Settings -> Automatic Configuration is set to "Automatically detect settings" how does Windows actually determine/discover what the settings are? Is it a network broadcast or some kind of...
Started by Craig on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This info about WPAD (Web Proxy.
MIME type must also be "application/x-ns-proxy-autoconfig".
server named wpad is resolveable, it should serve wpad.dat, a script file analog to netscape PAC files.
|