[add] support files

This commit is contained in:
Andy Bunce 2021-11-14 12:00:12 +00:00
parent 7c5c0b242e
commit 075b9fca9e
4 changed files with 87 additions and 20 deletions

5
pihole/pi-vlan.sh Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
ip link add macvlan-shim link eth0 type macvlan mode bridge
ip addr add 192.168.1.60/28 dev macvlan-shim
ip link set macvlan-shim up
ifconfig macvlan-shim