Greetings Again All,
Reporting back after attempting all solutions from everyone. Went back to Network Center and started from scratch. Green check mark in lower right tray. Wireless up, no Internet. Here are some commands that hopefully someone can troubleshoot:
[donald@localhost ~]$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:15:58:0B:1F:4C
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:16
eth1 Link encap:Ethernet HWaddr 00:16:6F:89:8F:34
inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST ALLMULTI MULTICAST MTU:1499 Metric:1
RX packets:143 errors:64 dropped:68 overruns:0 frame:0
TX packets:118 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:24151 (23.5 KiB) TX bytes:19070 (18.6 KiB)
Interrupt:21 Base address:0x4000 Memory:b4002000-b4002fff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1090 errors:0 dropped:0 overruns:0 frame:0
TX packets:1090 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:99196 (96.8 KiB) TX bytes:99196 (96.8 KiB)
[donald@localhost ~]$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 1004 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.2.1 0.0.0.0 UG 35 0 0 eth1
[donald@localhost ~]$ netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.2.0 * 255.255.255.0 U 0 0 0 eth1
link-local * 255.255.0.0 U 0 0 0 eth1
loopback * 255.0.0.0 U 0 0 0 lo
default linux.local 0.0.0.0 UG 0 0 0 eth1
[donald@localhost ~]$ hostname
localhost.localdomain
[donald@localhost ~]$ ping
www.google.comping: unknown host
www.google.com[This is the Belkin Router Test]
[donald@localhost ~]$ ping 192.168.2.1
PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
64 bytes from 192.168.2.1: icmp_req=1 ttl=64 time=0.043 ms
64 bytes from 192.168.2.1: icmp_req=2 ttl=64 time=0.044 ms
64 bytes from 192.168.2.1: icmp_req=3 ttl=64 time=0.057 ms
64 bytes from 192.168.2.1: icmp_req=4 ttl=64 time=0.046 ms
64 bytes from 192.168.2.1: icmp_req=5 ttl=64 time=0.041 ms
64 bytes from 192.168.2.1: icmp_req=6 ttl=64 time=0.041 ms
--- 192.168.2.1 ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 4999ms
rtt min/avg/max/mdev = 0.041/0.045/0.057/0.007 ms
It seems the destination address of 192.168.2.0 is wrong maybe, shouldn't it be ...1 ?
Any help appreciated.

Donald