ip routing

S

smh

When I run ipconfig /all, my win2000prof machine
configuration shows - Node Type: Mixed, ip routing
enabled: yes, wins proxy enabled: no. My winxpprof machine
shows - Node type: hybrid, ip routing enabled: no, wins
proxy enabled: no. Should node type be the same? My main
concern is ip routing - should it be enabled or disabled
on both machines - they are networked together via
wireless network. If so how do I change setting??
 
D

Dusty Harper {MS}

The only time you need IP routing enabled is if you plan on forwarding
packets from one interface to the other. on client machines, this
functionality is controlled via the reg key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPEnab
leRouter.

If your machine has a single interface this setting should be 0x00.

If you have multiple interfaces, then the setting should be set according to
your needs ( In most cases 0x00 ).
 
S

smh

-----Original Message-----
The only time you need IP routing enabled is if you plan on forwarding
packets from one interface to the other. on client machines, this
functionality is controlled via the reg key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip \Parameters\IPEnab
leRouter.

If your machine has a single interface this setting should be 0x00.

If you have multiple interfaces, then the setting should be set according to
your needs ( In most cases 0x00 ).


--
--
Dusty Harper
Microsoft Corporation
---------------------------------------------------------- ------------------
This posting is provided "AS IS", with NO warranties and confers NO rights
---------------------------------------------------------- ------------------

Sir:
Thanks for replying to my recent post concerning ip
routing. I ran reg edit and checked what you said and my
machine shows "IPEnableRouter REG_DWORD 0x00000000
(0)". This appears to conflict with what you said it
should be set to 0(disabled). When I run ipconfig /all, it
shows ip routing enabled: yes. Please advise. Thanks so
much!
 
D

Dusty Harper {MS}

This can also be caused by services that require routing. An example of a
service that does this is Routing and Remote Access. If you type Net Start,
see if this is in your list of started services.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top