Go Back   TechArena Community > Technology > Networking & Security
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



How to enable ip routing

Networking & Security


Reply
 
Thread Tools Search this Thread
  #1  
Old 13-07-2009
Member
 
Join Date: Apr 2008
Posts: 55
How to enable ip routing

As i'm ruining the ipconfig /all command and it shows the Ip routing is not enable.

Quote:
IP Routing Enabled. . . . . . . . : No
How can i enable it?

Thanks for help, and i'm using windows xp.
Reply With Quote
  #2  
Old 13-07-2009
Navman's Avatar
Member
 
Join Date: Oct 2008
Posts: 212
Re: How to enable ip routing

Enabling IP Routing

By default, IP routing is disabled. To enable IP routing, you must allow the computer to forward IP packets it receives. This requires a change to the Windows system registry. When you enable the Routing and Remote Access service for IP routing, this registry entry is made automatically.
  • Start Registry Editor (Regedit.exe).
  • In Registry Editor, locate the following registry key:
    Code:
          HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  • Set the following registry value:
    Value Name: IPEnableRouter
    Value type: REG_DWORD
    Value Data: 1
    A value of 1 enables TCP/IP forwarding for all network connections that are installed and used by this computer.
  • Quit Registry Editor.
Reply With Quote
  #3  
Old 13-07-2009
Raiz's Avatar
Member
 
Join Date: Dec 2008
Posts: 1,111
Re: How to enable ip routing

Refer to following threads:

IP Routing
Show and Display IP Routing Table in Windows or Linux

Hope this will help.
__________________
The difference between stupidity and genius is that genius has its limits. - Albert Einstein

What we think, we become (Please don't think you are a superhero and don't try to fly)

"SUCCESS IS NOT A DESTINATION , IT'S A JOURNEY"
Reply With Quote
  #4  
Old 13-07-2009
Spyrus's Avatar
Member
 
Join Date: May 2008
Posts: 3,470
Re: How to enable ip routing

What about adding a static route in your routing table? Here is how you can try. First in command prompt type "route print", that will show your interfaces and all routes in you routing table. To add a persistent route, which is one that doesn't disappear after a reboot, type "route -p add 10.1.1.0 255.255.255.0 10.1.1.1 2" If that doesn't work you may have to add an IF at the end of the command along with the interface number for the destination address (ex. IF 2). The 2 would be the number for your destination address (10.1.1.0 NIC), you can find the number by typing "route print". Help for the command is "route /?" All commands should be used without quotes.
Reply With Quote
Reply

  TechArena Community > Technology > Networking & Security


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to enable ip routing"
Thread Thread Starter Forum Replies Last Post
Failover routing AJAMU Networking & Security 4 22-08-2010 02:56 AM
RRAS ip routing and ISA bingyeo Windows Server Help 13 28-08-2009 09:03 PM
IP Routing Snake08 Networking & Security 3 12-01-2009 06:32 PM
difference between 'Enable write cache ' & 'Enable advanced' Mick Windows Vista Performance 2 22-04-2008 09:14 AM
Fax routing Thomas Goodson Small Business Server 5 24-02-2006 11:06 AM


All times are GMT +5.5. The time now is 05:15 AM.