<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Network on myblog</title>
		<link>http://blog.pdan.dev/tags/network/</link>
		<description>Recent content in Network on myblog</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
		
			<lastBuildDate>Sun, 01 May 2022 21:29:01 +0800</lastBuildDate>
		
			<atom:link href="http://blog.pdan.dev/tags/network/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>DHCPv6</title>
				<link>http://blog.pdan.dev/posts/dhcpv6/</link>
				<pubDate>Sun, 01 May 2022 21:29:01 +0800</pubDate>
				<guid>http://blog.pdan.dev/posts/dhcpv6/</guid>
				<description>&lt;h2 id=&#34;pv6-address-types&#34;&gt;Pv6 Address Types&lt;/h2&gt;&#xA;&lt;h3 id=&#34;the-ipv6-address-space&#34;&gt;The IPv6 Address Space&lt;/h3&gt;&#xA;&lt;p&gt;As we already learned, IPv6 addresses are 128-bit long, which means that there are 340 undecillion possible addresses (the exact number is shown below).&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;340,282,366,920,938,463,463,374,607,431,768,211,456&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;or reference, in IPv4 with its 32-bit address space, there are 4.29 billion possible addresses.&lt;/p&gt;&#xA;&lt;p&gt;The Internet Assigned Numbers Authority (IANA) allocates only a small portion of the whole IPv6 space. IANA provides global unicast addresses that start with leading leftmost bits 001. A small portion of the addresses starting with 000 and 111 are allocated for special types. All other possible addresses are reserved for future use and are currently not being allocated.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Simple Linux Routing</title>
				<link>http://blog.pdan.dev/posts/simple_linux_routing/</link>
				<pubDate>Wed, 06 May 2020 21:29:01 +0800</pubDate>
				<guid>http://blog.pdan.dev/posts/simple_linux_routing/</guid>
				<description>&lt;p&gt;to see all routing&lt;/p&gt;&#xA;&lt;h2 id=&#34;all-routing-command&#34;&gt;All Routing command&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ip route show&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;for see all routing for ip v6&lt;/p&gt;&#xA;&lt;h3 id=&#34;routing-for-ip-v6&#34;&gt;Routing for ip v6&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ip -6 route show&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;old-command-to-see-routing&#34;&gt;Old command to see routing&lt;/h3&gt;&#xA;&lt;p&gt;Route - an obsolete utility included in the net-tools package. used to display the routing table and build static routes&lt;/p&gt;&#xA;&lt;p&gt;you need install net-tools (apt install net-tools)&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;route -n&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;for v6 ip&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;route -n -6&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;routel - its utility for display routing its script for &lt;code&gt;ip route&lt;/code&gt;&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
