|
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.
|
|
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.
|
|
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.
|
Ask your Facebook Friends
|
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.
|
|
"Unable to connect to the proxy server
A proxy server is a server that acts as an intermediary between your computer and other servers. Right now, your system is configured to use a proxy, but Google Chrome can't connect to it.
Here are some suggestions...
Started by ferozquestz on
, 16 posts
by 10 people.
Answer Snippets (Read the full thread at google):
A proxy server for your LAN."
Do you have a proxy server at work? Did your IT administrator change server for your LAN."
Do you have a proxy server at work? Did your IT administrator change....
|
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.
|
|
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.
|
|
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.
|
|
A small LAN (15-20 users) has 3-4 internet connections on a mix of DSL / Cable / EVDO modems. All internet connections are connected to a unique interface on a linux box, which is in turn connected to all the devices on the LAN. I need to setup a proxy...
Started by Asad R. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
With separate script run few times per minute you'll have to do health... .
You'll have to set up one table for each isp, add special rules so pings to their dns'es are always routed via those tables .
Look here.
Use linux advanced routing and traffic control.
|
|
I have to set up a "secure" network for my boss. For now, I have a ADSL router linked to a switch. All users are connected to this switch. Security is obviously bad. I want to put a server between the ADSL router and the switch. This server will, I think...
Started by Kortex786 on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at serverfault):
Just keep the non....
On Debian (my Server OS of choice) - Firewall Install Squid and SquidGuard as your proxy and blacklist, proxy = ram/disk, web content filter = cpu usage I think every standard server with 2ghz and 2gb ram.
|