Create compulab-networking-init.sh

This commit is contained in:
Nico Melone
2021-10-07 10:20:20 -05:00
parent 561573ecce
commit 6b85688950

View File

@@ -0,0 +1,14 @@
# Setup routing and firewall for a new Compulab based edge device
#install software
sudo apt-get install isc-dhcp-server -y
sudo apt-get install bind9 -y
#setup cell connection
nmcli connection add type gsm ifname '*' con-name CellularCon apn 11166.mcs
#setup interfaces
#setup ip tables
#setup