VeriSign has made some changes recently which are applied since March 1, 2010. You can read detail by clicking here
How do I fix it?
You need to log in to your control panel and modify the affected domain name's zone file, using the table below as an example.
To Modify or Add DNS Records in...
If you ever wanted to add 200 ip addresses to Windows Server with one command instead of manually configure it on the interface? Netsh will help you to save time.
You can use this quick batch command in cmd:
FOR /L %I IN (2,1,254) DO netsh interface ip add address "Local Area Connection"...
Last day one of our server had an attack, attack was not so big but still server was unresponsive because of this. After some research I found that this is because of iptables which are being load while handling so much traffic. Then I found a good article on the same issue which you can read by...