Yes, if you can ping by IP address, routing is working. Is name
resolution working (ie can you ping by name)?
Browsing depends on Netbios names and broadcasts. Broadcasts do not
cross routers, so browsing fails. You should be able to use UNC names (eg
net use \\machine\file .
Mario Acevedo-Bengoechea wrote:
> I have RRAS configured as a Router. The only difference that I have
> from the settings you mention here is that I configured the default
> gateay for interface 192.168.0.3 in the RRAS instead of in the
> Network Connections. Does this make a difference?
>
> I though that the fact that I could PING between segments pretty much
> meant that routing was configured correctly.
>
> Mario
>
> "Bill Grant" wrote:
>
>> The only static route you need is the one on the router to send
>> traffic for 192.168.1.0 to 192.168.0.3 . Everything else will work
>> with default routing. eg
>>
>> Internet
>> router (static route 192.168.1.0 255.255.255.0 192.168.0.3)
>> 192.168.0.1
>> |
>> workstations
>> 192.168.0.x dg 192.168.0.1
>> |
>> 192.168.0.3 dg 192.168.0.1
>> RRAS
>> 1 92.168.1.169 dg blank
>> |
>> workstations
>> 192.168.1.x dg 192.168.1.169
>>
>> Is RRAS configured as a LAN router?
>>
>> Mario Acevedo-Bengoechea wrote:
>>> I have RRAS setup with 2 interfaces.
>>>
>>> NIC 1 has 192.168.0.3 with 255.255.255.0
>>> NIC 2 has 192.168.1.169 with 255.255.255.0
>>> Workstation 1 has 192.168.0.2 with 255.255.255.0 and GW 192.168.0.3
>>> Workstation 2 has 192.168.1.26 with 255.255.255.0 and GW
>>> 192.168.1.169
>>>
>>> I also have an internet gateway with 192.168.0.1 and 255.255.255.0
>>>
>>> I have setup a static route in the gateway to know that it can reach
>>> 192.168.1.0 through 192.168.0.3
>>>
>>> I have setup static routes on DHCP so that workstations know they
>>> can reach each network through the server.
>>>
>>> The server has a static route defined to pass everything that is not
>>> 192.168.0.0 or 192.168.1.0 to the Internet Gateway.
>>>
>>> From workstation 1 I can ping and browse and access all of internet
>>> services as well as all services in the workstations in it's own
>>> subnet.
>>>
>>> From Workstaion 2 I can access all resources in it's own subnet and
>>> I can ping workstations in the .0.0 subnet as well as webservers in
>>> the internet. I can't however acccess any other service. I can't
>>> browse shares, I can ping but not brose shares from one subnet to
>>> the other.
>>>
>>> I can access the web interface of the Internet Gateway from any of
>>> the subnets, but I can't access anything else.
>>>
>>> Any help will be appreciated.
>>>
>>> Mario
|