Networking Forums

Networking Forums > Computer Networking > Windows Networking > Routing partially working

Reply
Thread Tools Display Modes

Routing partially working

 
 
Mario Acevedo-Bengoechea
Guest
Posts: n/a

 
      08-12-2005, 08:31 PM
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
 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      08-13-2005, 12:09 AM
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



 
Reply With Quote
 
Mario Acevedo-Bengoechea
Guest
Posts: n/a

 
      08-13-2005, 12:52 AM
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

>
>
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      08-13-2005, 11:41 PM
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



 
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
Windows Fax Routing Not Working rcir88 Windows Networking 0 07-15-2008 12:55 AM
RAS Routing not working...need advice Brandon Baker, MCSE Windows Networking 3 03-10-2007 08:51 PM
Connections to LAN work only partially Joerg Maschtaler Windows Networking 3 02-10-2005 06:20 PM
VPN partially works Millie Windows Networking 23 07-26-2004 05:55 PM
Partially Blocking Connections Viking Windows Networking 2 08-27-2003 09:51 PM



1 2 3 4 5 6 7 8 9 10 11