changed ip to prevent collisions

This commit is contained in:
Patrick 2024-11-18 21:25:26 +01:00
parent 405730f3db
commit e12ef554d4
2 changed files with 6 additions and 6 deletions

View file

@ -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