Hi Experts,
I have a project requirement which says I have to disable iPv6 on the Linux VMs. So far so good but Azure does not recognize this.
I´m using this steps:
- Open a terminal window
- Change to the root user
- Issue the command sysctl -w net.ipv6.conf.all.disable_ipv6=1
- Issue the command sysctl -w net.ipv6.conf.default.disable_ipv6=1
Greetings