Tag-Archive for ◊ firewall ◊

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…

How to Block IP on Windows.
Friday, February 27th, 2009 | Author: Martin

It is very easy to block a single IP address on a Linux server but Windows Default firewall doesn’t allow us to block a single IP address on the server or for particular ports. However Microsoft released this and introduced IP Security Polices in their Local Security Polices option in the release of their SP2. But most of us are not aware of this option and we mostly adopted third party firewall and pay for their heavy license. However Firewall onl Windows 2008 Server is far more advanced than that on Windows 2003.

It would not be the case now as I have listed detailed steps along with the images on how to block IP using the IP security policy in Windows. This option is also available in XP as well as Windows 2003 Server edition.

How to BLock IP Using Windows:

You can either open MMC from START >> RUN >> MMC and add a new Snapin for IP Security policy with steps below:

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…