I need help changing my IP to dynamic or confirming that my is IP to dynamic because I may have set it to static when I installed PiVPN.
/etc/network/interfaces is basically empty
I need help changing my IP to dynamic or confirming that my is IP to dynamic because I may have set it to static when I installed PiVPN.
/etc/network/interfaces is basically empty
$ sudo raspi-config
This command is to confirm you real IP address. If the IP changed in period of time, normally, it is regarded as not static IP.
curl -s http://ipv4.icanhazip.com
You mention you use a VPN service. If the VPN successfully run up, you are able to use the above command to check the IP address.
/etc/dhcpd.conf
not theinterfaces
file. This is a very good explanation. – mintyfreshpenguin Nov 03 '17 at 14:00