Disabling IPv6 in Linux Permanently #linux #linuxnetworking
Add these three lines on /etc/sysctl.conf –
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
followed by the command ‘sudo sysctl -p’ to disable the ipv6 permanently.
#Networking #LinuxNetworking #TCPIP #Subnetting #ipaddress
#LinuxAdministration #Routing #DNS #DHCP #IPTables #LAN #WAN #Ubuntu #server
Views : 87
ipv6