Memorise

Archive for the ‘Networking’ Category

ShadowExplorer – How to use

ShadowExplorer allows you to browse the Shadow Copies created by the Windows Vista / 7 / 8 Volume Shadow Copy Service. It’s especially thought for users of the home editions, who don’t have access to the shadow copies by default, but it’s also useful for users of the other editions. Shadow Copy From time to time, […]

Creating Exchange 2010 Relay for Anonymous

This example uses the New-ReceiveConnector cmdlet to create the Receive connector Anonymous Relay that listens on local IP address 192.168.10.1 on port 25 from a source server at IP address 192.100.2.30 New-ReceiveConnector -Name “Relay Mail” -Usage Custom -PermissionGroups AnonymousUsers -Bindings 192.168.10.1:25 -RemoteIpRanges 192.100.2.30 Use the Shell to grant relay permission to anonymous connections on the new Receive […]

Moving Sage Accounts 2008 Data to network location

In C:\Documents and Settings\All Users\Application Data\Sage\Accounts\2008 you will fine a file called Company with no file extension. Open this file in notepad and you will see it contains the path to your data. You can then edit this path to point at your network drive. As always – take a backup of the Company file.

IIS7 redirect HTTP to HTTPS

If you are looking to re-direct Outlook Web Access then follow this article The method of setting up an IIS7 redirect HTTP to HTTPS is to Require SSL on the site or part of the site and set up a custom 403.4 error page. To do this, just following these steps: Install your SSL certificate […]

Howto Assign Multiple Public IP Addresses on Juniper SSG

Sharing Internet with Multiple public IP from same ISP: ISP Router running in bridge mode Juniper SSG5 eth0/0 doing ppoe to connect ADSL. ISP assign Public IP block as: 217.214.17.120/29 Network range will be: 217.214.17.120- 217.214.17.127. Using /29 on 2 untrust interface will give you an error, IP overlapping. To use these IP on 2 untrust […]

NETSH Command to Change from Static IP Address to DHCP

SOURCE: http://technet.microsoft.com/en-us/library/bb490943.aspx To switch the specified adapter from a static address to DHCP, type the following command: netsh interface ip set address “Local Area Connection” dhcp NOTE: Typing this command changes the interface named “Local Area Connection” to DHCP. To display all of the adapters in the computer with their current IP addresses to determine […]