I must be an idiot -- general routing question

E

ed

Hello,

At my office, we have an internal LAN (192.168.1.X). We have added a
networked cluster of 20 computers. We wish to have these 20 on a
separate subnet (192.168.2.X).

The 20 computers are connected to a switch. The switch is connected to
a D-Link router via one of the router LAN ports. The D-Link router is
connected to the 192.168.1.X network via the router's WAN port. So the
router has a static WAN IP (192.168.1.60) on the 192.168.1.X network.
On the cluster LAN side the router is 192.168.2.1. The 20 cluster
computers have IPs ranging from 192.168.2.51 to 192.168.2.70.

Any of the cluster computers can ping each other (e.g. 192.168.2.51
pings 192.168.2.52) and can also ping computers on the 192.168.1.X
network (e.g. 192.168.2.51 pings 192.168.1.53). However, computers on
the 192.168.1.X network cannot ping computers on the 192.168.2.X
network. Is this an expected result? My expectation was that I could
sit at one of the 192.168.1.X computers, add a route like so:

route add 192.168.2.0 mask 255.255.255.0 192.168.1.60

and then ping the 192.168.2.X computer using the cluster router as the
gateway. We have configured the cluster router firewall to allow all
types of traffic on all ports. Still, it doesn't work. I probably
have a conceptual issue here. Does NAT only work in the outgoing
direction?

Regards,

Ed.
 
R

Richard G. Harper

A great deal depends on the routers - at the moment they are doing the job
you'd expect, segregating the network traffic; for them to do otherwise they
need to be properly programmed. Any routing rules should be applied to the
routers, not to the PCs behind the routers.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
 
K

Kurt

IS the D-Link router set to perform NAT? If so, you'll need to turn that off
(if it is an option). Also, many routers that come out-of-the-box as a SOHO
have a firewall that by default does not allow incoming connections to pass
from the WAN to the LAN side. If this is the case, you'll need to allow
traffic in both directions.

....kurt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top