Try to ping it if you know it will have the same ip address. Or if you have access to the local network, you could use nmap to do an automated ping sweep on all ip's to see if it was assigned an address that you weren't expecting.
Code:
sudo apt-get install nmap
Code:
sudo nmap -sP 192.168.1.*
or if your network uses 10.x.x.x addresses replace with 10.0.0.*
You might also be able to get your dhcp server (probably the router) to re-assign dhcp addresses that might force the server to re-connect to the network.