Difference between revisions of "IPv6: Network Devices yang berbeda"

From OnnoWiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
5.1. Different network devices
+
Pada sebuah node, ada beberapa device network. Mereka tergabung dalam beberapa kelas.
  
On a node, there exist different network devices. They can be collected in classes
+
* Secara fisik, seperti eth0, tr0
 +
* Secara virtual, seperti ppp0, tun0, tap0, sit0, isdn0, ippp0
  
* Physically bounded, like eth0, tr0
+
==Secara Fisik==
* Virtually existing, like ppp0, tun0, tap0, sit0, isdn0, ippp0
 
  
5.1.1. Physically bounded
+
Menempel secara fisik seperti Ethernet atau Token-Ring secara normal tidak memerlukan penanganan khusus.
  
Physically bounded interfaces like Ethernet or Token-Ring are normal ones and need no special treatment.
 
  
5.1.2. Virtually bounded
+
==Secara Virtual==
  
Virtually bounded interfaces always need special support
+
Interface yang menempel secara virtual biasanya membutuhkan dukungan khusus.
  
5.1.2.1. IPv6-in-IPv4 tunnel interfaces
 
  
These interfaces are normally named sitx. The name sit is a shortcut for Simple Internet Transition. This device has the capability to encapsulate IPv6 packets into IPv4 ones and tunnel them to a foreign endpoint.
+
===Interface tunnel IPv6-in-IPv4===
  
sit0 has a special meaning and cannot be used for dedicated tunnels.
+
Interface ini biasanya di kenal dengan nama sitx. Nama sit adalah kependekan dari Simple Internet Transition. Device ini mempunyai kemampuan untuk mengenkapsulasi paket IPv6 ke dalam paket IPv4 dan mengirimkan melalui tunnel ke ujung satu-nya.
  
5.1.2.2. PPP interfaces
+
sit0 mempunyai arti spesial dan tidak dapat digunakan untuk tunnel khusus.
  
PPP interfaces get their IPv6 capability from an IPv6 enabled PPP daemon.
+
===Interface PPP===
  
5.1.2.3. ISDN HDLC interfaces
+
Interface PPP memperoleh kemampuan IPv6 dari IPv6 enabled PPP daemon.
  
IPv6 capability for HDLC with encapsulation ip is already built-in in the kernel
+
===Interface ISDN HDLC===
  
5.1.2.4. ISDN PPP interfaces
+
Kemampuan IPv6 untuk HDLC dengan enkapsulasi ip sudah ada dalam kernel.
  
ISDN PPP interfaces (ippp) aren't IPv6 enabled by kernel. Also there are also no plans to do that because in kernel 2.5.+ they will be replaced by a more generic ppp interface layer.
+
===Interface ISDN PPP===
  
5.1.2.5. SLIP + PLIP
+
Interface ISDN PPP (ippp) tidak di enable IPv6-nya di kernel. Juga tidak ada rencana untuk itu, karena di kernel 2.5+ akan di ubah oleh lapisan interface ppp yang generic.
  
Like mentioned earlier, this interfaces don't support IPv6 transport (sending is OK, but dispatching on receiving don't work).
+
===SLIP + PLIP===
  
5.1.2.6. Ether-tap device
+
Interface ini tidak mendukung transportasi IPv6 (mengirim OK, tapi menerima tidak jalan).
  
Ether-tap devices are IPv6-enabled and also stateless configured. For use, the module “ethertap” has to be loaded before.
+
===Ether-tap device===
  
5.1.2.7. tun devices
+
Ether-tap device adalah IPv6-enabled dan dapat di konfigurasi stateless. Untuk menggunakannya, modul “ethertap” harus di load terlebih dulu.
 
 
Currently not tested by me.
 
 
 
5.1.2.8. ATM
 
 
 
01/2002: Aren't currently supported by vanilla kernel, supported by USAGI extension
 
 
 
5.1.2.9. Others
 
 
 
Did I forget an interface?...
 

Latest revision as of 08:15, 30 June 2013

Pada sebuah node, ada beberapa device network. Mereka tergabung dalam beberapa kelas.

  • Secara fisik, seperti eth0, tr0
  • Secara virtual, seperti ppp0, tun0, tap0, sit0, isdn0, ippp0

Secara Fisik

Menempel secara fisik seperti Ethernet atau Token-Ring secara normal tidak memerlukan penanganan khusus.


Secara Virtual

Interface yang menempel secara virtual biasanya membutuhkan dukungan khusus.


Interface tunnel IPv6-in-IPv4

Interface ini biasanya di kenal dengan nama sitx. Nama sit adalah kependekan dari Simple Internet Transition. Device ini mempunyai kemampuan untuk mengenkapsulasi paket IPv6 ke dalam paket IPv4 dan mengirimkan melalui tunnel ke ujung satu-nya.

sit0 mempunyai arti spesial dan tidak dapat digunakan untuk tunnel khusus.

Interface PPP

Interface PPP memperoleh kemampuan IPv6 dari IPv6 enabled PPP daemon.

Interface ISDN HDLC

Kemampuan IPv6 untuk HDLC dengan enkapsulasi ip sudah ada dalam kernel.

Interface ISDN PPP

Interface ISDN PPP (ippp) tidak di enable IPv6-nya di kernel. Juga tidak ada rencana untuk itu, karena di kernel 2.5+ akan di ubah oleh lapisan interface ppp yang generic.

SLIP + PLIP

Interface ini tidak mendukung transportasi IPv6 (mengirim OK, tapi menerima tidak jalan).

Ether-tap device

Ether-tap device adalah IPv6-enabled dan dapat di konfigurasi stateless. Untuk menggunakannya, modul “ethertap” harus di load terlebih dulu.