I can mount my remote server home using:
mount servername:/home /mnt/home
but this only lasts until reboot.
I added the following the the end of /etc/fstab:
servername:/home /mnt/home
but I get an error while restarting saying mount failed. I opened the (recovery?) console as suggested by the error message, there I could see the server is not recognized. I also tried pinging its IP but it was unreachable. Perhaps this is because we're using a proxy?
So, what can I do to mount this location permanently?