Difference between revisions of "How to calculate my IPV6"
Line 36: | Line 36: | ||
|image_alt=Wiki Logo | |image_alt=Wiki Logo | ||
}} | }} | ||
− | == I need to know the | + | == I need to know the IPv6 linked to my dedicated {{Template:Serveur}} == |
''This is applicable for all the {{Template:Serveur}} dedicated physical or virtual.'' | ''This is applicable for all the {{Template:Serveur}} dedicated physical or virtual.'' | ||
− | ''' | + | '''Your IPv6 can be calculated like this :''' |
− | + | Here is the form ogf your IPv6 address : 2a00:c70:1:<span style="color:red">XXX:XXX:XXX</span>:<span style="color:green">XXX</span>:<span style="color:blue">YYYY</span>/96 | |
<ul> | <ul> | ||
− | <li> "XXX | + | <li> « <span style="color:red">XXX:XXX:XXX</span>:<span style="color:green">XXX</span> : » will be the current IPv4 address of your {{Template:Serveur}} |
− | <li> "YYYY | + | <li> « <span style="color:blue">YYYY</span> » are your available addresses ranging from <span style="color:blue">0000</span> to <span style="color:blue">FFFF</span> |
</ul> | </ul> | ||
− | Example: 213.246.15.222 will become: 2a00:c70:1:213:246:15:222:1 | + | <u>Example :</u> <span style="color:red">213.246.15</span>.<span style="color:green">222</span> will become: 2a00:c70:1:<span style="color:red">213:246:15</span>:<span style="color:green">222</span>:<span style="color:blue">1</span> |
− | The address of your gateway will be 2a00:c70:1:XXX:XXX:XXX::1 | + | '''In order to calculate your gateway :''' |
+ | |||
+ | The address of your gateway will be in the form 2a00:c70:1:<span style="color:red">XXX:XXX:XXX</span>::1 | ||
+ | <br> | ||
+ | <br> | ||
+ | '''PS : don't forget to add the DNS part, otherwise you will not have dns resolution in IPV6.''' | ||
+ | <br> | ||
+ | <br> | ||
+ | Which should give a block like this: | ||
+ | <br> | ||
+ | <pre> | ||
+ | iface eth0 inet6 static | ||
+ | address 2a00:c70:1:213:246:56:94:1/96 | ||
+ | gateway 2a00:c70:1:213:246:56::1 | ||
+ | dns-nameservers 213.246.33.228 213.246.33.229 80.93.83.25 | ||
+ | dns-search ikoula.com | ||
+ | </pre> | ||
Revision as of 23:22, 16 September 2020
fr:Comment calculer mon IPV6
en:How to calculate my IPV6
es:Cómo calcular mi IPV6
pt:Como calcular meu IPV6
it:Come calcolare il mio IPV6
nl:Hoe bereken mijn IPV6
de:Wie meine IPV6 zu berechnen
zh:如何计算我的 IPV6
ar:كيفية حساب بي IPV6
ja:私の IPV6 を計算する方法
pl:Jak obliczyć mój IPV6
ru:Как рассчитать мой IPV6
ro:Cum de a calcula meu IPV6
he:כיצד לחשב את IPV6
This article has been created by an automatic translation software. You can view the article source here.
fr:Comment calculer mon IPV6
es:Cómo calcular mi IPV6
he:כיצד לחשב את IPV6
ro:Cum de a calcula meu IPV6
ru:Как рассчитать мой IPV6
pl:Jak obliczyć mój IPV6
ja:私の IPV6 を計算する方法
ar:كيفية حساب بي IPV6
zh:如何计算我的 IPV6
de:Wie meine IPV6 zu berechnen
nl:Hoe bereken mijn IPV6
it:Come calcolare il mio IPV6
pt:Como calcular meu IPV6
en:How to calculate my IPV6
I need to know the IPv6 linked to my dedicated Server
This is applicable for all the Server dedicated physical or virtual.
Your IPv6 can be calculated like this :
Here is the form ogf your IPv6 address : 2a00:c70:1:XXX:XXX:XXX:XXX:YYYY/96
- « XXX:XXX:XXX:XXX : » will be the current IPv4 address of your Server
- « YYYY » are your available addresses ranging from 0000 to FFFF
Example : 213.246.15.222 will become: 2a00:c70:1:213:246:15:222:1
In order to calculate your gateway :
The address of your gateway will be in the form 2a00:c70:1:XXX:XXX:XXX::1
PS : don't forget to add the DNS part, otherwise you will not have dns resolution in IPV6.
Which should give a block like this:
iface eth0 inet6 static address 2a00:c70:1:213:246:56:94:1/96 gateway 2a00:c70:1:213:246:56::1 dns-nameservers 213.246.33.228 213.246.33.229 80.93.83.25 dns-search ikoula.com
Enable comment auto-refresher