G
G
Gleb_New_Programmer2019-07-10 12:16:09
Computer networks
Gleb_New_Programmer, 2019-07-10 12:16:09

How to convert IPv4 to IPv6 and is it possible?

Hello!

There are 3 networks
№1 172.16.0.0 255.255.0.0 №2 172.17.0.0 255.255.0.0 №3 172.18.0.0 255.255.0.0
. Is it possible to make it so that when making requests to the address 172.16.0.5 (172.17.0.5, 172.18.1.10), the requests are tunneled to IPv6 addresses and go through the IPv6 network?! The networks are out!
exemplary scheme
5d25ac0f9715f640887610.jpeg
Only routers have ipv6 support! Is this possible and if so, how to set it up? On the Internet, there are options to issue IPv6 to each node and tunnel IPv6 over IPv4, but I did not find IPv4 over IPv6!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
poisons, 2019-07-10
@Gleb_New_Programmer

Well, corny GRE allows you to use ipv6 udp for transport, and the passenger can be ipv4.
In the case of ROS, you can use EoIP and get l2 between two pieces of iron.

2
20ivs, 2019-07-10
@20ivs

If you have an ipv6 package in your package, then create an interface with an ipv6 address and try to wrap something there by creating a rule in ip - routes. and you will get an answer. I have no way to test it, unfortunately.

D
DDwrt100, 2019-07-10
@DDwrt100

I think it's worth looking in the direction of NAT64 technologies
, here are a bunch of all sorts of methods:
https://nag.ru/articles/article/26964/tehnologii-d...
Look, it might help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question