topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 12:03 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: DNS Switching Tool for Windows?  (Read 8210 times)

Dr-Leech

  • Member
  • Joined in 2006
  • **
  • Posts: 151
  • Psychedelic Coder
    • View Profile
    • site
    • Donate to Member
DNS Switching Tool for Windows?
« on: February 18, 2008, 04:17 PM »
Hi,

I'm looking for a DNS switching tool that let me configure what network connection and which DNS to use.
Because I need to switch the DNS around 3 o 4 times each day. So it would be great if I could change just the DNS with a simple click or command.

Suggestions?

Thanks

Grorgy

  • Supporting Member
  • Joined in 2007
  • **
  • default avatar
  • Posts: 821
    • View Profile
    • Donate to Member
Re: DNS Switching Tool for Windows?
« Reply #1 on: February 18, 2008, 04:52 PM »
I use a thing called netset from http://www.otakusoft...#featuresandbenefits  its 14.95 (i got it from Bitsdejour on the cheap)  its probably overkill for what you want, but should do it.  There are probably free options out there as well


NetSet significantly speeds up the chore of changing network settings, allowing you to:

    * Store any number of network setting profiles for each network adapter.
    * Configure DHCP, IP address, and DNS server address settings for each network profile.
    * Configure the Internet Explorer home page and Local Area Network (LAN) automatic configuration and proxy server settings for each network profile.
    * Configure the default printer for each network profile.
    * Execute a shell command after switching to a network profile.
    * Add network profiles with an easy-to-use wizard.
    * Quickly switch network profiles via a hot key or by selecting a profile from the Network Profile List.
    * Instantly display network adapter IP configuration information via a hot key.

Dr-Leech

  • Member
  • Joined in 2006
  • **
  • Posts: 151
  • Psychedelic Coder
    • View Profile
    • site
    • Donate to Member
Re: DNS Switching Tool for Windows?
« Reply #2 on: February 18, 2008, 04:59 PM »
Nice find Grorgy.
But I don't need to change other details, just DNS that don't means to stop connection and start again. Like when you just change the DNSs from the Network adapter on Windows.

I've already used network profiles apps and are great for laptops so when you frequently change locations can connect to other networks without configuring each time.

Thanks anyway :)

tinjaw

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,927
    • View Profile
    • Donate to Member
Re: DNS Switching Tool for Windows?
« Reply #3 on: February 18, 2008, 09:33 PM »
On Win2K, WinXP, and Win2003 you can use netsh.

netsh interface ip set dns "Local Area Connection" static 192.168.0.200

(Some more examples.)

Dr-Leech

  • Member
  • Joined in 2006
  • **
  • Posts: 151
  • Psychedelic Coder
    • View Profile
    • site
    • Donate to Member
Re: DNS Switching Tool for Windows?
« Reply #4 on: February 19, 2008, 06:41 AM »
Oh, really nice.. Thanks!