Hi Kapoor,
Please give us a few details about your setup :
Do you need to redirect all the Internet traffic to the Cisco Router ?
Do you have DMZs configured in your Fortigate ?
Did your ISP give a range of Public IPs or just one ?
You should consider to configure the Fortigate unit in transparent mode, as it stills filter Antivirus, IPS, Web Browsing, Antispam and allows IPSEC VPN.
xiwanm
Main Topics
Browse All Topics





by: theric76Posted on 2009-06-12 at 03:36:19ID: 24610816
I will assume that both Fortigate and Cisco are already configured to use nat, so you will have to configure two nat rules:
fault.asp? id=2945&SI D=&Lang=1
1) Configure Fortigate appliance to enable port forwarding
http://kc.forticare.com/de
you must use your Cisco eth1 IP address as target (called "mapped PC")
2) Configure Cisco router to enable port forwarding with this
ip nat inside source static tcp [internal_IP] [port] [external_IP] [port] extendable
where you must replace values as follows:
internal_IP: the local IP address of your server
external_IP: IP address assigned to your eth1 interface on Cisco device
port: the port number of the service you are exposing
Hope this helps
theric