Posts Tagged ‘Proxy Server 2.0’

How can I keep RAS connections alive after I log off the NT Console?

Thursday, June 28th, 2001

If you have ever had to support, or use an Exchange server that uses RAS to send and retrieve email, and is used as a workstation by users (I can see people cringing, but I see this in a lot of small sites and small businesses) you will know the frustration of loosing your connection every time you log on as a different user.

To make matters worse, half the time the problem with these types of sites, is that there actual connection problems.
When you log on as a different user in NT4.0, it terminates the connection. Users of VPN’s will have come across this problem as well.

To resolve this problem, it’s a simple registry entry.
HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon, add the value entry KeepRasConnections: REG_SZ: 1, and reboot the server

This value is not entered by default. Now that’s resolved, you can concentrate on more important things, such as how to convince management to buy more PC’s so the users don’t use the server as a workstation

Tags: ,
Posted in FAQs | No Comments »

How can I block Napster ports?

Wednesday, June 27th, 2001

To block all of napster’s sites set the firewall to disallow the following IP blocks:
64.124.41.0 — 255
208.184.216.0 – 255
Out of the box napster uses TCP ports 6699, 7777, 8875, 8888

Tags: ,
Posted in FAQs | No Comments »

How can I limit Internet Access to only a single workstation? – Wayne Small

Thursday, May 3rd, 2001

You can reconfigure Proxy Server to only allow a specific workstation to use the internet by changing the LAT to only include the IP of that specified workstation.

To do this, firstly give the chosen workstation a fixed IP address, and exclude it from the DHCP scope. Then go into the Proxy MMC, drill down to the Web Proxy and go to properties. Select the “Local Address Table” button, then type in the workstations IP address for the From and To sections and add it to the LAT. Remove all other entries in the LAT, give the workstation the fixed IP address mentioned above, and restart proxy.

You may also want to change the permissions to remove all access control, therefore making the workstations IP address the only limit to users surfing the web.

Tags: ,
Posted in FAQs | No Comments »

How can I telnet into devices behind my Proxy Server from the Internet

Sunday, April 22nd, 2001

Proxy Server does not support reverse hosting of socket level applications and therefore can not provide this functionality by default. A product that can provide this is Surrogate Sockets. http://www.edu-tec.com/surrogatesocket/

Tags: ,
Posted in FAQs | No Comments »

Why does my WSPClient Icon not appear in control panel?

Friday, March 23rd, 2001

Microsoft have written a KB article on this one – Q234203 contains 3 options but basically you need to expand the wspcpl32.cp_ file to wspcpl32.cpl from it’s server based location and copy it into the windows\system or winnt\system32 folder on the workstation.

Tags: ,
Posted in FAQs | No Comments »

What is SP1 for Proxy Server 2.0? – Wayne Small

Friday, March 9th, 2001

SP1 for Proxy 2.0 is the first service pack for proxy 2 and includes a number of fixes previously included in the combined proxy 2 hotfix. Being released as a service pack indicates that MS have more fully tested it in different environments/configurations. More details on what is fixed can be found athttp://support.microsoft.com/support/kb/articles/Q238/3/75.asp

Tags: , ,
Posted in FAQs | No Comments »