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

how to define standard route?

i have two lan and on both are ASG320 , i configure ASG320_1 for lan1 , lan1 have serverrange (ipaddress 192.168.10.0/24) and client range (ipaddress 172.16.0.0/16) that ASG320_1 configure on router on lan1.
lan2 have serverrange (ipaddress 192.168.20.0/24) and client range (ipaddress 192.168.15.0/24) that ASG320_2 configure on router on lan2.
i define port eth2 on both ASG (ipaddress 192.168.30.1 for ASG320_1 and 192.168.30.2 for ASG320_2) and connect ASG320_1 to ASG320_2 .
i want to ping on client lan1 ,client lan2 and client lan1 ping serverrange lan2.
how do it?
thank you?


This thread was automatically locked due to age.
Parents
  • Hi,

    best practice would be:

    On ASG320_1 goto Network -> Routing -> Standard Static Routes -> New Static Route.
    There you Select "Route Type"="Gateway route"
    Network 192.168.20.0/24
    Gateway 192.168.30.2
    Comment Route to serverrange lan2

    Repeat that for 
    Network 192.168.15.0/24
    Gateway 192.168.30.2
    Comment Route to clientrange lan2



    On ASG320_2 goto Network -> Routing -> Standard Static Routes -> New Static Route.
    There you Select "Route Type"="Gateway route"
    Network 192.168.10.0/24
    Gateway 192.168.30.1
    Comment Route to serverrange lan1

    Repeat that for 
    Network 172.16.0.0/16
    Gateway 192.168.30.1
    Comment Route to clientrange lan1



    After that you still have to define Packet Filter Rules (Network Security -> Packet Filter) for the traffic you want to allow. For example: "lan1 clientrange" to "lan2 clientrange" allow "icmp".

    Kind regards,
    Matthias
Reply
  • Hi,

    best practice would be:

    On ASG320_1 goto Network -> Routing -> Standard Static Routes -> New Static Route.
    There you Select "Route Type"="Gateway route"
    Network 192.168.20.0/24
    Gateway 192.168.30.2
    Comment Route to serverrange lan2

    Repeat that for 
    Network 192.168.15.0/24
    Gateway 192.168.30.2
    Comment Route to clientrange lan2



    On ASG320_2 goto Network -> Routing -> Standard Static Routes -> New Static Route.
    There you Select "Route Type"="Gateway route"
    Network 192.168.10.0/24
    Gateway 192.168.30.1
    Comment Route to serverrange lan1

    Repeat that for 
    Network 172.16.0.0/16
    Gateway 192.168.30.1
    Comment Route to clientrange lan1



    After that you still have to define Packet Filter Rules (Network Security -> Packet Filter) for the traffic you want to allow. For example: "lan1 clientrange" to "lan2 clientrange" allow "icmp".

    Kind regards,
    Matthias
Children
No Data