I have a DSL modem provided to me by ATT yahoo DSL. Its a weston brand connected to a linksys router with 4 ethernet ports and wireless.
I have the linksys router set to a specified DNS 192.168.0.21 which is a windows machine. every so often the ip address for the DNS on the router changes to 192.168.1.254 which is the gateway ip address for the ATT modem.

Any ideas what might be causing this?

thanks in advance

link|improve this question

32% accept rate
feedback

1 Answer

If your router is set to static IP configuration on the outside interface then it can't (or atleast shouldn't) change.

If it's set to DHCP on the outside interface then it'll get new DNS servers every time the lease renews from your ISP.

link|improve this answer
I did a major rewrite here to make it a bit better - A hint for the OP: The TCP/IP protocol does not allow you to have different DNS servers for a specific interface (unless you use some weird nat/masq rules) – pauska Jan 14 at 2:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.