I am setting up an ASA 5505 with multiple ISP connections for Failover. My question is related to the ISP DNS Servers.
I am using the ASA to hand out DHCP to the LAN. I know I can assign dns servers either globally or through the DHCP scope but it limits me to only 2 DNS Servers.
This is what I have tried:
ciscoasa(config)# dhcpd dns 4.2.2.2
ciscoasa(config)# dhcpd dns 4.2.2.2 8.8.8.8 interface inside
dns domain-lookup outside
dns server-group DefaultDNS
name-server 4.2.2.2
name-server 8.8.8.8
If the ASA Fails over I want the LAN devices to use the ISP's specific DNS Servers? Is that possible or do I have to use the same dns server?
Thanks.
I am using the ASA to hand out DHCP to the LAN. I know I can assign dns servers either globally or through the DHCP scope but it limits me to only 2 DNS Servers.
This is what I have tried:
ciscoasa(config)# dhcpd dns 4.2.2.2
ciscoasa(config)# dhcpd dns 4.2.2.2 8.8.8.8 interface inside
dns domain-lookup outside
dns server-group DefaultDNS
name-server 4.2.2.2
name-server 8.8.8.8
If the ASA Fails over I want the LAN devices to use the ISP's specific DNS Servers? Is that possible or do I have to use the same dns server?
Thanks.