fixed?
This commit is contained in:
parent
6db63e14c1
commit
c10169e694
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
config="auto $1
|
||||
iface $1 inet static
|
||||
address 192.168.16.1
|
||||
netmask 255.255.255.0"
|
||||
netmask 255.255.255.0
|
||||
dns-nameservers 192.168.16.1"
|
||||
|
||||
echo -e "$config" | sudo tee /etc/network/interfaces.d/network >/dev/null
|
||||
|
||||
|
|
Loading…
Reference in a new issue