Node Servers update Dec 2020

From WLPS Wiki
Revision as of 19:49, 1 January 2021 by Wodie (talk | contribs) (Wodie moved page Node Servers fix to Node Servers update Dec 2020)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Allstarlink Board Breaks DNS The allstarlink Board of Directors has broken DNS for allstarlink.org once again. The Admin Team has migrated all services off allstarlink.org to 'pttlink.org'. Unfortunately for the users of allstarlink this means they will need to update their configurations.

Users of allstarlink should update their nodes to use pttlink.org in all the configuration files. The commands below when run from the command prompt will update all references to pttlink.org. The reboot command is optional, but we encourage it for good measure.

sudo sed -i 's/allstarlink.org/pttlink.org/g' /usr/local/bin/rc.updatenodelist
sudo sed -i 's/allstarlink.org/pttlink.org/g' /usr/local/bin/NodeNameUpdate.sh
sudo sed -i 's/allstarlink.org/pttlink.org/g' /usr/local/bin/NodeUpdate.sh
sudo sed -i 's/allstarlink.org/pttlink.org/g' /etc/asterisk/rpt.conf
sudo sed -i 's/allstarlink.org/pttlink.org/g' /etc/asterisk/iax.conf
sudo sed -i 's/allstarlink.org/pttlink.org/g' /etc/asterisk/extensions.conf
sudo service asterisk restart
#sudo reboot