proxmox-ve/template/Debian.md

8 lines
162 B
Markdown
Raw Normal View History

2024-10-15 14:53:35 +00:00
# Debian Einstellungen
### IPv6 abschalten:
```
echo net.ipv6.conf.default.disable_ipv6=1 >> /etc/sysctl.conf
sysctl -w net.ipv6.conf.default.disable_ipv6=1
```