<html><head><meta name="Generator" content="PSI
HTML/CSS Generator"/>
<style type="text/css"><!--
body{font-family:'Tahoma';font-size:10pt;font-color:'#000000';}
LI{display:list-item;margin:0.00in;}
p{display:block;margin:0.00in;}
body{}
--></style>
</head><BODY BGCOLOR="#F0F0F0" ><div><SPAN
style="font-size:10pt;"><br />Hi
Folks,</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">Really need a help
here.</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">I have 3 network
places</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">Let´s say : A , B and
C</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">Using Freeswan (Ipsec)
i make the point A see and interact with point B</SPAN></div>
<div><SPAN style="font-size:10pt;">(Now both networks see
each other)</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">Everything is perfect,
but i have in point B now a C Network that comes over
Router.</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">Point B com see and
interact with Point C , but point A can´t !!!!</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">In number
:</SPAN></div>
<div><SPAN style="font-size:10pt;">Point A =
192.168.2.0/24</SPAN></div>
<div><SPAN style="font-size:10pt;">Point B =
192.168.1.0/24</SPAN></div>
<div><SPAN style="font-size:10pt;">Point C =
192.168.3.0/24</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">Over ipsec i can ping
from A to B and from B to A.</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">From B i can ping C and
from C ping B.</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">But from A i can´t see
C .</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">Because C is not a VPN
over Ipsec, it is only connected in my B network with address
(192.168.1.254)</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">I insert a route
:</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">route add -net
192.168.3.0/24 gw 192.168.1.254</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">Then everyone from
point B can see Point C.</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">How make point A see C
too ??</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">I need this because i
send asterisk packet over ipsec .</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">Thanks alot for helping
out !!</SPAN></div>
<div> </div>
<div><SPAN
style="font-size:10pt;">Carlos.</SPAN></div>
<div> </div>
<div><SPAN style="font-size:10pt;">Ps. Point C don´t have
IPSEC it´s just a router connected to point B in swith over
lan.</SPAN></div>
<div> </div>
<div><SPAN
style="font-size:10pt;">Thanks.</SPAN></div>
<div><SPAN
style="font-size:10pt;">Again.</SPAN></div>
<div> </div>
</body></html>
On Wed, 14 Sep 2005, Carlos Arnt wrote:> Everything is perfect, but i have in point B now a C Network that comes over Router. > ? > Point B com see and interact with Point C , but point A can?t !!!! > ? > In number : > Point A = 192.168.2.0/24 > Point B = 192.168.1.0/24 > Point C = 192.168.3.0/24 > ? > Over ipsec i can ping from A to B and from B to A. > ? > From B i can ping C and from C ping B. > ? > But from A i can?t see C . > ? > Because C is not a VPN over Ipsec, it is only connected in my B network with address (192.168.1.254) > ? > I insert a route : > ? > route add -net 192.168.3.0/24 gw 192.168.1.254 > ? > Then everyone from point B can see Point C. > ? > How make point A see C too ??Either add static routes at A, B and C or you need to start using a routing protocol such as RIP, OSPF, BGP etc to propagate the routing information. For a three-node network without redundant links static routes are a lot easier to set up. Make sure packet routing is enabled on B. These days many operating systems default to denying routing until explicitly enabled. Peter