Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Firewalls
[Top] [All Lists]

Help Routing on a Fortigate-100

Subject: Help Routing on a Fortigate-100
Date: Thu, 30 Sep 2004 11:53:36 -0400
I am in the process of setting up my Fortigate-100 and I am having some
issues getting one of my routes to work properly.  I am fully able to route
from the Internal Interface > DMZ and External.   However, I cannot route
from DMZ > External.  I am only going to route explicit traffic to the
Internal network.

 

My config is as follows.

 

Internal Interface - 10.1.1.1/24

External Interface - 192.168.0.100/24

DMZ Interface - 10.0.1.1/24

 

I have setup 3 static routes as follows w/ the following firewall rules.

 

#              IP     Subnet    Gateway          Interface        Distance

1          0.0.0.0 0.0.0.0 192.168.0.1       external             10


2          0.0.0.0 0.0.0.0 192.168.0.1       internal             10


3          0.0.0.0 0.0.0.0 192.168.0.1       dmz                  10

 

    edit 1

        set srcintf "internal"

        set dstintf "external"

        set srcaddr "all"

        set dstaddr "all"

        set action accept

        set schedule "always"

        set service "ANY"

        set profile_status enable

        set profile "web"

        set nat enable

    next

    edit 2

        set srcintf "internal"

        set dstintf "dmz"

        set srcaddr "all"

        set dstaddr "all"

        set action accept

        set schedule "always"

        set service "ANY"

    next

    edit 3

        set srcintf "dmz"

        set dstintf "external"

        set srcaddr "all"

        set dstaddr "all"

        set action accept

        set schedule "always"

        set service "ANY"

    next

end

 

 

<Prev in Thread] Current Thread [Next in Thread>
  • Help Routing on a Fortigate-100, Jared S. Brodsky <=