I am a newbie to Linux, so please explain things in detail and keep it as
simple as possible.
I am running Redhat Linux 5.0, I've successfully installed X-windows, and
setup a small network for my learning purposes. I can ping my remote
machine and can even telnet from my remote to my server with no problem as
long as I am not connected to my ISP.
But when I attempt to make my internet connection via the ppp0 device I
connect to my ISP with no problem, but when I attempt to ping any internet
host; the ping command errors out and gives me an error message "can't
locate XXXX.com" I also cannot ping anything on my local network. If I
deactivate the device eth0; I can ping other internet hosts.
I know the problem has something to do with the nameserver, but can't
figure it out. I've tried rearranging things in my "resolv.conf" and
"host" files but nothing seems to work. PS I've read all the HOW TO's and
FAQ's please don't refer me to those.
Listed below are samples of my network configuration files:
"host" file
127.0.0.1 localhost localhost.localdomain
190.190.190.1 sky.dark myserver
190.190.190.2 meremote myremote
"resolv.conf
search .
nameserver xxx.xxx.xxx.xx
My hostname is: sky.dark
IP Address for Server eth0: 190.190.190.1
My ISP's Nameserver is: xxx.xxx.xxx.xx
Thanks In Advance.