Kali/IPv6
From charlesreid1
Contents
disable ipv6
temporarily
sysctl -w net.ipv6.conf.all.disable_ipv6=1 sysctl -w net.ipv6.conf.default.disable_ipv6=1 sysctl -w net.ipv6.conf.lo.disable_ipv6=1
permanently
echo "net.ipv6.conf.all.disable_ipv6=1" >> /etc/sysctl.conf echo "net.ipv6.conf.default.disable_ipv6=1" >> /etc/sysctl.conf echo "net.ipv6.conf.lo.disable_ipv6=1" >> /etc/sysctl.conf
enable ipv6
temporarily
sysctl -w net.ipv6.conf.all.disable_ipv6=0 sysctl -w net.ipv6.conf.default.disable_ipv6=0
permanently
Edit /etc/sysctl.conf and remove the lines that disabled IPv6.
flags
|   Networking pages and notes about computer networks. 
 Man in the Middle attack vectors on wired networks: Man in the Middle/Wired Packet analysis with Wireshark: Wireshark Packet Analysis Linux networking: Linux/Networking 
 Using Aircrack: Aircrack Many Ways to Crack a Wifi: Cracking Wifi 
 Linux/Networking · Linux/SSH · Linux/File Server 
 Notes on OpenVPN: OpenVPN Setting Up a Static Key VPN: OpenVPN/Static Key 
 Domain Name Servers: DNS · Linux/DNS IP Version 6: IPv6 
 Wireshark · SSH · Stunnel · Tor · Ettercap · Aircrack · Tcpdump 
 Tunnels · HTTP and HTTPS · SSH Tunnels · Linux/SSH 
  |