Guest User!

You are not Sophos Staff.

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

Subnets

Good Morning, my name es Leonardo Duque.

I have an ASG V 7, I need to create two or more subnets and look and they can communicate, and I have created an interface 1: 10.171.13. * (Principal), and create a new 2: 10.171.15 .* (New subnet); The problem is that these two subnets can not see or communicate, but the ping answer me.


Not that I'm missing or doing wrong.

Ayua urgent need.

thanks


This thread was automatically locked due to age.
  • you need a minimum of packet filter allowing the traffic between the two networks; ping will be handled by another filter, that's why this works...
    cheers
  • whom I can place the origin and who, as fate?

    Principal 10.171.13.*
    Secundaria 10.171.15.*
  • First of all, both subnets must have the Astaro as their default gateway, but I presume you have that set up since you say that ping works already.

    Secondly, you are going to need Packet Filter rules to allow non-ICMP traffic between the two networks.  If you want to allow connections in both directions, then you will need both 

    Network1(Network)-->Any-->Network2(Network)-->Allow and 
    Network2(Network)-->Any-->Network1(Network)-->Allow

    The first rule will allow .13 devices to hit .15 targets, and the second allows .15s to hit .13s.

    If your second subnet is only going to hold servers which have no need to initiate connections to your first subnet, then you could skip the second rule (or restrict it to specific services or targets).
  • Another trick I saw recently was to create a "Supernet" group so you can do this with a single PF rule:

    "Supernet" = {10.171.13.0/24} and {10.171.15.0/24}
    Supernet -> Any -> Supernet : Allow


    Now, if you add another network where you want to keep communication open, all you have to do is add it to the "supernet" group.  I saw this with, for example, the Supernet defined as 10.171.12.0/22.

    Cheers - Bob