ā01-26-2025 01:03 AM
I have a setup that I need help connecting.
I got a cisco router and cisco FTD firewall
Iām having trouble connecting them.
the router needs to talk to the FW. It has a static route to the interface of the firewall
the firewall has a single āAllow Allā rule for now.
The FW also has a single static route that goes to the outside internet (0.0.0.0 0.0.0.0 10.10.10.10) and a single NAT rule that translates the inside interface to the outside interface.
On the router there is static routes for the outside world (0.0.0.0 0.0.0.0 10.10.10.10) and static routes for the sub-interfaces.
I can ping from my connected computer (it is on a L2 SW connected to port 1 of the router) across to port 1 of the FW but thatās as far as I can get.
I can ping from the FW to port 2 on the router, but I can not ping from the FW to port 1 on the router.
Everything looks right, but i obviously missed something.
ā01-26-2025 01:07 AM
ISP-wan-FTD-Link1-Router
FTD must have default route to ISP using Wan IP
Router must have default route to ftd using link1 IP,
İ see you use same next-hop in both defual route
Also ftd need route to subnet connect to router
MHM
ā01-26-2025 09:29 AM
Ok Iām about to try that now.
do I need to direct the internal interface to the next hop?
basically:
ip route [internal interface/24] [ISP]
or
ip route [external interface/24] [ISP]
and vise versa to route into the network?
hope that makes sense.
ā01-26-2025 10:18 AM
ISP-wan-FTD-Link1-Router-LAN
Let me list route you need here
FTD
Route 0.0.0.0 0.0.0.0 WAN
Route <LAN> link1
Router
Ip route 0.0.0.0 0.0.0.0 link1
NAT FTD
LAN to WAN
ACL FTD
From LAN to WAN allow
MHM
ā01-26-2025 03:27 AM
It seems you are missing some static routes on the FW like @MHM Cisco World mentioned. You need to configure static routes on the FW to the connected networks configured on the router:
ip route x.y.z.0 255.255.255.0 <router IP on Link1>
HTH
ā01-26-2025 09:30 AM
Check reply to MHM
ā01-26-2025 09:50 AM - edited ā01-26-2025 09:51 AM
Let's assume the link between FW and router has subnet 10.1.1.0/24 assigned, with the router being 10.1.1.1/24 and FW being 10.1.1.2/24.
Let's also assume that your internal interface on the FW - the one connected to the router - is named inside.
Now if you have another network for example 192.168.1.0/24 connected to the router, then you should configure the following static route on the FW in order to get connectivity from the FW to the 192.168.1.0/24 network:
route inside 192.168.1.0 255.255.255.0 10.1.1.1
You will have to add on the FW all networks that sit behind the router in the way described earlier.
HTH
ā01-26-2025 10:00 AM
If you are configuring the FW using FDM GUI, here is a link with the necessary info for static route configuration:
HTH
ā01-26-2025 04:40 AM
Could you please share your sanitized configs of the firewall and the router and a draft diagram showing how all these devices are connected together for review?
ā01-26-2025 09:30 AM
This is the best I can do without getting into too much detail
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide