またかと思われるかも知れませんが、
どうか聞いて下さい。

この板の教え通り、以下の設定をしました。

interface Ethernet0
ip address dhcp client-id Ethernet0
ip nat outside
interface FastEthernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip nat inside source list 1 interface Ethernet0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0

幸い、グローバルipアドレスを取得できたのですが、
pcからwebが見れなくて、
ルータからwww.yahoo.co.jpに
ping打ったんですが不可でした。

Router#ping www.yahoo.co.jp
Translating "www.yahoo.co.jp"...domain server (255.255.255.255) [OK]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 211.14.15.5, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

なにか他に設定が必要なのでしょうか?
どなたか教えて下さい。