Hello!
I have a question about the configuration of RouterOS.
I have an application which currently only supports IPv4.
This runs on my network and should be publicly accessible.
So that the access via e.g. mobile works great, I would like to allow IPv6 as well.
How can I build step by step one rule (or more rules) to redirect the IPv6 traffic to IPv4?
So far I have successfully set up a DST-NAT for IPv4 and IPv6.
However, nothing is reachable over IPv6 as the application only speaks IPv4.
Proper firewall rules are also created to allow traffic to be routed from outside to inside.
I see the incoming IPv6 traffic in the logs.
Here is some data:
- MikroTik RB5009
- Own public IPv4 address, which changes every 24h
- Own public IPv6 subnet (/56)
- SLAAC is configured
- ULA is configured
- The server has a local IPv4 address
- The server has a ipv6 address of SLAAC and ULA
- A dynamic URL is configured
Why IPv6 NAT?
Because I have set up my dynamic URL in the router and it updates automatically.
So I don’t have to install anything extra on the server.
Is think easier ![]()
Does anyone maybe have an idea for me?
Does this work at all?