eth0 Link encap:Ethernet HWaddr 00:05:5D:47

4:5E
inet addr:192.168.1.95 Bcast:192.168.1.255 Mask:255.255.255.0
The rest omited as nothing important other the "lo".
More telling is that route -n lists extra addresses
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 0.0.0.0 192.168.1.251 UG 0 0 0 eth0
Don't know where the 169.254.0.0 and 0.0.0.0 came from. Guess I need to get rid of these (any idea how?), they don't show up on the RH networking wizard.
Trev.