jayseye wrote:You're welcome fraserp, and thanks for testing and posting your results. They indicate that DNS is indeed the issue.
No, it's not. Watch his last test:
ping 8.8.8.8 did not return any answers, but actually it should return something. To verify try to ping some more IPs:
ping 8.8.8.8ping 95.156.208.97 (I'm the admin of this one and I know it always responds to ping requests)
ping 149.20.4.69However it's a good idea to check your DNS settings:
1. Connect with pppoe-start
2. Check if ppp0 is there:
ifconfig ppp03. Check if /etc/resolv.conf is a link to /etc/ppp/resolv.conf:
ls -l /etc/resolv.conf4. If it is a link, post the output of
cat /etc/ppp/resolv.conf. If it is no link, please post the output of
cat /etc/ppp/resolv.conf, too.
On one of the last posts you've said:
- Code: Select all
bash-4.1$ cat /etc/resolv.conf
# Generated by dhcpcd from eth0
# /etc/resolv.conf.head can replace this line
domain no-domain-set.aliantno-domain-set.aliant
nameserver 192.168.2.1
# /etc/resolv.conf.tail can replace this line
That's strange. It seems you are using a DHCP server, that run's on some kind of router and I guess here is your problem:
Why are you trying to use a DSL modem if you have a router?
Why doesn't the router provide an internet connection?
Please also post the output of
route -n