Since DHCP fails (because it keeps trying the same IP as our other pc) I have followed this guide http://www.cyberciti.biz/faq/setting-up ... aces-file/ and I think I should have something like this...
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.15
network 192.168.1.0
netmask 255.255.255.0
gateway 192.168.1.1
This lets me access my other computer over the network and the router it self, but not the internet. Here is a list of what I can and can't do :/
I can...
Ping websites
Trace Routes to websites (tracert under windows?)
access router
access network
I can not...
browse internet
download packages
download updates
I have tried defining correct settings using the GUI Network configure thing but defining a manual IP there doesn't even give access to the network (even though it says it is connected o_o) or anything which is why I am trying the manual approach.
edit: I am connected using a Ethernet card and a Ethernet cable connecting my card to the router which is connected to the wall.
Ubuntu 8.10 Internet help?
Moderator: General Mods
Ubuntu 8.10 Internet help?
Core i7 920 @ 2.66GHZ | ASUS P6T Motherboard | 8GB DDR3 1600 RAM | Gigabyte Geforce 760 4GB | Windows 10 Pro x64
-
- Regular
- Posts: 317
- Joined: Tue Sep 14, 2004 12:48 am
- Location: In a small padded white room
- Contact:
You need DNS information.
Look in the /etc/resolv.conf file. It should have a line
nameserver 192.168.1.1
If it doesn't, then it can't look up names, which means no internet. You can add the line anywhere in the file.
If you ever switch dhcp back on, the dhcp server will likely overwrite this information. There is an option to tell it not to do this, but it's not springing to mind.
Look in the /etc/resolv.conf file. It should have a line
nameserver 192.168.1.1
If it doesn't, then it can't look up names, which means no internet. You can add the line anywhere in the file.
If you ever switch dhcp back on, the dhcp server will likely overwrite this information. There is an option to tell it not to do this, but it's not springing to mind.
http://jdrrant.blogspot.com/ - CODEpendent Blog
http://games.technoplaza.net/ - Emulation Goodies
http://games.technoplaza.net/ - Emulation Goodies