This has me stumped. I am connected to a college network, which requires me to have my MAC registered (Done, windows works fine).
So, when I boot to Ubuntu, I try to access a page in Chromium, and I get an Error 102(net::ERR_CONNECTION_REFUSED): Unknown error.
Firefox fails too.
Resolve.conf has several servers, all of which I can successfully ping, and I can ping digg.com and google.com using their names.
Also, there is constant network activity, but I can't tell what process/ports are downloading and uploading. (netstat -tupl didn't seem to show anything)
I don't have any network managers installed (for w/e reason).
Update: I randomly tried to update my system, and it of course failed, but I read the text.
The error states that: failed to fetch package blah blah at IP ADDRESS: 192.168.0.1:80 (connection refused).
Obviously, the ip addr of canonical is not 192... but I don't have a router between me and the internet now (I used dhclient to update my settings) so what is rerouting all my http requests to 192.168.0.1?
Using wicd, setting a static ip, dns, and gateway still results in all http traffic getting redirected to 192.168.0.1:80, using ip route show | grep default | awk '{ print $3 }' shows a different ip than 192.168.0.1.

ipconfigandnetstat -rn– Josh Oct 28 '09 at 22:23