Hi, It does not worry me or effect using the net - but just inquiring why - are the IP's from 'ifconfig' and 'netstat -nr' different.
ifconfig
inet addr:203.45.135.80 Bcast:255.255.255.255 Mask:255.255.252.0
netstat -nr
[david@reddwarf david]$ sudo netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
203.45.132.0 0.0.0.0 255.255.252.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth2
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 203.45.132.1 0.0.0.0 UG 0 0 0 eth1
Thanks david