Difference between revisions of "IPv6 Penjelasan Versi Lama"
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 267: | Line 267: | ||
* http://blog.karo.or.id/tag/cara-setting-ipv6-di-ubuntu/ | * http://blog.karo.or.id/tag/cara-setting-ipv6-di-ubuntu/ | ||
* http://blog.karo.or.id/dll/install-ipv6-di-ubuntu | * http://blog.karo.or.id/dll/install-ipv6-di-ubuntu | ||
+ | * http://www.surya.ac.id/hci/news-detail.php?id=77&title=Seminar.&.Demo.IPv6.untuk.IntraNet | ||
+ | * http://www.stkipsurya.ac.id/download/pustaka/Seminar-IPv6-31-05-2013.pdf | ||
==Pranala Menarik== | ==Pranala Menarik== |
Revision as of 07:48, 30 May 2013
Konfigurasi interface IPv6
ip -6 addr add 124::1/64 dev eth4 ifconfig eth0 inet6 add 2001:0db8:0:f101::1/64
ip -6 addr del 124::1/64 dev eth4 ifconfig eth4 inet6 del 124::1/24
ping
ping6 2001:0db8:0:f101::2
Routing menggunakan IP
/sbin/ip -6 route show dev eth4
124::/64 proto kernel metric 256 fe80::/64 proto kernel metric 256
Routing menggunakan route
route -A inet6
Destination Next Hop Flag Met Ref Use If 124::/64 :: U 256 0 0 eth4 fe80::/64 :: U 256 0 0 eth4 ::/0 :: !n -1 1 61 lo ::1/128 :: Un 0 1 3 lo 124::1/128 :: Un 0 1 34 lo fe80::226:b9ff:fe1b:9553/128 :: Un 0 1 7 lo ff00::/8 :: U 256 0 0 eth4 ::/0 :: !n -1 1 61 lo
Routing menggunakan netstat
netstat -nr -A inet6
Kernel IPv6 routing table Destination Next Hop Flag Met Ref Use If 124::/64 :: U 256 0 0 eth4 fe80::/64 :: U 256 0 0 eth4 ::/0 :: !n -1 1 87 lo ::1/128 :: Un 0 1 24 lo 124::1/128 :: Un 0 1 34 lo fe80::226:b9ff:fe1b:9553/128 :: Un 0 1 7 lo ff00::/8 :: U 256 0 0 eth4 ::/0 :: !n -1 1 87 lo
Web Server
# Listen [124::1]:80 <VirtualHost [124::1]:80> ServerName ipv6only.yourdomain.yourtopleveldomain # ...sure more config lines </VirtualHost>
# Listen [2001:0db8:100::2]:80 # Listen 1.2.3.4:80 <VirtualHost [2001:0db8:100::2]:80 1.2.3.4:80> ServerName ipv6andipv4.yourdomain.yourtopleveldomain # ...sure more config lines </VirtualHost>
Listen akan membuat masalah
Kalau belum ada IPv6-nya akan keluar error
[Mon May 07 10:04:08 2012] [crit] (EAI 9)Address family for hostname not supported: alloc_listener: failed to set up sockaddr for 124::1
Kalau sudah ada IPv6-nya akan keluar error
(98)Address already in use: make_sock: could not bind to address [124::1]:80
Calculator IPv6
- http://www.ipv6calculator.net/
- http://www.subnetonline.com/pages/subnet-calculators/ipv6-subnet-calculator.php
Table of Contents
1. General
1.1. Copyright, license and others 1.2. Category 1.3. Version, History and To-Do 1.4. Translations 1.5. Technical 1.6. Preface 1.7. Used terms, glossary and shortcuts 1.8. Requirements for using this HOWTO
2. Basics
- IPv6 Basic : Apa itu IPv6
- IPv6 Basic : Sejarah IPv6 di Linux
- IPv6 Basic : Penampakan IPv6
- IPv6 Basic : FAQ
3. Address types
- IPv6 Address : Alamat tanpa special prefix
- IPv6 Address : Bagian Network, juga dikenal sebagai prefix
- IPv6 Address : Bagian Host
- IPv6 Address : Panjang Prefix untuk Routing
4. IPv6-ready system check
- IPv6-ready kernel
- IPv6-ready tool konfigurasi network
- IPv6-ready test/debug program
- IPv6-ready programs
- IPv6-ready client program (contoh)
- IPv6-ready server program
- FAQ IPv6-ready system check
5. Configuring interfaces
6. Configuring IPv6 addresses
7. Configuring normal IPv6 routes
- IPv6 Route: Display Route IPv6 yang ada
- IPv6 Route: Menambahkan IPv6 route melalui sebuah gateway
- IPv6 Route: Membuang IPv6 Route dari gateway
- IPv6 Route: Menambahkan IPv6 Route melalui sebuah interface
- IPv6 Route: Membuang IPv6 Route melalui sebuah interface
- IPv6 Route: FAQ IPv6 Route
8. Neighbor Discovery
- IPv6: Display Tetangga / Neighbor menggunakan perintah ip
- IPv6: Manipulasi tabel Tetangga / Neighbor menggunakan perintah ip
9. Configuring IPv6-in-IPv4 tunnels
- IPv6-in-IPv4 Tunnel: Tipe tunnel
- IPv6-in-IPv4 Tunnel: Display tunnel yang ada
- IPv6-in-IPv4 Tunnel: Setup point-to-point tunnel
- IPv6-in-IPv4 Tunnel: Setup 6to4 tunnel
10. Configuring IPv4-in-IPv6 tunnels
- IPv4-in-IPv6 Tunnel: Display tunnel yang ada
- IPv4-in-IPv6 Tunnel: Setup point-to-point tunnel
- IPv4-in-IPv6 Tunnel: Membuang point-to-point tunnel
11. Kernel settings in /proc-filesystem
- IPv6 Kernel: Bagaimana mengakses /proc-filesystem
- IPv6 Kernel: Isi /proc/sys/net/ipv6/
- IPv6 Kernel: IPv6 entri di proc/sys/net/ipv4/
- IPv6 Kernel: IPv6 entri di /proc/net/
12. Netlink-Interface to kernel
13. Address Resolver
14. Network debugging
15. Support for persistent IPv6 configuration in Linux distributions
- IPv6 Konfigurasi: Red Hat Linux dan “clones”
- IPv6 Konfigurasi: SuSE Linux
- IPv6 KOnfigurasi: Debian Linux
16. Auto-configuration
- IPv6 AutoConfiguration: Stateless auto-configuration
- IPv6 AUtoConfiguration: Stateful auto-configuration menggunakan Router Advertisement Daemon (radvd)
- IPv6 AutoConfiguration: Dynamic Host Configuration Protocol v6 (DHCPv6)
17. Mobility
18. Firewalling
- IPv6 Firewall: Menggunakan netfilter6
- IPv6 Firewall: Persiapan Menggunakan netfilter6
- IPv6 Firewall: Penggunaan
19. Security
20. Encryption and Authentication
- IPv6 Enkripsi: Mode untuk Enkripsi dan Authentikasi
- IPv6 Enkripsi: Dukungan di Kernel (ESP dan AH)
- IPv6 Enkripsi: Automatic key exchange (IKE)
- IPv6 Enkripsi: Informasi tambahan
21. Quality of Service (QoS)
22. Hints for IPv6-enabled daemons
- IPv6 Server: Berkeley Internet Name Domain (BIND) daemon “named”
- IPv6 Server: Internet super daemon (xinetd)
- IPv6 Server: Webserver Apache2 (httpd2)
- IPv6 Server: Router Advertisement Daemon (radvd)
- IPv6 Server: Dynamic Host Configuration v6 Server (dhcp6s)
- IPv6 Server: ISC Dynamic Host Configuration Server (dhcpd)
- IPv6 Server: DHCP Server Dibbler
- IPv6 Server: tcp_wrapper
- IPv6 Server: vsftpd
- IPv6 Server: proftpd
- IPv6 Server: daemon lainnya
23. Programming
23.1. Programming using C-API 23.2. Other programming languages
24. Interoperability
25. Further information and URLs
25.1. Paper printed books, articles, online reviews (mixed) 25.2. Conferences, Meetings, Summits 25.3. Online information 25.4. IPv6 Infrastructure 25.5. Maillists 25.6. Online tools 25.7. Trainings, Seminars 25.8. 'The Online Discovery' ...
26. Revision history / Credits / The End
26.1. Revision history 26.2. Credits 26.3. The End
Referensi
- http://tldp.org/HOWTO/Linux+IPv6-HOWTO/
- http://www.v6.wide.ad.jp/ Recommended
- https://wiki.ubuntu.com/IPv6 Recommended
- http://ipv6.net/
- http://www.kame.net/
Indonesia
- http://www.apjii.or.id/risetIPv6.html
- http://blog.karo.or.id/tag/cara-setting-ipv6-di-ubuntu/
- http://blog.karo.or.id/dll/install-ipv6-di-ubuntu
- http://www.surya.ac.id/hci/news-detail.php?id=77&title=Seminar.&.Demo.IPv6.untuk.IntraNet
- http://www.stkipsurya.ac.id/download/pustaka/Seminar-IPv6-31-05-2013.pdf