<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Radu,<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
That will cause a performance overload on routers and then each and every device on the internet will need to be upgraded - an impossible mission. My solution is feasible, can be very quickly deployed, doesn't require the upgrade of all devices in the internet
 and will bring to each RIR more than 800,000,000 IPv4 addresses (and will also bring to each ISP and ASN a high amount of free IPv4 addresses).</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Respectfully,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Elad<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> members-discuss <members-discuss-bounces@ripe.net> on behalf of Radu Anghel via members-discuss <members-discuss@ripe.net><br>
<b>Sent:</b> Saturday, April 25, 2020 10:51 PM<br>
<b>To:</b> members-discuss@ripe.net <members-discuss@ripe.net><br>
<b>Subject:</b> Re: [members-discuss] Technical solution to resolve the IPv4 Exhaustion problem and to add more 4, 294, 967, 296 IPv4 addresses that are needed in the world</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi Elad,<br>
<br>
Do you think that if we also display them in HEX (0-FFFF.0-FFFF) we<br>
could get double the amout of IPv4+???<br>
<br>
Thaaanks!<br>
<br>
Radu<br>
<br>
<br>
On 25.04.2020 20:20, Elad Cohen wrote:<br>
> Hello Everyone,<br>
> <br>
> I want to share with you my technical solution to the "IPv4 Exhaustion"<br>
> problem (without to upgrade each and every router that exist in the<br>
> internet), using the below implementation there will be more<br>
> 4,294,967,296‬ IPv4 addresses that the world needs so much:<br>
> <br>
> Currently in an IPv4 packet - the source address and the destination<br>
> address are being represented each by four bytes, each of these four<br>
> bytes are being displayed as: [0-255].[0-255].[0-255].[0-255]<br>
> <br>
> But it is up to us to choose how we want to display them, for example:<br>
> four bytes can also be displayed as [0-65535].[0-65535] (two numbers and<br>
> one dot, the two numbers are bigger because in total they also being<br>
> represented as four bytes)<br>
> <br>
> So there can be one set of 4,294,967,296‬ IPv4 addresses (the one that<br>
> we know in the display format of [0-255].[0-255].[0-255].[0-255])<br>
> <br>
> and another set of 4,294,967,296 IPv4 addresses (with a new format of<br>
> [0-65535].[0-65535])<br>
> <br>
> We need to have a mark, a flag, in the ip packet header - in order to<br>
> know if the source address is of the old formatting (IPv4) or of the new<br>
> formatting (lets call it IPv4+), for that mark the 'reserved bit' in the<br>
> ip header can be used, so in case the source address is of IPv4+ or in<br>
> case that the destination address is of IPv4+ (or in case that both the<br>
> source and destination addresses are of IPv4+) then the reserved bit in<br>
> the ip header will be set to 1 , we then also need to know exactly if<br>
> the source address is of IPv4+ or not (meaning of IPv4) and if the<br>
> destination address is of IPv4+ or not (meaning of IPv4) - this can be<br>
> done by marking the DF flag if the source address is of IPv4+ (and not<br>
> marking the DF flag if the source address is of IPv4) and marking the MF<br>
> flag if the destination address is of IPv4+ (and not marking the MF flag<br>
> if the destination address is of IPv4), by using the DF and MF bits<br>
> which are related to fragmentation (whenever the reserved bit is set to<br>
> '1') we are losing the ip fragmentation functionality for any traffic<br>
> with an IPv4+ address (for traffic between two IPv4 addresses, the<br>
> reserved bit is not set to '1' and hence optional ip fragment<br>
> functionality is unchanged)<br>
> <br>
> We need to know the MTU before an IPv4+ packet will be sent, because no<br>
> fragmentation will be able to be done with IPv4+ , the current "Path MTU<br>
> Discovery" (RFC 1191) is not good for that case because it is using the<br>
> DF bit which we are using as well (and in IPv4+ traffic a DF flag set to<br>
> 1 is marking that the source address is of IPv4+), and also ICMP<br>
> protocol can be blocked by routers in the routing path, the solution is<br>
> to send multiple udp requests (with fixed known MTU sizes) to the<br>
> destination address (lets call it IPv4+ handshake) - the destination<br>
> address may or may not receive them (in case a router in the routing<br>
> path have multiple upstreams and wasn't upgraded to an upper version<br>
> that supports IPv4+ then it will not recognize the reserved bit and the<br>
> DF and MF bits related to it, it will not recognize the new IPv4+<br>
> addresses and even if the reserved bit is set to '1' and MF flag is set<br>
> to '1' in the ip packet - it will route to to the destination address<br>
> just like it is an IPv4 address and not IPv4+ address, meaning to a<br>
> completely different destination address) - in case the destination<br>
> address indeed received the IPv4+ packets - it will send back the udp<br>
> requests to the source address at the exact same sizes (with the<br>
> reserved bit flag set to '1' and with the DF and MF flags set<br>
> accordingly) - when the source address will receive them - the source<br>
> address will know that the destination address is supporting IPv4+ ,<br>
> that ip packets with new IPv4+ formatting will reach the destination and<br>
> the source address will know what is the biggest size of the udp request<br>
> that was received - and it will be the MTU for that specific connection<br>
> between the source and the destination addresses (The IPv4+ handshake<br>
> will be done again if there is no response from the destination after<br>
> the initial udp handshake was already completed successfully).<br>
> <br>
> The udp handshake between a source address and a destination address<br>
> (that any of them or them both is an IPv4+ address) will use a specific<br>
> udp port, an availalbe unassigned port between 0 to 1023, an operating<br>
> system networking stack (that was updated for IPv4+ with the operating<br>
> system automatic updating system) will know exactly what this udp port<br>
> is for - and will react accordingly, the upgraded operating system<br>
> networking stack will also check that the destination address (in the<br>
> IPv4 or in the IPv4+ format) is set locally in the operating system,<br>
> before sending the udp requests back to the source address (if not then<br>
> the ip packet will be dropped by the upgraded operating system<br>
> networking stack). Any operating system that wasn't upgraded to support<br>
> IPv4+ - will just drop that kind of udp requests.<br>
> <br>
> IPv4+ is fully backward compatible to IPv4 (and any router that was not<br>
> upgraded yet to IPv4+ will not cause IPv4 traffic to break), it is also<br>
> not adding any new fields to ip packets or using new fields, IPv4+ will<br>
> not cause any performance overload for any supported router.<br>
> <br>
> The reason that the MF and DF bits are being use for IPv4+ and not the<br>
> ToS / IP-ID / Options in ip header are being used is because we cannot<br>
> be 100% sure that the ToS / IP-ID / Options in the ip header will not be<br>
> changed or dropped by any rouer in the routing path that wasn't upgraded<br>
> to IPv4+ (and we don't want to upgrade any router in the world because<br>
> it is an impossible mission) - in the ip header ToS is being cleared by<br>
> some routers - IP-ID can be changed by NAT routers - Options field is<br>
> dropped by many routers, we can trust that the DF and MF flags will not<br>
> be modified in the routing path by routers that weren't upgraded to IPv4+.<br>
> <br>
> For the above solution not all the internet devices in the world needs<br>
> to be patched/upgraded to support IPv4+ which is an impossible mission,<br>
> end-users operating systems need to be upgraded (but it can be done<br>
> simply using their automatic updating system), BGP routers (and any<br>
> router with multiple physical routing paths) will need to have its<br>
> firmware upgraded to support IPv4+, any NAT router that will want to use<br>
> an external IPv4+ address will need to have its firmware upgraded (any<br>
> NAT router that will use an external IPv4 address will not need to have<br>
> its firmware upgraded, only the internet devices in the LAN of the NAT<br>
> router will need to have a single operating system update in order for<br>
> them to access IPv4+ addresses in the internet), any home router (not<br>
> NAT) or home modem will not need to have a firmware upgrade and IPv4+<br>
> functionality will be transparent to them.<br>
> <br>
> The deployment of IPv4+ can be fairly easy and very fast, a round table<br>
> of one person from each one of the 5 RIRs and from each one of the<br>
> operating systems vendors and from each one of the router manufacture<br>
> vendors. Even if IPv4+ will be deployed over time, it will not cause the<br>
> internet to break (devices that need to be upgraded to IPv4+ and didn't<br>
> yet will work exactly as they are now with IPv4, they will just not yet<br>
> support IPv4+).<br>
> <br>
> The above will resolve the "IPv4 Exhaustion" problem and will bring to<br>
> each one of the 5 RIRs almost 900,000,000 new IPv4+ addresses that will<br>
> be able to the provided to the LIRs worldwide, if you have any question<br>
> please let me know.<br>
> <br>
> Respectfully,<br>
> Elad<br>
> <br>
> _______________________________________________<br>
> members-discuss mailing list<br>
> members-discuss@ripe.net<br>
> <a href="https://lists.ripe.net/mailman/listinfo/members-discuss">https://lists.ripe.net/mailman/listinfo/members-discuss</a><br>
> Unsubscribe: <a href="https://lists.ripe.net/mailman/options/members-discuss/radu.anghel%40xindi.eu">
https://lists.ripe.net/mailman/options/members-discuss/radu.anghel%40xindi.eu</a><br>
> <br>
<br>
<br>
_______________________________________________<br>
members-discuss mailing list<br>
members-discuss@ripe.net<br>
<a href="https://lists.ripe.net/mailman/listinfo/members-discuss">https://lists.ripe.net/mailman/listinfo/members-discuss</a><br>
Unsubscribe: <a href="https://lists.ripe.net/mailman/options/members-discuss/elad%40netstyle.io">
https://lists.ripe.net/mailman/options/members-discuss/elad%40netstyle.io</a><br>
</div>
</span></font></div>
</body>
</html>