diff --git a/compulab-networking-init.sh b/compulab-networking-init.sh new file mode 100644 index 0000000..d102df0 --- /dev/null +++ b/compulab-networking-init.sh @@ -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 \ No newline at end of file