14 lines
300 B
Bash
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 |