Here in New Zealand, we can't watch Netflix without using some DNS relocator.
I used "Unblock-us", which was a little annoying to set up, and trashed my Windows 7 network adapter on uninstall.
Also stopping the recurring payment had to be done in two different places: once from "unblock-us", and repeated again from Paypal.
On setup, I had to manually find the executable, and add it to the start menu, startup group. Apparently my ISP changes IP address frequently.
My ISP added a new feature that eliminates the need for a DNS relocator to watch Netflix.
So I uninstalled "unblock-us" software.
Immediately I lost the Network Adapter. Weirdly "IPconfig" for "Local Area Connection" had no DNS setting: the IP address was there but the DNS line was completely missing.
Under Control Panel...Network and Sharing ... Change adapter settings, the window was blank.
I uninstalled the network adapter, through device manager, and reinstalled without luck.
Only by using the command line could I get my IP settings to work
netsh interface ipv4 set address name="Local Area Connection" static 10.1.1.16 255.255.255.0 10.1.1.1
netsh interface ipv4 set dnsservers name="Local Area Connection" source=static address="10.1.1.1" validate=no
So not really a satisfied customer.



