add actual pgp key for fastd ( puppet apply will fail without ) apt-key adv --recv-keys --keyserver keys.gnupg.net 16EF3F64CB201D9C
cd /opt
git clone https://github.com/freifunk-nordheide/nordheide-puppet-config
cd nordheide-puppet-config
echo 'secret "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";' > /root/fastd_secret.key
cp gw00.pp /root/gw00.pp
and adapt all needed settings to the new gateway ( eg vpn user and password )
sh pre-puppet.sh
puppet apply --verbose /root/gw0n.pp
sh post-puppet.sh
build-firewall
service openvpn restart
nano /etc/ffnord
maintenance off
check-gateway
adduser newuser
adduser newuser sudo
reboot