Networking Forums

Networking Forums > Computer Networking > Windows Networking > Routing with WinXP

Reply
Thread Tools Display Modes

Routing with WinXP

 
 
Janko Miheliæ
Guest
Posts: n/a

 
      09-07-2006, 02:58 PM
Is there a way to make WinXP route IP traffic? I've got 2 NICs, two subnets
and a WinXP in between. Does Microsoft have a solution for this or do I have
to buy an outside product or what..

Thanks!



 
Reply With Quote
 
 
 
 
Robert L [MVP - Networking]
Guest
Posts: n/a

 
      09-07-2006, 03:57 PM
The XP is not designed to be as a router. However, these cases may help,

Cannot ping other lan with xp as router Case Study - Can't ping other LAN with XP Pro as a router ... Situation: In LAN1, the computer can ping outside web and the XP router. ...
www.howtonetworking.com/casestudy/xprouter1.htm


How to setup XP as a router How to setup XP Pro as a router. Q: If I had a Windows XP Pro workstation with 2 networks cards in it, each one on a separate physical network, ...
www.howtonetworking.com/casestudy/router2.htm



Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Janko Miheliæ" <(E-Mail Removed)> wrote in message news:edpc2q$fqb$(E-Mail Removed)...
Is there a way to make WinXP route IP traffic? I've got 2 NICs, two subnets
and a WinXP in between. Does Microsoft have a solution for this or do I have
to buy an outside product or what..

Thanks!



 
Reply With Quote
 
Mike Lowery
Guest
Posts: n/a

 
      09-07-2006, 04:33 PM

"Janko Miheliæ" <(E-Mail Removed)> wrote in message
news:edpc2q$fqb$(E-Mail Removed)...
> Is there a way to make WinXP route IP traffic? I've got 2 NICs, two subnets
> and a WinXP in between. Does Microsoft have a solution for this or do I have
> to buy an outside product or what..


You can bridge two networks with XP, that's about it.
http://www.microsoft.com/technet/pro.../xpbrdgnt.mspx


 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      09-08-2006, 12:42 AM
As Robert pointed out you can enable IP routing in XP (as you could in
NT workstation).

Enabling IP routing doesn't mean that routing just works. All that
setting the switch does is enable IP forwarding. If the router receives a
packet for the "other" subnet it delivers it. The important thing is that
the packet must actually get to the router.

If the two subnets are not connected to any other network, this is
pretty easy. You just make the router the default gateway for both subnets.
If you are using 24 bit netmasks (255.255.255.0) it looks like this

192.168.1.x dg 192.168.1.1
|
192.168.1.1 dg blank
XP router
192.168.2.1 dg blank
|
192.168.2.x dg 192.168.2.1

If one subnet uses some other gateway you need extra routing to get
traffic to the XP router.

Robert L [MVP - Networking] wrote:
> The XP is not designed to be as a router. However, these cases may
> help,
>
> Cannot ping other lan with xp as router Case Study - Can't ping other
> LAN with XP Pro as a router ... Situation: In LAN1, the computer can
> ping outside web and the XP router. ...
> www.howtonetworking.com/casestudy/xprouter1.htm
>
>
> How to setup XP as a router How to setup XP Pro as a router. Q: If I
> had a Windows XP Pro workstation with 2 networks cards in it, each
> one on a separate physical network, ...
> www.howtonetworking.com/casestudy/router2.htm
>
>
>
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on
> http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on
> http://www.HowToNetworking.com
> "Janko Miheliæ" <(E-Mail Removed)> wrote in message
> news:edpc2q$fqb$(E-Mail Removed)...
> Is there a way to make WinXP route IP traffic? I've got 2 NICs, two
> subnets
> and a WinXP in between. Does Microsoft have a solution for this or
> do I have
> to buy an outside product or what..
>
> Thanks!



 
Reply With Quote
 
Robert L [MVP - Networking]
Guest
Posts: n/a

 
      09-08-2006, 02:26 PM
Bill,

Thank you for the input.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Bill Grant" <not.available@online> wrote in message news:%23YpY8$(E-Mail Removed)...
As Robert pointed out you can enable IP routing in XP (as you could in
NT workstation).

Enabling IP routing doesn't mean that routing just works. All that
setting the switch does is enable IP forwarding. If the router receives a
packet for the "other" subnet it delivers it. The important thing is that
the packet must actually get to the router.

If the two subnets are not connected to any other network, this is
pretty easy. You just make the router the default gateway for both subnets.
If you are using 24 bit netmasks (255.255.255.0) it looks like this

192.168.1.x dg 192.168.1.1
|
192.168.1.1 dg blank
XP router
192.168.2.1 dg blank
|
192.168.2.x dg 192.168.2.1

If one subnet uses some other gateway you need extra routing to get
traffic to the XP router.

Robert L [MVP - Networking] wrote:
> The XP is not designed to be as a router. However, these cases may
> help,
>
> Cannot ping other lan with xp as router Case Study - Can't ping other
> LAN with XP Pro as a router ... Situation: In LAN1, the computer can
> ping outside web and the XP router. ...
> www.howtonetworking.com/casestudy/xprouter1.htm
>
>
> How to setup XP as a router How to setup XP Pro as a router. Q: If I
> had a Windows XP Pro workstation with 2 networks cards in it, each
> one on a separate physical network, ...
> www.howtonetworking.com/casestudy/router2.htm
>
>
>
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on
> http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on
> http://www.HowToNetworking.com
> "Janko Miheliæ" <(E-Mail Removed)> wrote in message
> news:edpc2q$fqb$(E-Mail Removed)...
> Is there a way to make WinXP route IP traffic? I've got 2 NICs, two
> subnets
> and a WinXP in between. Does Microsoft have a solution for this or
> do I have
> to buy an outside product or what..
>
> Thanks!



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Win2003 R2 server just stops routing traffic until I restart Routing service Martijn Tonies Windows Networking 8 11-03-2008 11:05 AM
Routing and firewall on WinXP Janko Miheliæ Windows Networking 1 09-15-2006 04:09 AM
WINXP routing ValeX Network Routers 0 07-10-2006 06:02 PM
password popup winxp-winxp local connection? Chris Home Networking 3 02-05-2005 09:58 PM
WinXP Pro/WinXP Home Problem AlexC Home Networking 4 09-02-2003 05:50 PM



1 2 3 4 5 6 7 8 9 10 11