EDIT: I figured out that its a problem with my hardware, not the IP configuration. So this thread isn't a waste of webspace, I'll change the question, but will leave the original thread at the bottom just in case anyone can learn from it.
QUESTION: Does it matter what DNS server I use? For example, if I enter 8.8.8.8, it seems to work. Would another DNS server work just as well?
ORIGINAL THREAD:
Heres what I tried:
but it doesn't work. It tells me I'm connected to the wired network, but I can't access any websites, I can't even access local IPs on the LAN. 192.168.1.33 is available, 255.255.255.0 is the correct netmask and 192.168.1.1 is my routers IP, so the only thing I'm unsure of is the DNS. I used 8.8.8.8 which I believe is googles DNS.
If the DNS is incorrect, that would mean I can't access websites, but I should still be able to access my router shouldn't I? I tried to figure out what DNS is used when I let the DHCP server do everything for me, but I don't know how. I tried this:
horse@box:~$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
search localdomain
but 127.0.1.1 obviously isn't a DNS server. If I'm not mistaken, DNS just turns domain names into IPs though, so I should be able to access websites by directing my browser to their IP, but thats not working.
BTW I'm on Ubuntu