BTS commissioning: Add script for network/interfaces

Read this script before running it!
This commit is contained in:
Keith Whyte 2020-09-09 00:52:37 +02:00
parent a5e853a415
commit f900041f67
2 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1,9 @@
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address _IP_
netmask 255.255.255.0
gateway 172.16.0.1