Results 1 to 4 of 4

Thread: How to enable ip routing

  1. #1
    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.

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

    Thanks for help, and i'm using windows xp.

  2. #2
    Join Date
    Oct 2008
    Posts
    210

    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.

  3. #3
    Join Date
    Dec 2008
    Posts
    1,108

    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"

  4. #4
    Join Date
    May 2008
    Posts
    3,516

    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.

Similar Threads

  1. VPN and routing tables
    By Allison in forum Networking & Security
    Replies: 4
    Last Post: 25-11-2010, 01:02 AM
  2. LAN Routing in RRAS not working
    By wawen in forum Networking & Security
    Replies: 1
    Last Post: 23-08-2010, 08:48 PM
  3. Failover routing
    By AJAMU in forum Networking & Security
    Replies: 4
    Last Post: 22-08-2010, 01:56 AM
  4. IP Routing
    By Snake08 in forum Networking & Security
    Replies: 3
    Last Post: 12-01-2009, 06:32 PM
  5. difference between 'Enable write cache ' & 'Enable advanced'
    By BlackSunReyes in forum Windows Vista Performance
    Replies: 2
    Last Post: 22-04-2008, 08:14 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,548,792.90059 seconds with 17 queries