Node Servers update Dec 2020: Difference between revisions

From WLPS Wiki
Jump to navigation Jump to search
(Created page with "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...")
 
mNo edit summary
Line 4: Line 4:
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.
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/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/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' /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/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/iax.conf
sudo sed -i 's/allstarlink.org/pttlink.org/g' /etc/asterisk/extensions.conf
sudo sed -i 's/allstarlink.org/pttlink.org/g' /etc/asterisk/extensions.conf
sudo service asterisk restart
sudo service asterisk restart
#sudo reboot
#sudo reboot

Revision as of 04:46, 31 December 2020

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