Author Archive

RPC server Unavailable
Saturday, April 18th, 2009 | Author: Mithil

The RPC server is unavailable” while logging to Domain controller OR joining client machine to Domain Controller
There are many reasons to see this error,
I will discuss the issues that mostly make this happen

1] RPC service might be disabled.
Start the service through “services.msc

2] RPC Dependencies services might be stopped

Start Dependencies services for RPC
more…

Important prerequisite configuration for Windows cluster node before adding them to Cluster Service.

Prerequisite for Window cluster node

I will let you know the granular details to check on all node of cluster before adding
them to cluster services, these are minor but are very important to run Cluster Services

1] Naming convention for node should be predefined as once you name the server, It can not be changed.

more…

Software Firewall VS Hardware Firewall
Friday, October 24th, 2008 | Author: Mithil

Difference between Hardware firewall and software firewall
Which firewall is best?

Well this question again generate a cross question.
What are your requirement?

If you need to protect your network through IP based regardless of Application using the port. Hardware firewalls has a strong and fast protection from most forms of attack coming from the outside world. Hardware firewall has a designed technique called packet filtering that examines the header of a packet to determine its source and destination addresses [IP’s].  This information is compared to set rules that determine whether the packet is to be forwarded or blocked
Now days a new technique called Stateful Packet Inspection (SPI) is used in firewall
That check the origin of packets that means it check whether the response is from internet, if yes whether it is the requested response for a machine from local network.
If yes the allow traffic
Bad thing is that, if, say, you get email containing WORD doc that has spyware/Macro hidden in it, which communicate to outer world when WORD file is opened/executed.
Your hardware firewall will allow communication to outer world and the requested incoming packets too, as the packet origin was from local network,
Resulting Machine infection

more…

VPN with 1 NIC and Loopback Adapter
Saturday, October 11th, 2008 | Author: Mithil

Creating a VPN Server on Windows will require enabling Routing and Remote Access Service (RRAS). This service will not start unless you have at least two network connections. The purpose of RRAS is to pass packets between IP subnets. It basically turns your Windows workstation or server into a router. Normally, when you have only one network interface, any attempt to enable the service will fail.

To get around this requirement, a virtual network adapter can be installed. This software-based NIC is called Microsoft Loopback Adapter. To install the Loopback Adapter, you can follow the instructions below. This step-by-step, like all the others in this article, follow the wizards and consoles installed in Windows 2000. The wizards and tools on Windows XP Pro and Server 2003 are similar. The instructions below provide enough information to configure utilities on those operating systems with very little modification.

more…

Difference Between Exchange 2003 and 2007
Thursday, October 09th, 2008 | Author: Mithil

Exchange 2003 and 2007 difference

·        2003 is 32 bit
·        Single server base, No roles base
·        Outlook Mobile Access (or OMA)
·        Active sync
·        Up-To-Date Notifications

Exchange 2003 with SP2

·        Direct Push
·        Global Address List lookup
·        Mobile Admin

2007 exchange server
Enhanced and Newly added features

·        Has Power full command line Power shell for configuration
·        Most of configuration is done through power shell
·        Fast message retrieval
·        Follow-up flags
·        Meeting attendee information
·        Enhanced Exchange Search
·        Windows Share Point and file share document access
·        Reset PIN/Password
·        Enhanced PPC security
·        Autodiscover for over the air (OTA) provisioning
·        Out of Office
·        Support for HTML messages

more…