Difference between revisions of "IPv6 Penjelasan Versi Lama"

From OnnoWiki
Jump to navigation Jump to search
m (Onnowpurbo moved page IPv6 to IPv6 Penjelasan Versi Lama)
 
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Konfigurasi interface IPv6
+
http://www.bitprocessor.be/2011/05/31/setting-up-nat64-dns64/
  
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
 
  
  
Line 124: Line 41:
 
* [[IPv6-ready server program]]
 
* [[IPv6-ready server program]]
 
* [[FAQ IPv6-ready system check]]
 
* [[FAQ IPv6-ready system check]]
 +
* [[IPv6-mematikan IPv6]]
  
 
5. Configuring interfaces
 
5. Configuring interfaces
  
    5.1. Different network devices
+
* [[IPv6: Network Devices yang berbeda]]
    5.2. Bringing interfaces up/down
+
* [[IPv6: Membuat Interface Up/Down]]
  
 
6. Configuring IPv6 addresses
 
6. Configuring IPv6 addresses
  
    6.1. Displaying existing IPv6 addresses
+
* [[IPv6: Display IPv6 Address yang ada]]
    6.2. Add an IPv6 address
+
* [[IPv6: Menambahkan IPv6 Address]]
    6.3. Removing an IPv6 address
+
* [[IPv6: Membuang IPv6 Address]]
 +
* [[IPv6: Konfigurasi di OpenWRT]]
  
 
7. Configuring normal IPv6 routes
 
7. Configuring normal IPv6 routes
  
    7.1. Displaying existing IPv6 routes
+
* [[IPv6 Route: IPv6 enable forwarding di kernel]]
    7.2. Add an IPv6 route through a gateway
+
* [[IPv6 Route: Display Route IPv6 yang ada]]
    7.3. Removing an IPv6 route through a gateway
+
* [[IPv6 Route: Menambahkan IPv6 route melalui sebuah gateway]]
    7.4. Add an IPv6 route through an interface
+
* [[IPv6 Route: Membuang IPv6 Route dari gateway]]
    7.5. Removing an IPv6 route through an interface
+
* [[IPv6 Route: Menambahkan IPv6 Route melalui sebuah interface]]
    7.6. FAQ for IPv6 routes
+
* [[IPv6 Route: Membuang IPv6 Route melalui sebuah interface]]
 +
* [[IPv6 Route: FAQ IPv6 Route]]
  
 
8. Neighbor Discovery
 
8. Neighbor Discovery
  
    8.1. Displaying neighbors using “ip”
+
* [[IPv6: Display Tetangga / Neighbor menggunakan perintah ip]]
    8.2. Manipulating neighbors table using “ip”
+
* [[IPv6: Manipulasi tabel Tetangga / Neighbor menggunakan perintah ip]]
  
 
9. Configuring IPv6-in-IPv4 tunnels
 
9. Configuring IPv6-in-IPv4 tunnels
  
    9.1. Types of tunnels
+
* [[IPv6-in-IPv4 Tunnel: Tipe tunnel]]
    9.2. Displaying existing tunnels
+
* [[IPv6-in-IPv4 Tunnel: Display tunnel yang ada]]
    9.3. Setup of point-to-point tunnel
+
* [[IPv6-in-IPv4 Tunnel: Setup point-to-point tunnel]]
    9.4. Setup of 6to4 tunnels
+
* [[IPv6-in-IPv4 Tunnel: Setup 6to4 tunnel]]
  
 
10. Configuring IPv4-in-IPv6 tunnels
 
10. Configuring IPv4-in-IPv6 tunnels
  
    10.1. Displaying existing tunnels
+
* [[IPv4-in-IPv6 Tunnel: Display tunnel yang ada]]
    10.2. Setup of point-to-point tunnel
+
* [[IPv4-in-IPv6 Tunnel: Setup point-to-point tunnel]]
    10.3. Removing point-to-point tunnels
+
* [[IPv4-in-IPv6 Tunnel: Membuang point-to-point tunnel]]
  
 
11. Kernel settings in /proc-filesystem
 
11. Kernel settings in /proc-filesystem
  
    11.1. How to access the /proc-filesystem
+
* [[IPv6 Kernel: Bagaimana mengakses /proc-filesystem]]
    11.2. Entries in /proc/sys/net/ipv6/
+
* [[IPv6 Kernel: Isi /proc/sys/net/ipv6/]]
    11.3. IPv6-related entries in /proc/sys/net/ipv4/
+
* [[IPv6 Kernel: IPv6 entri di proc/sys/net/ipv4/]]
    11.4. IPv6-related entries in /proc/net/
+
* [[IPv6 Kernel: IPv6 entri di /proc/net/]]
  
 
12. Netlink-Interface to kernel
 
12. Netlink-Interface to kernel
 +
 
13. Address Resolver
 
13. Address Resolver
 +
 +
* [[IPv6 Resolver: Public IPv6 DNS]]
 +
 
14. Network debugging
 
14. Network debugging
  
    14.1. Server socket binding
+
* [[IPv6 Debugging: Server socket binding]]
    14.2. Examples for tcpdump packet dumps
+
* [[IPv6 Debugging: Contoh untuk tcpdump paket dump]]
  
 
15. Support for persistent IPv6 configuration in Linux distributions
 
15. Support for persistent IPv6 configuration in Linux distributions
  
    15.1. Red Hat Linux and “clones”
+
* [[IPv6 Konfigurasi: Red Hat Linux dan “clones”]]
    15.2. SuSE Linux
