Quote:
Good questions. Can you give me some advice as to setting this PC up regarding DNS etc?
these settings have always confused the heck out of me.
thanks |
*puts on teachers hat*
Ok, the DNS servers are what translate DNS names to IP addy's.. the point being that joe.normal or joe.moron is going to have an easier time remembering
www.google.com than any of the following: 216.239.57.99, 216.239.57.104, 216.239.57.147, 216.239.57.103
What I think is happening is your second pc is trying to ask the first pc to be its DNS server, and the first pc isnt setup properly to do that (ics is a bitch like that), so DNS requests from the 2nd pc are bouncing around everywhere... so it would pay to check that your DNS is setup correctly.
A gateway is a device that connects you to the internet. A dsl router is a gateway, a computer with a modem sharing via ICS is a gateway, a linux box running as a firewall is a gateway... whichever device or computer is "sharing" the internet among other devices and computers is the gateway.
There are two main schools of thought to setting up DNS:
1) primary DNS server is the same as your gateway (eg let the gateway handle it)
2) take a load off the gateway and do all the DNS passing through your ISP's DNS servers
Personally I dont care.. whichever way works, though I go for #2 by habit
SO
Make sure both computers are on the same range:
pc1:
192.168.1.2
pc2:
192.168.1.3
Make sure they're both pointing to the same gateway:
pc1:
192.168.1.254
pc2:
192.168.1.254
and make sure they're both pointing at the same DNS servers. I don't know which ISP you're with, so let's just say you're on Inspire. Most ISP's should have somewhere on their site listing their static DNS addresses, in this case
http://www.inspire.net.nz/questions.htm
pc1:
Primary DNS 203.114.128.1
Secondary DNS 203.114.128.2
pc2:
Primary DNS 203.114.128.1
Secondary DNS 203.114.128.2