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: ==...")
 
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:==
+
==Networking & Firewall==
  
* Traffic that uses a protocol other than TCP, UDP, and ICMP is blocked, unless explicitly allowed through Protocol Forwarding.
+
* Traffic yang menggunakan protocol selain TCP, UDP, dan ICMP biasanya di blok, kecuali secara explisit di ijinkan melalui 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 25:
 
* 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):
  
Note: This is an exhaustive list of supported protocols. Only protocols that appear here are supported for protocol forwarding.
+
 
 +
==Pranala Menarik==
 +
 
 +
* [[IPv6]]

Revision as of 16:38, 31 January 2019

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:

Networking & Firewall

  • 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