Hello,
I've just installed Xubuntu 11.10 on a new PC without any issue, then I have configured the network, but dns resolution apparently doesn't work. Here's what I did:
1) Uninstalled network-manager to prevent it from putting its nose into the manual configuration:
Code:
apt-get remove network-manager network-manager-pptp
2) edited /etc/network/interfaces to get:
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.31.150
netmask 255.255.255.0
gateway cerbere
This seems to work so far because I can at this point ping both my file server and my gateway.
3) Edited /etc/environment to add:
Code:
http_proxy="http://{my.proxy.address}:8080/"
ftp_proxy="ftp://{my.proxy.address}:8080/"
https_proxy="https://{my.proxy.address}:8080/"
4) Edited /etc/resolv.conf to get:
Code:
nameserver 1.2.3.4 5.6.7.8
(with actual triple checked DNS IPs, obviously
)
Then, when I try to access Internet, I get an error message explaining the name of my proxy is unknown. Similarly, when trying to use:
it fails, saying that something unexpected happened while trying to find my proxy because no address was associated with it. Looks like a DNS issue to me (or a proxy one, but other computers on the same network do access Internet and repository).
I guess it may be a simple problem, but I just don't see it right now, so I would be grateful for any hint you could have. By the way, it's the configuration I've been using with (Gnome)Ubuntu 10.04. for more than a year now, so I wonder if something just changed between versions regarding basic network configuration. 
Thank you. 
(And happy new year!
)
Bookmarks