X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-firewall.adoc;h=fc74a92e5c110cd36b0027ae430f7810d0e9cbc3;hp=19d9766e8a8e0cf918e79e7397553c0789f26176;hb=083adc34fd184d167931aee00a48f1fd79848d93;hpb=e300cf7dabefee4420ff2be46bf64d0c38a52d8a;ds=sidebyside diff --git a/pve-firewall.adoc b/pve-firewall.adoc index 19d9766..fc74a92 100644 --- a/pve-firewall.adoc +++ b/pve-firewall.adoc @@ -475,10 +475,11 @@ set it for the `default` interface configuration and enabling it explicitly on the interfaces which need it. This is also the case for other settings such as `forwarding`, `accept_ra` or `autoconf`. + Here's a possible setup: ----- -# /etc/sysconf.d/90-ipv6.conf +.File `/etc/sysconf.d/90-ipv6.conf` +---- net.ipv6.conf.default.forwarding = 0 net.ipv6.conf.default.proxy_ndp = 0 net.ipv6.conf.default.autoconf = 0 @@ -488,8 +489,8 @@ net.ipv6.conf.default.accept_ra = 0 net.ipv6.conf.lo.disable_ipv6 = 0 ---- +.File `/etc/network/interfaces` ---- -# /etc/network/interfaces (...) # Dual stack: iface vmbr0 inet static