Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Tim Taylor on September 11, 2002, 04:31:21 AM
-
I have 2 e-smith servers. Each one is connected to a cisco router. There is an existing vpn between the cisco routers. One esmith server has a 172.17.0.0/16 network on the internal and a 164.X.148.X/28. The other one has an externel ip of 164.X.78.X/29 mask with a 172.18.0.0/16 internal network.
I have added routes on both the e-smith servers routeing traffic destined to the other network to the external interface.
route add -net 172.17.0.0 netmask 255.255.0.0 dev eth1
on the local server
route add -net 172.18.0.0 netmask 255.255.0.0 dev eth1
on the remote server.
I can traceroute from the internal network all the way to the remote firewall in both directions. It looks like the remote firewall is blocking the traffic. Is there something I need to do to allow the traffic? The Local esmith server does not trust the remote network and visa versa.