How to configure IPv6 on OVH AlmaLinux 8 server
First, find the network interface used by the server with ip a command. [root@15-204-47-122 ~]# ip a 1: lo: mtu 65536 qdisc…
First, find the network interface used by the server with ip a command. [root@15-204-47-122 ~]# ip a 1: lo: mtu 65536 qdisc…
To disable IPv6, edit vi /etc/sysctl.conf Add following net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 run sysctl -p IPv6 config…