cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
13898
Views
10
Helpful
3
Replies

Cisco AnyConnect - DNS Suffixes

ejdrijin1
Level 1
Level 1

Hi,

How can I set the DNS suffixes and other DNS options to appear on the Cisco AnyConnect Secure Mobility Client adapter once the user has connected via VPN?

Thanks

1 Accepted Solution

Accepted Solutions

Philip D'Ath
VIP Alumni
VIP Alumni
group-policy "xxx" attributes
dns-server value a.b.c.d e.f.g.h
default-domain value <default doman>
split-dns <extra domain1> <extra domain 2> ...

View solution in original post

3 Replies 3

Philip D'Ath
VIP Alumni
VIP Alumni
group-policy "xxx" attributes
dns-server value a.b.c.d e.f.g.h
default-domain value <default doman>
split-dns <extra domain1> <extra domain 2> ...

Thanks for your reply.

What if if I want to check the  append primary and connection specific DNS suffixes instead of Append these DNS suffixes in the DNS tab? Is that possible?

Thanks.

Don't forget the word "value" in the command.

FROM:
split-dns <extra domain1> <extra domain 2> ...
TO:

split-dns value <extra domain1> <extra domain 2> ...