Difference between revisions of "IPv6: masalah proto-41 di router forwarding"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Tunneling IPv6 hanya bisa berhasil jika semua router yang di lewati dengan senang hati melalukan protocol number 41 (proto-41) yang resminya adalah IPv6 in IPv4. Sialnya: ==...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Tunneling IPv6 hanya bisa berhasil jika semua router yang di lewati dengan senang hati melalukan protocol number 41 (proto-41) yang resminya adalah IPv6 in IPv4.
+
Tunneling IPv6 hanya bisa berhasil jika semua router yang di lewati dengan senang hati melalukan protocol number 41 (proto-41) yang resminya adalah IPv6 in IPv4 (6in4). Mohon di mengerti bahwa 41 adalah nomor protocol, BUKAN nomor port!
  
 
Sialnya:
 
Sialnya:
  
==Per Networking and Firewalls:==
+
Kebanyakan Networking & Firewall hanya meloloskan traffic yang menggunakan protocol selain TCP, UDP, dan ICMP biasanya di blok, kecuali secara explisit di ijinkan melalui Protocol Forwarding.
 
 
* Traffic that uses a protocol other than TCP, UDP, and ICMP is blocked, unless explicitly allowed through Protocol Forwarding.
 
  
 
==Per Protocol Forwarding:==
 
==Per Protocol Forwarding:==
  
Google Compute Engine supports protocol forwarding for the following protocols:
+
Google Compute Engine mendukung protocol forwarding hanya untuk protocol berikut:
  
* AH: Specifies the IP Authentication Header protocol.
+
* AH: IP Authentication Header protocol.
* ESP: Specifies the IP Encapsulating Security Payload protocol.
+
* ESP: IP Encapsulating Security Payload protocol.
* SCTP: Specifies the Stream Control Transmission Protocol.
+
* SCTP: Stream Control Transmission Protocol.
* TCP: Specifies the Transmission Control Protocol.
+
* TCP: Transmission Control Protocol.
* UDP: Specifies the User Datagram Protocol.
+
* UDP: User Datagram Protocol.
  
Hence, a Protocol Forwarding rule needs to be for one of the following IP protocol numbers:
+
Oleh karenanya, Protocol Forwarding rule butuh untuk membuka nomor protocol berikut:
  
 
* 51 (AH)
 
* 51 (AH)
Line 25: Line 23:
 
* 17 (UDP)
 
* 17 (UDP)
  
The Protocol Forwarding page makes it clear that other protocol numbers, such as 41 (6in4) are not supported:
+
Jelas bahwa Protocol Forwarding Goole tidak mendukung nomor-nomor lain, termasuk nomor 41 (6in4):
 +
 
 +
 
 +
==Pranala Menarik==
  
Note: This is an exhaustive list of supported protocols. Only protocols that appear here are supported for protocol forwarding.
+
* [[IPv6]]

Latest revision as of 05:42, 10 June 2020

Tunneling IPv6 hanya bisa berhasil jika semua router yang di lewati dengan senang hati melalukan protocol number 41 (proto-41) yang resminya adalah IPv6 in IPv4 (6in4). Mohon di mengerti bahwa 41 adalah nomor protocol, BUKAN nomor port!

Sialnya:

Kebanyakan Networking & Firewall hanya meloloskan traffic yang menggunakan protocol selain TCP, UDP, dan ICMP biasanya di blok, kecuali secara explisit di ijinkan melalui Protocol Forwarding.

Per Protocol Forwarding:

Google Compute Engine mendukung protocol forwarding hanya untuk protocol berikut:

  • AH: IP Authentication Header protocol.
  • ESP: IP Encapsulating Security Payload protocol.
  • SCTP: Stream Control Transmission Protocol.
  • TCP: Transmission Control Protocol.
  • UDP: User Datagram Protocol.

Oleh karenanya, Protocol Forwarding rule butuh untuk membuka nomor protocol berikut:

  • 51 (AH)
  • 50 (ESP)
  • 132 (SCTP)
  • 6 (TCP)
  • 17 (UDP)

Jelas bahwa Protocol Forwarding Goole tidak mendukung nomor-nomor lain, termasuk nomor 41 (6in4):


Pranala Menarik