Hi,
i tried following without succes:
1.
2.
3.
4. tried to use nmcli but i probably lacking of knowledge here as well.
5. Other things i can´t remember
If anybody could help me out here would be lovely, cause im starting to questioning my life.
LG
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 systemd-sysctl
4. tried to use nmcli but i probably lacking of knowledge here as well.
5. Other things i can´t remember
If anybody could help me out here would be lovely, cause im starting to questioning my life.
LG