proxies » Computer internet security 
information computer networking security
 
|
|
|
News
|
Advertise
|
|
Products
|
Contact
 

Posts Tagged ‘proxies’

Reloading a corrupted page

Monday, August 18, 2008 2:03

A page may be corrupted if a previous user interrupted its transmission and an incomplete page is stored in cache, or a user may wish to download a new copy of a page to ensure it is the most up-to-date.In Netscape Navigator, hold the Shift key and press Reload (Macintosh ...

This was posted under category: Internet security  |  Read Full Story  |  0 Comments

Forcing customers to use web proxy cache

Monday, August 18, 2008 2:02

To block direct web access for your network(s) and force people to use proxies, you should add the following access list to your router LAN port (inbound).Here is a sample cisco router configuration: router#configure terminal router(config)#access-list 100 permit tcp any host 192.189.54.60 eq www router(config)#access-list 100 deny tcp any any eq www router(config)#access-list 100 ...

This was posted under category: Internet security  |  Read Full Story  |  0 Comments

Knowing about proxy servers

Monday, August 18, 2008 1:56

If you are new to proxy servers and don't know exactly what are they, here is a short explaination. A proxy server is a computer that is running a proxy server application, which allows you to connect to it, and request data. So, instead of surfing directly to a website, ...

This was posted under category: Internet security  |  Read Full Story  |  0 Comments