Personally after experiencing 100% success with the apt-get repo i use it now instead of the iso installation.

Here are the commands i use for installation on Debian 9 installation.

Allstarlink installation instructions

cd /tmp
wget https://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/install-repository
chmod +x install-repository
./install-repository

apt-get install linux-headers-`uname -r` -y

apt-get update
apt-get install allstarlink -y

You can find this information here. https://wiki.allstarlink.org/wiki/ASL_FAQ

I also install a few other things like this..

apt-get update
apt-get upgrade
apt-get install ufw htop fail2ban

ufw allow ssh
ufw allow 4569/udp  (Asterisk IAX Port)
ufw allow 5038/tcp  (Asterisk Web hook Control Port Only open this up if you have to prefer ip allow only.)
ufw allow 5198/udp  (Echolink UDP Port)
ufw allow 5199/udp  (ECholink UDP Port)
ufw allow 5200/tcp  (Echolink TCP Port)

ufw allow from 10.10.10.223

ufw deny from 10.10.10.224


htop is a very useful command line tool to allow ease of killing tasks if needed. After installation just type htop in terminal.



On 9/17/2018 12:25 PM, John Griffith wrote:
Greetings!

Are we close to having an image for PC's yet?

John Griffith, N7OKN


_______________________________________________
App_rpt-users mailing list
App_rpt-users@lists.allstarlink.org
http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.