Thanks for the reply much appreciated. Ok these are the answers I can give to your questions.
Do you need to configure any proxy? No I don't use a proxy, my computers a wired to a router which also acts as a DHCP server, correctly assigning addresses.
What happens when you run 'ping
www.google.com'?
I receive the ping packets happily from
www.google.com
What do you have in /etc/resolv.conf? This is what is contained in resolf.conf
### BEGIN INFO
#
# Modified_by: dhcpcd
# Backup: /etc/resolv.conf.saved.by.dhcpcd.eth0
# Process: dhcpcd
# Process_id: 6043
# Script: /sbin/modify_resolvconf
# Saveto:
# Info: This is a temporary resolv.conf created by service dhcpcd.
# The previous file has been saved and will be restored later.
#
# If you don't like your resolv.conf to be changed, you
# can set MODIFY_{RESOLV,NAMED}_CONF_DYNAMICALLY=no. This
# variables are placed in /etc/sysconfig/network/config.
#
# You can also configure service dhcpcd not to modify it.
#
# If you don't like dhcpcd to change your nameserver
# settings
# then either set DHCLIENT_MODIFY_RESOLV_CONF=no
# in /etc/sysconfig/network/dhcp, or
# set MODIFY_RESOLV_CONF_DYNAMICALLY=no in
# /etc/sysconfig/network/config or (manually) use dhcpcd
# with -R. If you only want to keep your searchlist, set
# DHCLIENT_KEEP_SEARCHLIST=yes in /etc/sysconfig/network/dhcp or
# (manually) use the -K option.
#
### END INFO
nameserver 192.168.1.1
What is the output of 'route'?
I'm not really how to complete this in Linux....still learning!
What is the output of 'ifconfig'?
Does the lynx browser work?
How do i run lynx from the command line, what command is needed?
What happens when you run 'telnet
www.google.com 80' and type 'GET / HTTP/1.0<enter><enter>'?
Now this is a strange result!
paul@linux:~> telnet
www.google.com 80
Trying 1.0.0.0...
telnet: connect to address 1.0.0.0: Network is unreachable
Why is it trying 1.0.0.0... ?
Any more help would be so grateful, its just weird that Konqueror can browse the internet fine!!