mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 03:00:09 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6ab2e2b4c6
commit
943a6149b9
@ -19,7 +19,7 @@ iface wan inet static
|
||||
hostname $(hostname)
|
||||
|
||||
auto br0
|
||||
iface br0 inet stattic
|
||||
iface br0 inet static
|
||||
pre-up echo 1 > /proc/sys/net/ipv4/ip_forward
|
||||
pre-up brctl addbr br0
|
||||
|
||||
|
||||
0
wireguard/assets/etc/network/.pve-ignore.interfaces
Normal file
0
wireguard/assets/etc/network/.pve-ignore.interfaces
Normal file
18
wireguard/assets/etc/network/interfaces
Normal file
18
wireguard/assets/etc/network/interfaces
Normal file
@ -0,0 +1,18 @@
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
iface lo inet6 loopback
|
||||
|
||||
auto admin
|
||||
iface admin inet dhcp
|
||||
hostname $(hostname)
|
||||
|
||||
auto lan
|
||||
iface lan inet dhcp
|
||||
hostname $(hostname)
|
||||
|
||||
auto wg0
|
||||
iface wg0 inet static
|
||||
pre-up echo 1 > /proc/sys/net/ipv4/ip_forward
|
||||
pre-up wg-quick up wg0
|
||||
hostname $(hostname)
|
||||
post-down wg-quick down wg0
|
||||
Loading…
x
Reference in New Issue
Block a user