IPv6 protokola iestatīšana
Lokālā IPv6 adrese
- Visi Linux datori (ja vien tie nav speciāli pārkonfigurēti) darbojas ar IPv6 jau labu laiku atpakaļ. Visām Ethernet tīkla saskarnēm tiek automātiski piešķirta lokāla IPv6 adrese, kas sākas ar FE... un beidzas ar unikālu numuru, ko nosaka no Ethernet plates MAC adreses.
Piemēram, ievadot komandu ifconfig, parādās sekojoša izdruka:
valdis@studio:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:21:70:6d:54:5d
inet addr:10.0.0.6 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::221:70ff:fe6d:545d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:91528 errors:0 dropped:0 overruns:0 frame:0
TX packets:80461 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:86246206 (86.2 MB) TX bytes:11028796 (11.0 MB)
Interrupt:17kur fe80::221:70ff:fe6d:545d ir datora lokālā IP6 adrese
Uzzinot citu datoru IP6 adreses, lokālajā tīklā tiem var pieslēgties, izmantojot IP6 protokolu, piemēram, sekojoši:
ping6 fe80::221:70ff:fe6d:545dvar pingot savu datoru, izmantojot IP6 protokolu
Ja datoram ir vairāk par vienu saskarni (daudzmāju mītne), tad nepieciešams norādīt, caur kuru saskarni šī adrese ir pieejama, piemēram, sekojoši:
ping6 fe80::221:70ff:fe6d:545d -I eth0
Publiskā IPv6 adrese
Adreses piešķiršana ar komandu
Lai izmantotu IP6 protokolu publiskajā tīklā, ir nepieciešams izmantot publisku IP6 adresi. Publisku fiksētu adresi piešķir sekojoši:
ip -6 addr add 2a02:500:3330:101::ff/64 dev eth0kur 2a02:500:3330:101::ff ir IP6 publiskā adrese
Lai norādītu, kuru IP6 adresi izmantot kā vārteju, ievada, piemēram, sekojošu komandu:
ip -6 route add default via 2a02:500:3330:101::fekur 2a02:500:3330:101::fe ir vārtejas adrese
Adreses piešķiršana konfigurācijas failā
Atver failu /etc/netwerk/interfaces un pievieno tajā sekojošas rindas:
iface eth0 inet6 static
address 2a02:500:3330:101::ff
netmask 64
gateway 2a02:500:3330:101::fe
DNS serveris
Lai norādītu DNS ierakstu noteikšanu IP6 adresēm, jānorāda IP6 DNS serveris, piemēram, sekojoši:
echo "nameserver 2a02:500:4400:400::4">>/etc/resolv.confkur 2a02:500:4400:400::4 ir DNS servera adrese
Pārbaude
Lai pārbaudītu, kā IPv6 protokols strādā, pārbauda maršruta tabulas:
ip -6 robūtu jārāda sekojošu:
2a02:500:3330:101::/64 dev eth0 metric 256 expires -6082sec mtu 1500 advmss 1440 hoplimit 4294967295
fe80::/64 dev eth0 metric 256 expires -2299694sec mtu 1500 advmss 1440 hoplimit 4294967295
default via 2a02:500:3330:101::fe dev eth0 metric 1024 expires -6081sec mtu 1500 advmss 1440 hoplimit 4294967295Nopingo datora, vārtejas un DNS serveri:
ping6 2a02:500:3330:101::ff
ping6 2a02:500:3330:101::fe
ping6 2a02:500:4400:400::4Visām norādītajām adresēm būtu jāpingojas
Atver kādu publiski pieejamu IPv6 vietni:
w3m http://ipv6.whatismyv6.com/parāda sekojošu
This page shows your IPv6 and/or IPv4 address
You are connecting with an IPv6 Address of:
2a02:500:3330:101::ff
IPv4 only Test Normal Test IPv6 only Test
If the IPv6 only test shows "The page cannot be displayed" (Internet Explorer),
"Server not found" (Firefox), any error or search page then you do not have working
IPv6 connectivity. "Normal Test" shows which protocol your browser preferrs when you
have both IPv4 and IPv6 connectivity. This page should work even on computers with
IPv6 only connectivity.
You can access this page with any of these easy to remember url's:
ip4.me (defaults to IPv4 only test)
ip6.me
whatismyv6.com
whatismyipv6address.com
≪ ↑ ↓ Viewing <what is my ipv6 address>
Saites
- Durvis uz jauno pasauli
- http://test-ipv6.com/
- http://lg.as6453.net/lg/
- http://www.cyberciti.biz/faq/ubuntu-ipv6-networking-configuration/
Created by Valdis Vītoliņš on 2010-08-21 10:06
Last modified by Valdis Vītoliņš on 2021-04-13 14:30