Networking Forums

Networking Forums > Computer Networking > Windows Networking > how to configure RRas..... please help me..

Reply
Thread Tools Display Modes

how to configure RRas..... please help me..

 
 
Vit
Guest
Posts: n/a

 
      12-12-2007, 09:56 AM
Hello,

I'm new on this group,

Here is my scenario:

Windows 2003 Server with 2 lan card

1° Lan: 10.203.75.89 mask 255.255.255.224 gateway 10.203.75.90
2° Lan: 192.168.2.10 mask 255.255.255.0 gateway 192.168.2.1

I would like to share files and printers one lan to the other....

on the RRAS panel I have do the following settings:

Statics Routing: 2° Lan -> destination 10.203.75.64 mask
255.255.255.224 gateway 192.168.2.10
1° Lan -> destination 192.168.2.0 mask
255.255.255.0 gateway 10.203.75.89

RIP: 1° LAN
2° LAN

is this correct????

how can I reach the printer 10.203.75.75 from the client
192.168.2.15????

thanks to everybody

Vit
 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      12-12-2007, 09:14 PM
First thing to do is remove the default gateway from the second NIC. You
can only have one default gateway per machine, not one per interface.

There is not enough info here to see how routing will work. You cannot
ensure routing between the subnets simply by making changes on this router.
It depends on the default gateway settings on the client machines and also
on the routes on any other routers in the network. In your case, you will
almost certainly need extra routing on the router at 10.203.75.90 to get
this working.

Here is an example of a config that will work.

router
10.203.75.90 static route
| 192.168.2.0 255.255.255.0 10.203.75.89
|
LAN machines
10.203.75.x dg 10.203.75.90
|
10.203.75.89 dg 10.203.75.90
RRAS
192.168.2.10 dg blank
|
LAN machines
192.168.2.x dg 192.168.2.10

You do not need any static routes on the RRAS router.

"Vit" <(E-Mail Removed)> wrote in message
news:f9304f0e-9ac4-4273-bab7-(E-Mail Removed)...
Hello,

I'm new on this group,

Here is my scenario:

Windows 2003 Server with 2 lan card

1° Lan: 10.203.75.89 mask 255.255.255.224 gateway 10.203.75.90
2° Lan: 192.168.2.10 mask 255.255.255.0 gateway 192.168.2.1

I would like to share files and printers one lan to the other....

on the RRAS panel I have do the following settings:

Statics Routing: 2° Lan -> destination 10.203.75.64 mask
255.255.255.224 gateway 192.168.2.10
1° Lan -> destination 192.168.2.0 mask
255.255.255.0 gateway 10.203.75.89

RIP: 1° LAN
2° LAN

is this correct????

how can I reach the printer 10.203.75.75 from the client
192.168.2.15????

thanks to everybody

Vit

 
Reply With Quote
 
Vit
Guest
Posts: n/a

 
      12-19-2007, 08:54 AM
On 12 Dic, 23:14, "Bill Grant" <not.available@online> wrote:
> First thing to do is remove the default gateway from the second NIC. You
> can only have one default gateway per machine, not one per interface.
>
> There is not enough info here to see how routing will work. You cannot
> ensure routing between the subnets simply by making changes on this router.
> It depends on the default gateway settings on the client machines and also
> on the routes on any other routers in the network. In your case, you will
> almost certainly need extra routing on the router at 10.203.75.90 to get
> this working.
>
> Here is an example of a config that will work.
>
> router
> 10.203.75.90 static route
> | 192.168.2.0 255.255.255.0 10.203.75.89
> |
> LAN machines
> 10.203.75.x dg 10.203.75.90
> |
> 10.203.75.89 dg 10.203.75.90
> RRAS
> 192.168.2.10 dg blank
> |
> LAN machines
> 192.168.2.x dg 192.168.2.10
>
> You do not need any static routes on the RRAS router.


I try to do what you sudgest to me... but unfortunately it doesn't
work...

I explain better:

I have a server with 2 lan card on it and 2 different network:

