wm: doc

Download patch

ref: 5d7982a6ef27ca7cc603c64e3392d1177fe4b78a
parent: e034c38c0b317b17e23433dde5481edcd15a5e27
author: jrmu <jrmu@inter9>
date: Tue Nov 7 08:31:51 EST 2023

Add 6-to-4 bridge idea for routing

--- a/routing.ms
+++ b/routing.ms
@@ -22,6 +22,8 @@
 
 An outgoing packet sent from the Inter9 to Internet A's 1.2.3.4 can use the port number 10080 for port 80 of A's 1.2.3.4. An outgoing packet sent from the Inter9 to Internet B's 1.2.3.4 can use port number 10080 for port 80 of B's 1.2.3.4.
 
-No new routing protocols need to be introduced. Routing to incompatible internets is simply handled using NAT
+No new routing protocols need to be introduced. Routing to incompatible internets is simply handled using NAT.
+
+It is also possible to have 6-to-4 bridging by embedding an IPv4 address inside an IPv6 address. In this way, it will be possible to route to IPv4 addresses from any internet without the use of multiplexing by ports. (Thanks to mkf for this suggestion)
 
 byte for byte compatibility with existing protocols on the wire is necessary to ensure compatibility
\ No newline at end of file