<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FIPv6</id>
	<title>Linux/IPv6 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FIPv6"/>
	<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Linux/IPv6&amp;action=history"/>
	<updated>2026-06-26T10:46:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://k2.ixota.com/index.php?title=Linux/IPv6&amp;diff=5969&amp;oldid=prev</id>
		<title>Kenneth: /* Enable IPV6 */</title>
		<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Linux/IPv6&amp;diff=5969&amp;oldid=prev"/>
		<updated>2021-06-21T20:16:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Enable IPV6&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Basics ==&lt;br /&gt;
&lt;br /&gt;
 ip -6 addr show&lt;br /&gt;
 ifconfig&lt;br /&gt;
&lt;br /&gt;
 netstat -A inet6 -rn&lt;br /&gt;
&lt;br /&gt;
 ip -6 route show&lt;br /&gt;
 route -6&lt;br /&gt;
&lt;br /&gt;
 ping6 -c 3 ::1&lt;br /&gt;
&lt;br /&gt;
 traceroute6 google.com&lt;br /&gt;
&lt;br /&gt;
 tracepath6 ::1&lt;br /&gt;
&lt;br /&gt;
 tcpdump -t -n -i eth0 -s 512 -vv ip6 or proto ipv6&lt;br /&gt;
&lt;br /&gt;
 host -t AAAA google.com&lt;br /&gt;
&lt;br /&gt;
 dig google.com AAAA&lt;br /&gt;
&lt;br /&gt;
 wget -6 http://ipv6.oeey.com&lt;br /&gt;
 curl -6  http://ipv6.oeey.com&lt;br /&gt;
&lt;br /&gt;
IPv6 DNS Lookup:&lt;br /&gt;
 dig AAAA ipv6.google.com  # 2607:f8b0:4005:800::100e&lt;br /&gt;
&lt;br /&gt;
IPv6 Reverse DNS Lookup:&lt;br /&gt;
 dig -x 2607:f8b0:4005:800::100e&lt;br /&gt;
&lt;br /&gt;
 # similar to arp with ipv4&lt;br /&gt;
 ip -6 neigh&lt;br /&gt;
 ip neigh&lt;br /&gt;
&lt;br /&gt;
Ref:&lt;br /&gt;
* Displaying existing IPv6 routes - http://mirrors.deepspace6.net/Linux+IPv6-HOWTO/x1144.html&lt;br /&gt;
&lt;br /&gt;
== dhclient ==&lt;br /&gt;
&lt;br /&gt;
Request IPv6 address:&lt;br /&gt;
 dhclient -6 -d eth0&lt;br /&gt;
&lt;br /&gt;
Release IPv6 address:&lt;br /&gt;
 dhclient -6 -r -d eth0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Refs: [https://serverfault.com/questions/513772/getting-an-ip-from-an-ipv6-dhcp-server]&lt;br /&gt;
&lt;br /&gt;
== iptables ==&lt;br /&gt;
&lt;br /&gt;
 service ip6tables stop&lt;br /&gt;
 service ip6tables start&lt;br /&gt;
&lt;br /&gt;
== Disable IPV6 ==&lt;br /&gt;
&lt;br /&gt;
 sysctl -w net.ipv6.conf.all.disable_ipv6=1&lt;br /&gt;
 sysctl -w net.ipv6.conf.default.disable_ipv6=1&lt;br /&gt;
 sysctl -w net.ipv6.conf.lo.disable_ipv6=1&lt;br /&gt;
&lt;br /&gt;
etc/sysctl.conf&lt;br /&gt;
 net.ipv6.conf.all.disable_ipv6 = 1&lt;br /&gt;
 net.ipv6.conf.default.disable_ipv6 = 1&lt;br /&gt;
 net.ipv6.conf.lo.disable_ipv6 = 1&lt;br /&gt;
&lt;br /&gt;
refs: [https://www.techrepublic.com/article/how-to-disable-ipv6-on-linux/]&lt;br /&gt;
&lt;br /&gt;
== Enable IPV6 ==&lt;br /&gt;
&lt;br /&gt;
 sysctl -w net.ipv6.conf.all.disable_ipv6=0&lt;br /&gt;
 sysctl -w net.ipv6.conf.default.disable_ipv6=0&lt;br /&gt;
 sysctl -w net.ipv6.conf.lo.disable_ipv6=0&lt;br /&gt;
&lt;br /&gt;
etc/sysctl.conf&lt;br /&gt;
 net.ipv6.conf.all.disable_ipv6 = 0&lt;br /&gt;
 net.ipv6.conf.default.disable_ipv6 = 0&lt;br /&gt;
 net.ipv6.conf.lo.disable_ipv6 = 0&lt;br /&gt;
&lt;br /&gt;
refs: [https://www.techrepublic.com/article/how-to-disable-ipv6-on-linux/]&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:IPv6]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
		
	</entry>
</feed>