Ubuntu 8.10 Internet help?

Place to talk about all that new hardware and decaying software you have.

Moderator: General Mods

Post Reply
franpa
Gecko snack
Posts: 2374
Joined: Sun Aug 21, 2005 11:06 am
Location: Australia, QLD
Contact:

Ubuntu 8.10 Internet help?

Post by franpa »

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.
Core i7 920 @ 2.66GHZ | ASUS P6T Motherboard | 8GB DDR3 1600 RAM | Gigabyte Geforce 760 4GB | Windows 10 Pro x64
funkyass
"God"
Posts: 1128
Joined: Tue Jul 27, 2004 11:24 pm

Post by funkyass »

it should not be getting an ip address identical to others, there is something up with your DHCP server on your router.

that being said, has it ever occured to you to wonder where its getting the DNS info from?
Does [Kevin] Smith masturbate with steel wool too?

- Yes, but don’t change the subject.
odditude
Official tech support dood
Posts: 2122
Joined: Wed Jan 25, 2006 7:57 am

Post by odditude »

when was the last time you rebooted/reset your router? it sounds like it needs it if the dhcp server is doing retarded things.
Why yes, my shift key *IS* broken.
franpa
Gecko snack
Posts: 2374
Joined: Sun Aug 21, 2005 11:06 am
Location: Australia, QLD
Contact:

Post by franpa »

The router is switched off every night, I have tried manually configuring the routers DNS settings. The router and internet/network work fine under Windows XP and Vista which is odd...
Core i7 920 @ 2.66GHZ | ASUS P6T Motherboard | 8GB DDR3 1600 RAM | Gigabyte Geforce 760 4GB | Windows 10 Pro x64
jdratlif
Regular
Posts: 317
Joined: Tue Sep 14, 2004 12:48 am
Location: In a small padded white room
Contact:

Post by jdratlif »

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.
http://jdrrant.blogspot.com/ - CODEpendent Blog
http://games.technoplaza.net/ - Emulation Goodies
franpa
Gecko snack
Posts: 2374
Joined: Sun Aug 21, 2005 11:06 am
Location: Australia, QLD
Contact:

Post by franpa »

jdratlif, thanks!!! works great now :)
Core i7 920 @ 2.66GHZ | ASUS P6T Motherboard | 8GB DDR3 1600 RAM | Gigabyte Geforce 760 4GB | Windows 10 Pro x64
Post Reply