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
|