Tuesday, March 20, 2007

Does your PC obtain an IP address via DHCP, or is it static? (Im talking about your PC, NOT your router/internet connection).If it is via DHCP, then your router should be able to provide the IP addresses of your DNS servers to the client machine (your PC), you will need to ensure that you have specified your ISP's DNS in your router's configuration. If you have a really shit router, or your PC has a static IP address, you will need to edit /etc/resolv.conf yourself, and add your ISP's nameservers like so:
Code:nameserver 194.168.4.100
nameserver 194.168.8.100

No comments: