10-14-2022 02:56 AM
Hello,
I am trying to force some users to send traffic to specific wan interface.
Created a ACL:
ALLOW inside_zone specific_users ---> outside_zone interface_WAN3
in NAT
dynamic NAT from inside to outside WAN3 interface.
But when i try to see from users if they use wan3 they go out from wan 1 interface.
Any ideas?
Thnx
10-14-2022 02:59 AM
Either you need to some static route or PBR for that IP to go to use different gateway than default.
10-14-2022 03:25 AM
yes it's also static route:
192.168.100.141 255.255.255.255 2.9.8.161
But he's go from wan 1...
10-14-2022 03:47 AM
the static route use for destination not for source of packet,
the only solution here to override the RIB here is using PBR.
ip access-list extended 100
permit ip <user> any
!
route-map WAN3 permit 10
match ip address 100
set <WAN3>
10-14-2022 03:55 AM
@MHM Cisco World in flexconfig is any possibility to configure that?
10-14-2022 03:56 AM
10-14-2022 03:59 AM
that is if you are using FMC, but i am using FDM
10-14-2022 05:23 AM
10-14-2022 05:57 AM
access-list to_wan3; 1 elements; name hash: 0x96895f8d
access-list to_wan3 line 1 extended permit ip host 192.168.100.141 any4 log default
(hitcnt=0) 0x632e27c6
> show route-map
route-map map_to_wan3, permit, sequence 10
Match clauses:
ip address (access-lists): to_wan3
interface outside_wan3
the configuration but again is not working
10-14-2022 07:57 AM - edited 10-14-2022 07:57 AM
only clear the xlate and conn (which was lead to WAN1) and it will work.
10-14-2022 04:58 AM - edited 10-14-2022 05:01 AM
Then you need to use PBR, FTD you need to do flexconfig.
OLD FDM do not support Flexconfig option, what FTD code running ?
10-14-2022 05:18 AM
i am runnig 7.0.3 version of FTD/Firepower1140
10-14-2022 06:19 AM
latest code should be able to use flexconfig
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