OpenKB::Server Technical Papers

block ip’s using IIS

by admin on Jun.20, 2009, under Windows

Go into the IIS manager, and right click on your website. Look at the properties. Look at the Website Security tab. Click on the IP Address or Domain restrictions, where you can place IP Addresses to block.

Comments Off more...

Use Windows to block IP’s and IP ranges

by admin on Jun.20, 2009, under Windows

Use Windows to block IP’s and IP ranges
If you dont have control over a router or firewall you can block IP’s at the server via Windows.

Click ‘Start’ > ‘Run’ >type ‘MMC’ press ok.

In the console click > ‘File’ > ‘Add/Remove Snap in’

In the ‘Standalone Tab’ click The ‘add’ button

Seclect ‘IP Security Policy Managment’ > ‘ADD’ > ‘Local Computer’ > ‘finish’ > ‘close’ > ‘ok’

You should now be back to the console.

In the left frame right click ‘IP security policies on local computer’ > ‘Create IP security policy’

Click Next and then name your policy ‘Block IP’ and type a description.

Click ‘Next’ then leave ‘activate’ ticked then click ‘Next’

leave the ‘edit properties ticked and click ‘Finish’

You should now have the properties window open.

Click ‘ADD’ then click ‘Next’ to continue.

Leave ‘This rule does not specify a tunnel’ selected and click ‘next’

Leave ‘all network connections’ selected and click ‘next’

You should now be on the IP filter list. You need to create a new filter, so dont select any of the default ones. Click ‘ADD’

Type a Name for your list, call it ‘IP block list’
Type a description in, can be same as name.
Click ‘ADD’ then click ‘Next’ to continue.

In the description box type a description. As its the first IP you are blocking call it ‘IP1′ or ‘IP Range 1′
Leave ticked the ‘Mirrored. Match packets with the exact opposite source and destination addresses’
Click ‘Next’

The ‘Source address’ should be left as ‘My IP address’ click ‘Next’

You can now select ‘A Specific IP address’ or ‘A Specific Subnet’ for the Destination address.
Type in the IP address you want to block and if blocking a subnet type in the subnet block. Click ‘next’

Leave the protocol type as ‘Any’ and click ‘Next’ and then ‘Finish’

You have now blocked your first IP or IP range.

Thanks to 38H

Comments Off more...

ASPnet: Reference svcmap specified

by admin on Jun.01, 2009, under ASP

Reference svcmap specified argument was out of the range of valid values

 

 this error occurs after deploying a WCF Service to IIS 6 which was referenced from Visual Studio 2008 with .NET Framework 3.5 SP1 and works perfectly in the local development environment. The server is a Windows Server 2003 with .NET Framework 3.5 without the SP1 installed. We solved the problem by installing 3.5 SP1.

Comments Off more...

Entourage/exchange: Access shared calendar

by admin on Jun.01, 2009, under Email

Open a Shared Calendar

To open a shared calendar in Entourage 2004 or Entourage 2008, do the following:

  1. Open Entourage.
  2. Click Calendar in the upper left corner of the window.
  3. Click File > Open Other User’s Folder….
  4. In the User: box, type the name or the ULID of the person whose calendar you want to open.
  5. Click OK.
  6. The shared calendar appears in the calendar list on the left side of the window.
  7. Select the shared calendar to view it.

Here are some tips:

  • In step 2, above, type the last name first.
  • Or type the first name only or the last name only.
Comments Off more...

Horder/IMP: Enable SMTP Auth

by admin on May.31, 2009, under Email

To enable SMTP Auth, you will need to modify the config.php file locate in /config/config.php line 50

Windows location with plesk . C:\Inetpub\vhosts\webmail\horde\config

Change the following line
$conf['mailer']['params']['auth'] = ‘0′;

to
$conf['mailer']['params']['auth'] = true;

**I recommend forcing everyone to authenticate when relaying email from your server. This includes php, asp mailer scripts

Comments Off more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!