Hi Jim,
Don't worry, VI is acceptable as an editor but my Debian package also provides NANO.
Then, I found out I had made a stupid mistake; the nameservers are not on 192 but 195
So, it looks like this now:
sheevaplug-debian:~# cat /etc/resolv.conf
nameserver 195.121.1.34
nameserver 195.121.1.66
sheevaplug-debian:~# ping 195.121.1.34
PING 195.121.1.34 (195.121.1.34) 56(84) bytes of data.
64 bytes from 195.121.1.34: icmp_seq=1 ttl=123 time=19.3 ms
64 bytes from 195.121.1.34: icmp_seq=2 ttl=123 time=19.6 ms
64 bytes from 195.121.1.34: icmp_seq=3 ttl=123 time=19.2 ms
^C
sheevaplug-debian:~# ping 195.121.1.66
PING 195.121.1.66 (195.121.1.66) 56(84) bytes of data.
64 bytes from 195.121.1.66: icmp_seq=1 ttl=123 time=20.7 ms
64 bytes from 195.121.1.66: icmp_seq=2 ttl=123 time=19.3 ms
^C
but the results for apt-get update are still the same:
sheevaplug-debian:~# apt-get update
Ign
http://10.82.108.51 binary/ Release.gpg
Ign
http://10.82.108.51 binary/ Translation-en_US
Ign
http://10.82.108.51 binary/ Release
Ign
http://10.82.108.51 binary/ Packages/DiffIndex
Ign
http://10.82.108.51 binary/ Packages
Err
http://10.82.108.51 binary/ Packages
302 Found
11% [Connecting to ftp.us.debian.org] [Connecting to http.us.debian.org] [Connecting to seErr
http://security.debian.org lenny/updates Release.gpg
Temporary failure resolving 'security.debian.org'
....etc....
W: Failed to fetch
http://10.82.108.51/kedars/sheevaplug_wifi/builds/packages/binary/Packages 302 Found
W: Some index files failed to download, they have been ignored, or old ones used instead.
W: You may want to run apt-get update to correct these problems
Thanks, Peter