Networking Forums

Networking Forums > Computer Networking > Windows Networking > RRAS - weird routing problem

Reply
Thread Tools Display Modes

RRAS - weird routing problem

 
 
Kevin Edwards
Guest
Posts: n/a

 
      01-20-2008, 12:16 PM
Hi All
Trying to setup a basic routed and VLANed test lab

DSL modem/router 192.168.1.1
win xp sp1 192.168.1.22
RRAS VM LAN0 Nic 192.168.1.20
RRAS VM LAN1 Nic 172.10.10.2
Both RRAS nics have themselves as the default gateways
win2003 VM 172.10.10.5

Everything has a class C mask. Windows firewall is disabled on all boxes.
The enablerouter reg key has been set to 1 everywhere in the registry on the
RRAS box.

From RRAS can ping DSL
From XP can ping DSL

from XP can ping 2003 VM and from 2003 VM can ping XP.

XP and DSL are obviously on the same network. So the problem is I can ping
192.168.1.22 from the 172 net but not 192.168.1.1 ????

RRAS print route is:
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.10.10.2 172.10.10.2
10
0.0.0.0 0.0.0.0 192.168.1.20 192.168.1.20
10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1
1
172.10.10.0 255.255.255.0 172.10.10.2 172.10.10.2 10
172.10.10.2 255.255.255.255 127.0.0.1 127.0.0.1 10
172.10.255.255 255.255.255.255 172.10.10.2 172.10.10.2 10
192.168.1.0 255.255.255.0 192.168.1.20 192.168.1.20 10
192.168.1.20 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.1.255 255.255.255.255 192.168.1.20 192.168.1.20 10
224.0.0.0 240.0.0.0 172.10.10.2 172.10.10.2
10
224.0.0.0 240.0.0.0 192.168.1.20 192.168.1.20
10
255.255.255.255 255.255.255.255 172.10.10.2 172.10.10.2 1
255.255.255.255 255.255.255.255 192.168.1.20 192.168.1.20 1
Default Gateway: 172.10.10.2
================================================== =========================
Persistent Routes:
None
Can anyone suggest anything?
 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      01-20-2008, 10:37 PM
You can't fix it by adding routes to the RRAS server. The main problem is
that the DSL router doesn't know where the 172 network is. You need a static
route on this router to redirect traffic for 172.10.10 to the RRAS router.
The setup should look like this. Note the default gateways on the RRAS
router.


Internet
|
router
192.168.1.1
static route 172.10.10.0 255.255.255.0 192.168.1.20
|
X P
192.168.1.22 dg 192.168.1.1
|
192.168.1.20 dg 192.168.1.1
RRAS
172.10.10.2 dg blank
|
server
172.10.10.5 dg 172.10.10.2

172.10 10.0 is not a reserved private IP address. Use 172.16.10.0 instead.

"Kevin Edwards" <(E-Mail Removed)> wrote in message
news:C286595C-B7F6-4CF7-9649-(E-Mail Removed)...
> Hi All
> Trying to setup a basic routed and VLANed test lab
>
> DSL modem/router 192.168.1.1
> win xp sp1 192.168.1.22
> RRAS VM LAN0 Nic 192.168.1.20
> RRAS VM LAN1 Nic 172.10.10.2
> Both RRAS nics have themselves as the default gateways
> win2003 VM 172.10.10.5
>
> Everything has a class C mask. Windows firewall is disabled on all boxes.
> The enablerouter reg key has been set to 1 everywhere in the registry on
> the
> RRAS box.
>
> From RRAS can ping DSL
> From XP can ping DSL
>
> from XP can ping 2003 VM and from 2003 VM can ping XP.
>
> XP and DSL are obviously on the same network. So the problem is I can ping
> 192.168.1.22 from the 172 net but not 192.168.1.1 ????
>
> RRAS print route is:
> Active Routes:
> Network Destination Netmask Gateway Interface
> Metric
> 0.0.0.0 0.0.0.0 172.10.10.2 172.10.10.2
> 10
> 0.0.0.0 0.0.0.0 192.168.1.20 192.168.1.20
> 10
> 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1
> 1
> 172.10.10.0 255.255.255.0 172.10.10.2 172.10.10.2 10
> 172.10.10.2 255.255.255.255 127.0.0.1 127.0.0.1
> 10
> 172.10.255.255 255.255.255.255 172.10.10.2 172.10.10.2 10
> 192.168.1.0 255.255.255.0 192.168.1.20 192.168.1.20
> 10
> 192.168.1.20 255.255.255.255 127.0.0.1 127.0.0.1
> 10
> 192.168.1.255 255.255.255.255 192.168.1.20 192.168.1.20 10
> 224.0.0.0 240.0.0.0 172.10.10.2
> 172.10.10.2
> 10
> 224.0.0.0 240.0.0.0 192.168.1.20
> 192.168.1.20
> 10
> 255.255.255.255 255.255.255.255 172.10.10.2 172.10.10.2 1
> 255.255.255.255 255.255.255.255 192.168.1.20 192.168.1.20 1
> Default Gateway: 172.10.10.2
> ================================================== =========================
> Persistent Routes:
> None
> Can anyone suggest anything?


 
Reply With Quote
 