the first is 10.203.75.64 sub 255.255.255.224 and gateway 10.203.75.90
(a firewall)
the second 192.168.2.0 sub 255.255.255.0 an gateway 192.168.2.254 (a
router)

I can only change the configuration of the firewall (10.203.75.90)...

the specific IP adresses of the server are : 10.203.75.89 and
192.168.2.10

I would like to print to a printer (10.203.75.94) and find a shared
directory on a pc (10.203.75.85), from the 192.168.2.x network.....

I have activated the RRAS on the server, and add the 2 lan card...
no static rout added on the RRAS
2 lan card on the RIP protocol....

what else????????

please help me .....

best regards

Vit
 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      12-19-2007, 11:55 PM

"Vit" <(E-Mail Removed)> wrote in message
news:96d80273-22ec-4555-b64f-(E-Mail Removed)...
> On 12 Dic, 23:14, "Bill Grant" <not.available@online> wrote:
>> First thing to do is remove the default gateway from the second NIC.
>> You
>> can only have one default gateway per machine, not one per interface.
>>
>> There is not enough info here to see how routing will work. You
>> cannot
>> ensure routing between the subnets simply by making changes on this
>> router.
>> It depends on the default gateway settings on the client machines and
>> also
>> on the routes on any other routers in the network. In your case, you will
>> almost certainly need extra routing on the router at 10.203.75.90 to get
>> this working.
>>
>> Here is an example of a config that will work.
>>
>> router
>> 10.203.75.90 static route
>> | 192.168.2.0 255.255.255.0 10.203.75.89
>> |
>> LAN machines
>> 10.203.75.x dg 10.203.75.90
>> |
>> 10.203.75.89 dg 10.203.75.90
>> RRAS
>> 192.168.2.10 dg blank
>> |
>> LAN machines
>> 192.168.2.x dg 192.168.2.10
>>
>> You do not need any static routes on the RRAS router.

>
> I try to do what you sudgest to me... but unfortunately it doesn't
> work...
>
> I explain better:
>
> I have a server with 2 lan card on it and 2 different network:
>
> the first is 10.203.75.64 sub 255.255.255.224 and gateway 10.203.75.90
> (a firewall)
> the second 192.168.2.0 sub 255.255.255.0 an gateway 192.168.2.254 (a
> router)
>
> I can only change the configuration of the firewall (10.203.75.90)...
>
> the specific IP adresses of the server are : 10.203.75.89 and
> 192.168.2.10
>
> I would like to print to a printer (10.203.75.94) and find a shared
> directory on a pc (10.203.75.85), from the 192.168.2.x network.....
>
> I have activated the RRAS on the server, and add the 2 lan card...
> no static rout added on the RRAS
> 2 lan card on the RIP protocol....
>
> what else????????
>
> please help me .....
>
> best regards
>
> Vit



In that case you will need to add static routes to both of the gateway
routers to bounce local traffic back to the RRAS router. The routers will
send the local traffic out to the Internet without these routes.

firewall
10.203.75.90
|
LAN 1 clients
10.203.75.x dg 10.203.75.90
|
10.203.755.64 dg blank
RRAS
192.168.2.10 dg blank
|
LAN 2 clients
192.168.2.x dg 192.168.2.254
|
192.168.2.254
router

The firewall needs a static route
192.168.2.0 255.255.255.0 10.203.75.64

The router needs a static route
10.203.75.64 255.255.255.224 192.168.2.10

 
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
IC (Incoming Connections) is currently enabled on server1. To configure RRAS, please disable IC Rick Windows Networking 4 09-03-2009 07:28 PM
How configure server 2003 as a Router using RRAS mypass604 Windows Networking 2 05-05-2009 01:29 PM
Configure RRAS for VPN errors Jay Simenson Windows Networking 0 09-29-2005 05:05 PM
"IC (Incoming Connections) is currently enabled ... To configure RRAS, please disable IC and try again." Jon Davis Windows Networking 3 10-12-2004 02:07 AM
configure RRAS, & disable IC (incoming connections) Pascal Windows Networking 1 02-20-2004 04:05 AM



1 2 3 4 5 6 7 8 9 10 11