This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VPN remote network routing issue

Hi,
I have three company site with one ASG120 and two ASG220 normally connected in a full mesh topology VPN network.
I have defined three VPN connections: SiteA-SiteB SiteA-SiteC SiteB-SiteC
Site A:
Local network: 192.168.100.0/24
Remote network: 192.168.99.0/24 (Site B)

Local network: 192.168.100.0/24
Remote network: 192.168.101.0/24 (Site C)

Site B
Local network: 192.168.99.0/24
Remote network: 192.168.100.0/24 (Site A)

Local network: 192.168.99.0/24
Remote network: 192.168.101.0/24 (Site C)


Site B
Local network: 192.168.101.0/24
Remote network: 192.168.100.0/24 (Site A)

Local network: 192.168.101.0/24
Remote network: 192.168.99.0/24 (Site B)

Now I would realize a star topology VPN network: SiteA-SiteB SiteA-SiteC.
The hosts in siteC should ping the hosts in siteB without direct VPN connection.
I realize this:

Site A:
Local network: 192.168.100.0/24 and 192.168.101.0 (SiteC)
Remote network: 192.168.99.0/24 (Site B)

Local network: 192.168.100.0/24
Remote network: 192.168.101.0/24 (Site C)

Site B
Local network: 192.168.99.0/24
Remote network: 192.168.100.0/24 (Site A) and 192.168.101.0/24 (SiteC)

All the connections are UP (green) but i can't ping SiteC from SiteB . I can ping SiteB and C from Site A.
Paket filter is setup to allow traffic from B to C.

Any help would be appreciated,

Alex


This thread was automatically locked due to age.
Parents
  • Now you want to do BAC?  This is the way to accomplish what you want:

    Site B: 192.168.99.0/24

    1 Remote Gateway

    Remote Gateway: [Public IP Site A]
    Remote Networks: 192.168.100.0/24 and 192.168.101.0/24
    Local Networks: 192.168.99.0/24


    Site A: 192.168.100.0/24

    2 Remote Gateways and 2 IPSec connections

    Remote Gateway: [Public IP Site B]
    Remote Networks: 192.168.99.0/24
    Local Networks: 192.168.100.0/24 and 192.168.101.0/24

    Remote Gateway: [Public IP Site C]
    Remote Networks: 192.168.101.0/24
    Local Networks: 192.168.100.0/24 and 192.168.99.0/24


    Site C: 192.168.101.0/24

    1 Remote Gateway

    Remote Gateway: [Public IP Site A]
    Remote Networks: 192.168.100.0/24 and 192.168.99.0/24
    Local Networks: 192.168.101.0/24

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • A other solution could be, you take a supernet at Site A
    192.168.0.0 /16
    At Site B and Site C, you point to this net.

    So it should be possible to ping from point B to C and also to A
    Form every Site to every Site
Reply
  • A other solution could be, you take a supernet at Site A
    192.168.0.0 /16
    At Site B and Site C, you point to this net.

    So it should be possible to ping from point B to C and also to A
    Form every Site to every Site
Children
  • Hi akgolx, your solution works fine once the gateway is the only gateway in your LAN, but if your gateway lays in the same LAN, it does not work.

    For example:
    Site A:192.168.0.0/24, Public IP;
    Site B:192.168.1.0/24, in Site A, 192.168.0.80;
    Site C:192.168.2.0/24, also in Site A, 192.168.0.81;

    Once add a VPN to Site B or C, you can't connect to any 192.168.0.0/24.

    Do you have any solutions?

    Arkle