Kevin Edwards
Guest
Posts: n/a

 
      01-21-2008, 01:38 AM
Thanks Bill of course ping has two sides. Sorry I'd been troubleshooting
RRAS all night just getting it working and got tunnel vision.

"Bill Grant" wrote:

> You can't fix it by adding routes to the RRAS server. The main problem is
> that the DSL router doesn't know where the 172 network is. You need a static
> route on this router to redirect traffic for 172.10.10 to the RRAS router.
> The setup should look like this. Note the default gateways on the RRAS
> router.
>
>
> Internet
> |
> router
> 192.168.1.1
> static route 172.10.10.0 255.255.255.0 192.168.1.20
> |
> X P
> 192.168.1.22 dg 192.168.1.1
> |
> 192.168.1.20 dg 192.168.1.1
> RRAS
> 172.10.10.2 dg blank
> |
> server
> 172.10.10.5 dg 172.10.10.2
>
> 172.10 10.0 is not a reserved private IP address. Use 172.16.10.0 instead.
>
> "Kevin Edwards" <(E-Mail Removed)> wrote in message
> news:C286595C-B7F6-4CF7-9649-(E-Mail Removed)...
> > Hi All
> > Trying to setup a basic routed and VLANed test lab
> >
> > DSL modem/router 192.168.1.1
> > win xp sp1 192.168.1.22
> > RRAS VM LAN0 Nic 192.168.1.20
> > RRAS VM LAN1 Nic 172.10.10.2
> > Both RRAS nics have themselves as the default gateways
> > win2003 VM 172.10.10.5
> >
> > Everything has a class C mask. Windows firewall is disabled on all boxes.
> > The enablerouter reg key has been set to 1 everywhere in the registry on
> > the
> > RRAS box.
> >
> > From RRAS can ping DSL
> > From XP can ping DSL
> >
> > from XP can ping 2003 VM and from 2003 VM can ping XP.
> >
> > XP and DSL are obviously on the same network. So the problem is I can ping
> > 192.168.1.22 from the 172 net but not 192.168.1.1 ????
> >
> > RRAS print route is:
> > Active Routes:
> > Network Destination Netmask Gateway Interface
> > Metric
> > 0.0.0.0 0.0.0.0 172.10.10.2 172.10.10.2
> > 10
> > 0.0.0.0 0.0.0.0 192.168.1.20 192.168.1.20
> > 10
> > 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1
> > 1
> > 172.10.10.0 255.255.255.0 172.10.10.2 172.10.10.2 10
> > 172.10.10.2 255.255.255.255 127.0.0.1 127.0.0.1
> > 10
> > 172.10.255.255 255.255.255.255 172.10.10.2 172.10.10.2 10
> > 192.168.1.0 255.255.255.0 192.168.1.20 192.168.1.20
> > 10
> > 192.168.1.20 255.255.255.255 127.0.0.1 127.0.0.1
> > 10
> > 192.168.1.255 255.255.255.255 192.168.1.20 192.168.1.20 10
> > 224.0.0.0 240.0.0.0 172.10.10.2
> > 172.10.10.2
> > 10
> > 224.0.0.0 240.0.0.0 192.168.1.20
> > 192.168.1.20
> > 10
> > 255.255.255.255 255.255.255.255 172.10.10.2 172.10.10.2 1
> > 255.255.255.255 255.255.255.255 192.168.1.20 192.168.1.20 1
> > Default Gateway: 172.10.10.2
> > ================================================== =========================
> > Persistent Routes:
> > None
> > Can anyone suggest anything?

>
>

 
Reply With Quote
 
Kevin Edwards
Guest
Posts: n/a

 
      01-21-2008, 01:49 AM
Hmm...complication I don't think with this router asus wl-600g you can add
static routes. Any other way to get the 172.x machines on the net?
 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      01-21-2008, 09:40 PM
You can get out to the Internet by configuring the RRAS router to do NAT.
But you won't be able to network between the 192.168. and 172.16 subnets
because the 192.168 is on the "public" side of the NAT.

"Kevin Edwards" <(E-Mail Removed)> wrote in message
news:ABDE326D-8D59-4EC8-916F-(E-Mail Removed)...
> Hmm...complication I don't think with this router asus wl-600g you can add
> static routes. Any other way to get the 172.x machines on the net?


 
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
RRAS ip routing and ISA bingyeo Windows Networking 13 08-28-2009 02:33 PM
A weird routing question. none Linux Networking 11 09-28-2007 07:25 PM
DHCP went out, RRAS acting weird langjr15@uwgb.edu Windows Networking 1 02-08-2007 04:10 PM
Routing and RRAS Problem - Pleasehelp tzbongo Windows Networking 5 12-11-2006 12:11 AM
weird vpn routing problem Tobias Skytte Linux Networking 0 12-18-2003 06:52 AM



1 2 3 4 5 6 7 8 9 10 11