Create compulab-networking-init.sh
This commit is contained in:
14
compulab-networking-init.sh
Normal file
14
compulab-networking-init.sh
Normal 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
|
||||
Reference in New Issue
Block a user