I have a laptop configured to use either WiFi or Ethernet, but not both at once. I'd like to assign 192.168.1.10 to the WiFi, 192.168.1.11 to the Ethernet, and I'd like DNS to resolve "mylaptop" to whichever IP is currently active.
Yeah, I know that WINS can handle this for Windows computers, but not all of my devices speak WINS, so I really need them to be able to reach "mylaptop" via its currently active IP.
I *could* write a script which runs once a minute, pinging each IP, and then reconfiguring+restarting DNS if the active IP changes. Please tell me there's a simpler way!
How do I make DNS resolve to different IPs, depending upon which IP is active at the time?
Yeah, I know that WINS can handle this for Windows computers, but not all of my devices speak WINS, so I really need them to be able to reach "mylaptop" via its currently active IP.
I *could* write a script which runs once a minute, pinging each IP, and then reconfiguring+restarting DNS if the active IP changes. Please tell me there's a simpler way!
How do I make DNS resolve to different IPs, depending upon which IP is active at the time?