I guess this is my week to blow up ML with new posts.
So I moved a few ancient remaining customers from my Vultr account to their own, something I have been meaning to do for a year and and half now. The process involved taking a snapshot, requesting vultr to move the snapshot from both accounts and then restoring the snapshot.
Since you lose the IP address this way, we planned a cutover and updated the phones during lunch. Everything went fine except that everytime you reboot FreePBX (for updates etc) it comes online with no ip address.
I assumed this is because I had configured FreePBX for a static IP in System Admin, so I jumped on Putty and ran this from root...
sudo dhclient eth1 -v
And it immediately grabbed its new ip address again. I try to update the network settings in system admin to configuer the static IP, or even to permanently use DHCP, and upon saving it just reverts back to its original setting. So whenever the instance is rebooted it comes back up with no ip stack and I have to run the 'sudo dhclient' again from root to get it working.
This is happening on all 3 customers machines after the migration. I was about to move them to Fusion or Genband but upon reading a little more about FreePBX I thought it would be handy to keep at least one of them on this so I dont fall behind. The updates are honestly my biggest gripe. I think all three of them have errors or are "dorked" in some way with updates. So once I fix the IP Stack issue I am going to start working through cleaning that up and upgrading them to FreePBX 14 with Asterisk 15.
Anyone ever have an issue like this?