For some reason my autossh job is failing to set up the reverse tunnel so I can find and connect to my Pi when the Pi is roaming. Until I figure out why that is happening, I wrote this bash script which will upload the wifi interface’s current IP address to a remote server. 1 2 3 4 #!/bin/bash echo… Read more →
Tag: ifconfig
The loopback interface is very important
This is more of a note to remind me how to fix it next time, but it could come in handy for others in the same situation. I restarted my virtual private server this morning, and after it came back up I noticed none of the websites would load. The server runs Varnish as a front end to all the… Read more →