Files
compulab-networking-init/compulab-networking-init.sh
2021-10-07 10:20:20 -05:00

14 lines
300 B
Bash

# 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