[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: isakmpd [net-net] gateway question



You want GW1 to able to talk to GW2 via the VPN as well as all the hosts on 
each network?
Did you expicitly allow this traffic in your firewall ruleset? 

On Tuesday 18 June 2002 11:24 am, you wrote:
> Hi,
>
> I have a network to network VPN and what I would like to do is have the
> gateways (the machines creating the VPN) to be able to commmunicate with
> each other. Does this mean I have to create a host-host VPN along with the
> network-network VPN? or have I just got my routes messed up?
>
> small diagram:
>
> N1----G1xxxxxxxxxxxxxxG2-----N2
>
> N1 = 192.168.0/24
> N2 = 192.168.1.24
>
> G1 = 192.168.0.1 / some internet IP
> G2 = 192.168.1.1 / some internet IP
>
> N1 can talk to N2, N1 can talk to 192.168.1/24
> N2 can talk to N1, N2 can talk to 192.168.0/24
>
> G1 can not talk to G2 directly...
>
> Thanks