The Avast issue was resolved by mapping each each computer on the servers HOSTS file. I needed to take the added action of assigning static Ip address mapping to each computer on the router. As the solution explained, this can be problematic with laptops that connect to multiple networks.
Main Topics
Browse All Topics





by: adroadamPosted on 2009-03-04 at 09:37:26ID: 23797118
Hello, I was having a similar problem on my network went through all the troubleshooting steps for DNS with my Linksys RV082 router and came up still having a problem. The work around I discovered was to add the server and ip address to the host file of all my networked PCs.
s\etc\
To access the hosts file on Windows you need to browse to the following directory:
C:\Windows\System32\driver
Once you are there click on the hosts file and open it using notepad.
You should see an entry like this:
127.0.0.1 localhost
Add you server and ip address here, should look like this:
127.0.0.1 localhost
192.168.1.101 myserv
Save and close.
Id would like to point out that if you are using DHCP this will only work as long as your server's ip lease time. Since it is a server id recommend setting it to a static ip address outside of your DHCP pool.
Since you did mention you have laptops you may have to undo this configuration when connecting to other network, it just depends on how they are setup. Good Luck!