Glad you found that article. It is talking about the same thing that I
mentioned.
The 192.168.0.0/16 is a bundled route. Because it only has a 16-bit
netmask, it covers every IP address which begins with 192.168 . That means
that every 192.168 address will be sent through the VPN tunnel. That is
what you want to happen at the branch routers. Everything goes to the
central site. If the traffic belongs to another branch, the central site
will send it back through the correct VPN link. The central site has a
24-bit address route to each branch site.
"Puni" <(E-Mail Removed)> wrote in message
news:561095D8-B6B2-4048-A4A3-(E-Mail Removed)...
> Cool, I´ve just found my exact case in a Draytek document:
>
> http://www.draytek.com/support/suppo.../chapter13.pdf
>
> The only difference between that and my setup (and the only thing I cannot
> understand) is the last phrase in the first paragraph of the introduction:
>
> "The subnet of the VPN's configuration of Vigor 3300V
> must fall into 192.168.0.0/16." ????
>
> What does "subnet of the VPN´s configuration" mean? Where does
> 192.168.0.0/16 fit in this case???
>
> My cetral network is 192.168.0.0/24, by the way.
> Hope to find a solution, and thanks a lot for the help Bill, it´s very
> appreciated.
>
> "Bill Grant" wrote:
>
>> You need to know how your routers work before you can alter their
>> behavior.
>>
>> On a branch router there will be a route which sends traffic for the
>> central site through the VPN tunnel. You need to find this route and see
>> what interface this traffic is directed to.
>>
>> When you know how traffic is routed to the central site you can add a
>> similar route to send traffic for another site through the same tunnel by
>> using the same interface address. (You can think of this address as the
>> VPN
>> endpoint.) Or you can alter the route so that includes traffic for the
>> other
>> branches as well as the central site.
>>
>> This is a standard method for routing between sites. It is known as
>> "hub
>> and spoke". Think of your branch connections as spokes linking the
>> branches
>> to the central site (or hub). It is like the hub and spokes of a wheel
>> with
>> no rim. The branches have no connection to each other except through the
>> hub.
>>
>> Each branch will send traffic for the central site and any other
>> branch
>> to the hub. The hub will send traffic directed to another branch back up
>> the
>> correct spoke.
>>
>> "Puni" <(E-Mail Removed)> wrote in message
>> news:C50FF8D3-3329-4A06-985F-(E-Mail Removed)...
>> >> If you can add a static route to each router to also send traffic
>> >> for
>> >> the "other" site through the VPN, it should work. I presume that they
>> >> all
>> >> use 24-bit netmasks.
>> >
>> > How can I do that?
>> >
>> > This is what I tried:
>> >
>> > -Central Router VPN receiver=192.168.0.3->this is where all the vpns
>> > connect.
>> >
>> > -Branch#1 (where I am) router= 192.168.7.1
>> >
>> > -Branch#2 (other branch) router= 192.168.4.1
>> >
>> > In 192.168.7.1 I added a static route:
>> > Destination address: 192.168.4.0/24 gateway IP address: 192.168.0.3
>> >
>> > If I traceroute to 192.168.4.1 I can only reach 192.168.7.1 at first
>> > step.
>> > Nothing else.
>> > I can ping 192.168.0.3 without problems from here.
>> >
>> > What I need is connect from my branch to the other ones. It doesn´t
>> > matter
>> > if the other ones are connected between themselves.
>> > Thanks again!
>>
>>
>>