+
* [[IPv6 Konfigurasi: SuSE Linux]]
    15.3. Debian Linux
+
* [[IPv6 KOnfigurasi: Debian Linux]]
  
 
16. Auto-configuration
 
16. Auto-configuration
  
    16.1. Stateless auto-configuration
+
* [[IPv6 AutoConfiguration: Stateless auto-configuration]]
    16.2. Stateful auto-configuration using Router Advertisement Daemon (radvd)
+
* [[IPv6 AUtoConfiguration: Stateful auto-configuration menggunakan Router Advertisement Daemon (radvd)]]
    16.3. Dynamic Host Configuration Protocol v6 (DHCPv6)
+
* [[IPv6 AutoConfiguration: Dynamic Host Configuration Protocol v6 (DHCPv6)]]
  
 
17. Mobility
 
17. Mobility
  
    17.1. Common information
+
* [[IPv6 Mobility: Information Umum]]
 
+
 
18. Firewalling
 
18. Firewalling
  
    18.1. Firewalling using netfilter6
+
* [[IPv6 Firewall: Menggunakan netfilter6]]
    18.2. Preparation
+
* [[IPv6 Firewall: Persiapan Menggunakan netfilter6]]
    18.3. Usage
+
* [[IPv6 Firewall: Penggunaan]]
  
 
19. Security
 
19. Security
  
    19.1. Node security
+
* [[IPv6 Security: Node Security]]
    19.2. Access limitations
+
* [[IPv6 Security: Pembatasan Akses]]
    19.3. IPv6 security auditing
+
* [[IPv6 Security: Audit Security]]
  
 
20. Encryption and Authentication
 
20. Encryption and Authentication
  
    20.1. Modes of using encryption and authentication
+
* [[IPv6 Enkripsi: Mode untuk Enkripsi dan Authentikasi]]
    20.2. Support in kernel (ESP and AH)
+
* [[IPv6 Enkripsi: Dukungan di Kernel (ESP dan AH)]]
    20.3. Automatic key exchange (IKE)
+
* [[IPv6 Enkripsi: Automatic key exchange (IKE)]]
    20.4. Additional informations:
+
* [[IPv6 Enkripsi: Informasi tambahan]]
  
 
21. Quality of Service (QoS)
 
21. Quality of Service (QoS)
 +
 
22. Hints for IPv6-enabled daemons
 
22. Hints for IPv6-enabled daemons
  
    22.1. Berkeley Internet Name Domain (BIND) daemon “named”
+
* [[IPv6: MySQL instalasi]]
    22.2. Internet super daemon (xinetd)
+
* [[IPv6: Percona Instalasi]]
    22.3. Webserver Apache2 (httpd2)
+
* [[IPv6: Instalasi Worpress di Ubuntu]]
    22.4. Router Advertisement Daemon (radvd)
+
* [[IPv6 Server: Berkeley Internet Name Domain (BIND) daemon “named”]]
    22.5. Dynamic Host Configuration v6 Server (dhcp6s)
+
* [[IPv6: Instalasi PowerDNS dengan Percona Database di Ubuntu]]
    22.6. ISC Dynamic Host Configuration Server (dhcpd)
+
* [[PowerDNS: Memasukan Record SOA NS A MX ke Database]]
    22.7. DHCP Server Dibbler
+
* [[IPv6 Server: Internet super daemon (xinetd)]]
    22.8. tcp_wrapper
+
* [[IPv6 Server: Webserver Apache2 (httpd2)]]
    22.9. vsftpd
+
* [[IPv6 Server: Router Advertisement Daemon (radvd)]]
    22.10. proftpd
+
* [[IPv6 Server: Dynamic Host Configuration v6 Server (dhcp6s)]]
    22.11. Other daemons
+
* [[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]]
 +
* [[TCP/IP: Quagga OSPF6 untuk IPv6]]
 +
* [[IPv6 Router: Setting NAT64 & DNS64]]
  
 
23. Programming
 
23. Programming
Line 233: Line 165:
  
 
24. Interoperability
 
24. Interoperability
 +
 
25. Further information and URLs
 
25. Further information and URLs
  
Line 263: Line 196:
 
* 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==
Line 268: Line 203:
 
* [[TCP/IP]]
 
* [[TCP/IP]]
 
* [[IPv6]]
 
* [[IPv6]]
 +
* [[IPv6: Registrasi Tunnelbroker]]
 +
* [[IPv6: Test Sambung]]
 
* [[Teknologi Internet]]
 
* [[Teknologi Internet]]
 
* [[Sejarah Internet Indonesia]]
 
* [[Sejarah Internet Indonesia]]
 +
* [[IPv6: Orek-orekan]]
  
 
[[Category: Teknologi Internet]]
 
[[Category: Teknologi Internet]]

Latest revision as of 05:26, 17 September 2018

http://www.bitprocessor.be/2011/05/31/setting-up-nat64-dns64/




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

3. Address types

4. IPv6-ready system check

5. Configuring interfaces

6. Configuring IPv6 addresses

7. Configuring normal IPv6 routes

8. Neighbor Discovery

9. Configuring IPv6-in-IPv4 tunnels

10. Configuring IPv4-in-IPv6 tunnels

11. Kernel settings in /proc-filesystem

12. Netlink-Interface to kernel

13. Address Resolver

14. Network debugging

15. Support for persistent IPv6 configuration in Linux distributions

16. Auto-configuration

17. Mobility

18. Firewalling

19. Security

20. Encryption and Authentication

21. Quality of Service (QoS)

22. Hints for IPv6-enabled daemons

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

Indonesia

Pranala Menarik