Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 182191

disabel IPv6 Ubuntu 22.0 Cloud Image

$
0
0
Hi,

i tried following without succes:

1.
Code:
nano /etc/sysctl.d/99-sysctl.conf

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

2.
Code:
sudo nano /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash ipv6.disable=1"

sudo update-grub

3.
Code:
write_files:
  - path: /etc/sysctl.d/10-disable-ipv6.conf
    permissions: 0644
    owner: root
    content: |
      net.ipv6.conf.eth0.disable_ipv6 = 1
runcmd:
  - systemctl restart...

Read more

Viewing all articles
Browse latest Browse all 182191

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>