Windows Routing can ping but cant see windows shares
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Windows Routing can ping but cant see windows shares

 
Post new topic   Reply to topic    Windows Server Forum Index -> Networking
Author Message
Guest






Posted: Sat Jan 08, 2005 6:00 am    Post subject: Windows Routing can ping but cant see windows shares Reply with quote

Hey All

I have setup Win2k box running RRAS using Static Route IP to create 2
individual LANs with both LANs having access to each other.

main LAN
10.1.5.X

lab LAN
192.168.3.X

My Windows 2000 router (RRAS) ipconfig are the following

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com EtherLink XL 10/100
PCI For C
plete PC Management NIC (3C905C-TX)
Physical Address. . . . . . . . . : 00-50-DA-5F-00-70
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 10.1.5.229
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.1.5.1
DNS Servers . . . . . . . . . . . : 10.1.5.10

Ethernet adapter Local Area Connection 2:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : NETGEAR GA311 Gigabit
Adapter
Physical Address. . . . . . . . . : 00-09-5B-8F-52-45
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.3.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 10.1.5.10

Route Print:

===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 09 5b 8f 52 45 ...... NETGEAR GA311 Gigabit Adapter

0x1000004 ...00 50 da 5f 00 70 ...... 3Com EtherLink PCI
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 10.1.5.1 10.1.5.229
1
10.1.5.0 255.255.255.0 10.1.5.229 10.1.5.229
1
10.1.5.229 255.255.255.255 127.0.0.1 127.0.0.1
1
10.255.255.255 255.255.255.255 10.1.5.229 10.1.5.229
1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1
1
192.168.3.0 255.255.255.0 192.168.3.1 192.168.3.1
1
192.168.3.1 255.255.255.255 127.0.0.1 127.0.0.1
1
192.168.3.255 255.255.255.255 192.168.3.1 192.168.3.1
1
224.0.0.0 224.0.0.0 10.1.5.229 10.1.5.229
1
224.0.0.0 224.0.0.0 192.168.3.1 192.168.3.1
1
255.255.255.255 255.255.255.255 192.168.3.1 192.168.3.1
1
Default Gateway: 10.1.5.1
===========================================================================
Persistent Routes:
None
--------------


The router server can see and access both LANs without a problem.

Now the machines on the 192.168.3.X can see some machines on my
10.1.5.X LAN, but not ALL, I really need to make the work where it can
see all the machines on both LANs.
The LAN with 10.1.5.X can see ALL the machines on the 192.168.3.X and
the ones on its own LAN.

My goal is to have both LAN being able to access each others without
problems


All the help is appreciated.

Thanks
-Cleber
Back to top
Bill Grant
Guest





Posted: Sat Jan 08, 2005 7:24 am    Post subject: Re: Windows Routing can ping but cant see windows shares Reply with quote

The machines in the 10.1.5 subnet have their default gateway set to
the router at 10.1.5.1 to get out to the Internet. They will only be able to
communicate with machines in the 192.168.3 subnet if they know how to reach
it by using the RRAS router, not the Internet router.

You could add a static route to each machine, or you can simply add the
route to the Internet router to redirect traffic for 192.168.3.0 to the
RRAS router. eg

192.168.3.0 255.255.255.0 10.1.5.229

<clebervieira@gmail.com> wrote in message
news:1105142424.497403.65350@z14g2000cwz.googlegroups.com...
Quote:
Hey All

I have setup Win2k box running RRAS using Static Route IP to create 2
individual LANs with both LANs having access to each other.

main LAN
10.1.5.X

lab LAN
192.168.3.X

My Windows 2000 router (RRAS) ipconfig are the following

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com EtherLink XL 10/100
PCI For C
plete PC Management NIC (3C905C-TX)
Physical Address. . . . . . . . . : 00-50-DA-5F-00-70
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 10.1.5.229
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.1.5.1
DNS Servers . . . . . . . . . . . : 10.1.5.10

Ethernet adapter Local Area Connection 2:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : NETGEAR GA311 Gigabit
Adapter
Physical Address. . . . . . . . . : 00-09-5B-8F-52-45
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.3.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 10.1.5.10

Route Print:

===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 09 5b 8f 52 45 ...... NETGEAR GA311 Gigabit Adapter

0x1000004 ...00 50 da 5f 00 70 ...... 3Com EtherLink PCI
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 10.1.5.1 10.1.5.229
1
10.1.5.0 255.255.255.0 10.1.5.229 10.1.5.229
1
10.1.5.229 255.255.255.255 127.0.0.1 127.0.0.1
1
10.255.255.255 255.255.255.255 10.1.5.229 10.1.5.229
1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1
1
192.168.3.0 255.255.255.0 192.168.3.1 192.168.3.1
1
192.168.3.1 255.255.255.255 127.0.0.1 127.0.0.1
1
192.168.3.255 255.255.255.255 192.168.3.1 192.168.3.1
1
224.0.0.0 224.0.0.0 10.1.5.229 10.1.5.229
1
224.0.0.0 224.0.0.0 192.168.3.1 192.168.3.1
1
255.255.255.255 255.255.255.255 192.168.3.1 192.168.3.1
1
Default Gateway: 10.1.5.1
===========================================================================
Persistent Routes:
None
--------------


The router server can see and access both LANs without a problem.

Now the machines on the 192.168.3.X can see some machines on my
10.1.5.X LAN, but not ALL, I really need to make the work where it can
see all the machines on both LANs.
The LAN with 10.1.5.X can see ALL the machines on the 192.168.3.X and
the ones on its own LAN.

My goal is to have both LAN being able to access each others without
problems


All the help is appreciated.

Thanks
-Cleber
Back to top
Guest






Posted: Sat Jan 08, 2005 11:23 pm    Post subject: Re: Windows Routing can ping but cant see windows shares Reply with quote

Thanks for the Help!!

I have fixed that part and both LAN are able to go to the net fine...
My problem stilll exist when from a machine on the 192.168.3.X try's
see a visible open share on a windows box on the 10.1.5.X it cant find
the network path, some can but not always....
Quote:
From the command prompt I can ping all the machines with no problems
from the 10.1.5.X to 192.168.3.X to the 192.168.3.x to the 10.1.5.X

I have being pulling my hairs out on the this one!!!!

Thanks
Back to top
Bill Grant
Guest





Posted: Sun Jan 09, 2005 7:17 am    Post subject: Re: Windows Routing can ping but cant see windows shares Reply with quote

If you can ping by IP, the routing is working. Now you need to look at
your name resolution (DNS and/or WINS).

<clebervieira@gmail.com> wrote in message
news:1105204996.543996.175690@c13g2000cwb.googlegroups.com...
Quote:
Thanks for the Help!!

I have fixed that part and both LAN are able to go to the net fine...
My problem stilll exist when from a machine on the 192.168.3.X try's
see a visible open share on a windows box on the 10.1.5.X it cant find
the network path, some can but not always....
From the command prompt I can ping all the machines with no problems
from the 10.1.5.X to 192.168.3.X to the 192.168.3.x to the 10.1.5.X
I have being pulling my hairs out on the this one!!!!

Thanks
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Networking All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB