DHCP-client and DNS

Hello!

I have some question about configuring DHCP-client on WAN interface and using static server entries. Example: I have 2 WANs, and one of them is primary, gives IP address by DHCP. Another is backup. DHCP-client configured with use-peer-dns. I want to add some static entries for server (for example, Google open DNS 8.8.8.8 or DNS from backup ISP), but have problem doing so. If I add static entry, it is overwritten by DHCP. Is there some way to add this DNS entry to the end of the peer DNS list and how to do so?

you have to disable use-peer-dns or it will overwrite upon renewal. they dont change (often), just set them statically.

Ok, thank you. I think if I want failover setup with two WANs I should use static IP addressing and routing too. Am I right?