You can run
Code:
ifconfig <iface> 192.168.10.54 up
Of course you should use for <iface> the name of your interface (e.g. dmfe0) and you have to do it locally, otherwise you risk to lock yourself out.
You might also need to re-add your gateway:
Code:
route add default x.x.x.x
Regards