Computer trivia

All I know about computers

&
 

Nov 08 2008

Enable IP source routing in Vista

Published by rakshit at 11:14 pm under Computer Security, Tips Edit This

IP source routing is an option in IPv4 that allows you to specify the route, packets sent by you must follow on their way to destination. Usually the routers decide a best path on the receipt of the packet, but when IP source routing is used, the routers follow the path given by the sender.

However, this feature has been hugely abused for IP spoofing, as a result of which almost all the routers and Operating Systems disable this feature by default. In fact, source routing is completely removed from IPv6.

There will be cases when one wants to source route like the default route being very poor in quality. Also for some academic purposes one might want to enable source routing. So if you are using Windows Vista, here is how IP source routing is enabled (or disabled). By default it is disabled.

Open Windows registry and traverse to

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

Create a new DWORD (32-bit value) here and name it "DisbaleIPSourceRouting" and set its value as one of the following.

“0″ to forward all the packets.

“1″ to stop forwarding source routed packets (default behavior)

“2″ to drop all the source routed packets.

Possibly-related Articles:                                        (auto-generated)

Comments RSS

Leave a Reply

You must be logged in to post a comment.
Not A Member? Register for Free!

Some Today.com contributors may have received a fee or a promotional product or service from a manufacturer for promotional consideration, while others receive no consideration at all. Each contributor is responsible for disclosing any such promotional consideration.