[add] support files
This commit is contained in:
parent
7c5c0b242e
commit
075b9fca9e
4 changed files with 87 additions and 20 deletions
5
pihole/pi-vlan.sh
Normal file
5
pihole/pi-vlan.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue