changed ip to prevent collisions
This commit is contained in:
parent
405730f3db
commit
e12ef554d4
2 changed files with 6 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
config="auto $1
|
||||
iface $1 inet static
|
||||
address 192.168.1.1
|
||||
address 192.168.16.1
|
||||
netmask 255.255.255.0
|
||||
gateway 192.168.1.0"
|
||||
gateway 192.168.16.0"
|
||||
|
||||
echo -e "$config" | sudo tee /etc/network/interfaces.d/network >/dev/null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue