Skip to main content
sims
Explorer II
April 2, 2019
Question

policy basic

  • April 2, 2019
  • 1 reply
  • 2794 views
Hi,

 

For the below policy , NO NAT , what are the routing required ? 

 

Policy basic

 

From  Interface : Inside  10.0.2.1

 

To Interface  : outside  192.168.100.100

 

source :  192.168.2.100

 

Dest : 192.168.8.100    

 

 

 

Thanks

 

    1 reply

    ede_pfau
    SuperUser
    SuperUser
    April 2, 2019

    You need a static route like this:

    destination 192.168.8.0/24 (whole subnet) or 192.168.8.100/32 (host only)

    interface: outside

    gateway: 192.168.100.xxx - IP address of the next router on the outside subnet

    leave distance at 10

     

     

    sw2090
    SuperUser
    SuperUser
    April 4, 2019

    additionally:

     

    if your FGT does have a physical,logical or vlan interface in each of the two subnets you don't need top set up any routes because in this case you already have them via those interfaces with setting up the interfaces.