Sorry Paul i have done a mistake iface for both is br0 and not 0Hi Paul, this server is offline now so i can't copy and paste the output of ifconfig -a what do you need to know? this is what i see with netstat -rn
Kernel ip routing table destination gateway genmark flag mss windows irtt iface 213.199.xxx.xxx * 255.255.255.248 U 0 0 0 0 169.254.0.0 * 255.255.0.0 U 0 0 0 0
The server does not know which interface to use for packets to send to the 213.199.xxx.xxx/29 (or in fact, anywhere else) according to this routing table. Things might look different though when the server is online. The route should be specifying an interface of br0 I think.
Paul.
OK, so what's the output of:
# ifconfig br0
What IP addresses are you trying to connect to? You can only reach those in 213.199.xxx.xxx/29 as it stands as there's no default route.
Paul.