{"id":989,"date":"2014-09-07T01:08:38","date_gmt":"2014-09-06T23:08:38","guid":{"rendered":"http:\/\/www.shukko.com\/x3\/?p=989"},"modified":"2014-09-07T01:10:39","modified_gmt":"2014-09-06T23:10:39","slug":"debian-icin-ipv6-konfigurasyonu-hizli","status":"publish","type":"post","link":"https:\/\/www.shukko.com\/x3\/2014\/09\/07\/debian-icin-ipv6-konfigurasyonu-hizli\/","title":{"rendered":"debian icin ipv6 konfigurasyonu hizli"},"content":{"rendered":"<p>$ \/etc\/network\/interfaces<\/p>\n<pre class=\"lang:default decode:true\"># The primary network interface\r\n\r\nauto eth0\r\niface eth0 inet static\r\n    address 193.234.224.244\r\n    gateway 193.234.224.1\r\n    netmask 255.255.254.0\r\n\r\n# The loopback network interface\r\nauto lo\r\niface lo inet loopback\r\n\r\n#IPV6 static configuration\r\niface eth0 inet6 static\r\n    up echo 0 &gt; \/proc\/sys\/net\/ipv6\/conf\/all\/autoconf\r\n    up echo 0 &gt; \/proc\/sys\/net\/ipv6\/conf\/default\/autoconf\r\n\r\n# IPv6 configuration using the new \/56 alocation\r\n\r\n        address 2a00:dcc0:dead:b9f4::1\r\n        netmask 56\r\n        gateway 2a00:dcc0:dead:b9ff::1\r\n\r\n# Eger \/56 olarak eklemek istersek ip adresimizi su sekilde\r\n# veya asagidaki sekilde yapabiliriz\r\n\r\n#     up ip -6 addr add 2a00:dcc0:dead:b9f4::2\/56 dev eth0\r\n\r\n# yok \/56 eklemek istemiyorsak yukaridaki tanimlari zaten yaptigimiz icin,\r\n# \/56 icinden bazi ipv6 adresleri eklemek istiyorsak\r\n\r\n        up ifconfig eth0 add 2a00:dcc0:dead:b9f4:bad:babe:a9ed:18\/128\r\n        up ifconfig eth0 add 2a00:dcc0:dead:b9f4:1:be:a:7001\/128\r\n        up ifconfig eth0 add 2a00:dcc0:dead:b9f4:da75:a:900d:90a7\/128\r\n        up ifconfig eth0 add 2a00:dcc0:dead:b9f4:0:1ce:1ce:babe\/128\r\n\r\n\r\n# END IPV6 configuration\r\n\r\n# up ip -6 ile \r\n# up ifconfig eth0 add ipv6:ad:re:si\r\n# ayni sey olsa gerek ?\r\n<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>$ \/etc\/network\/interfaces # The primary network interface auto eth0 iface eth0 inet static address 193.234.224.244 gateway 193.234.224.1 netmask 255.255.254.0 # The loopback network interface auto lo iface lo inet loopback #IPV6 static configuration iface eth0 inet6 static up echo 0 &gt; \/proc\/sys\/net\/ipv6\/conf\/all\/autoconf up echo 0 &gt; \/proc\/sys\/net\/ipv6\/conf\/default\/autoconf # IPv6 configuration using the new \/56 alocation [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-989","post","type-post","status-publish","format-standard","hentry","category-kategerisiz"],"_links":{"self":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts\/989","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/comments?post=989"}],"version-history":[{"count":3,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts\/989\/revisions"}],"predecessor-version":[{"id":992,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts\/989\/revisions\/992"}],"wp:attachment":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/media?parent=989"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/categories?post=989"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/tags?post=989"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}