02-02-2022 06:13 AM
Hi
Just presently setting up AnyConnect on our FTD I'm using a IP Pool on the FTD for the clients but would like to know a couple of things.
1. the default route for this FTD is pointing out the Internet Interface is there anyway I can force AnyConnect clients to not use this as their default route. but point then somwhere else for default routing.??
2. alos I have noticed that when I test I get the first address in the range .1 is this ok
3.I'm considering using DHCP scope on our Servers but these reside in another part of the network, there is a route to the servers fromthe FTD, if they were assigned a DHCP address would they just use the FTD as their gateway and then follow the FTD routing table. not sure wher the GW would be.??
Thanks
Solved! Go to Solution.
02-02-2022 06:20 AM - edited 02-02-2022 06:32 AM
@benolyndav You can create another route with the keyword "tunneled" appended, this means that VPN traffic can be sent to another next hop (instead of being hairpinned back out the outside interface) and routed from there. Example: "route inside 0.0.0.0 0.0.0.0 x.x.x.x tunneled"
Yes you can use the first IP address in the pool, there is no SVI like on a switch, traffic is tunneled to the ASA.
You need to use the command "dhcp-network-scope", configured under the group-policy.
02-02-2022 06:18 AM
1. the default route for this FTD is pointing out the Internet Interface is there anyway I can force AnyConnect clients to not use this as their default route. but point then somwhere else for default routing.??
BB - yes you route to different, make sure that route is reachable and aware.
2. alos I have noticed that when I test I get the first address in the range .1 is this ok
BB - yes you can use, but make sure gateway is used end of subnet or intial one
3.I'm considering using DHCP scope on our Servers but these reside in another part of the network, there is a route to the servers fromthe FTD, if they were assigned a DHCP address would they just use the FTD as their gateway and then follow the FTD routing table. not sure wher the GW would be.??
BB - this bit tricky, Servers always using static Address that is prefered, if the gateway is FTD is possible (again based on the requirement) and network design.
02-02-2022 06:20 AM - edited 02-02-2022 06:32 AM
@benolyndav You can create another route with the keyword "tunneled" appended, this means that VPN traffic can be sent to another next hop (instead of being hairpinned back out the outside interface) and routed from there. Example: "route inside 0.0.0.0 0.0.0.0 x.x.x.x tunneled"
Yes you can use the first IP address in the pool, there is no SVI like on a switch, traffic is tunneled to the ASA.
You need to use the command "dhcp-network-scope", configured under the group-policy.
02-03-2022 10:28 AM
worked Rob thanks saved me an headache or two
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