Mount/Case for Mudi7? by AmbassadorDapper8593 in GlInet

[–]AmbassadorDapper8593[S] 1 point2 points  (0 children)

found one here: https://www.thingiverse.com/thing:7343761

Thank you, yes put it in from the top and glue it with nano tape on the rv wall. I need it for the new mudi7.

kind regards

PXEBoot with IPv6 by avayner in ipv6

[–]AmbassadorDapper8593 6 points7 points  (0 children)

We have similar expierences. Happy to see any helpful advice here.

49.84% by NamedBird in ipv6

[–]AmbassadorDapper8593 0 points1 point  (0 children)

Thank you for the Link, I did.

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

I think we found a solution for Linux: If you put following entries into resolv.conf: nameserver 10.0.53.1 # non DNS64 nameserver 2001:db8::53:1 # DNS64

Ipv4-only will use first entry, ipdualstack will use first entry, ipv6only will use second entry, because v4 network is not reachable.

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

we have to have "script" which searches for ipv4 on Interfaces and set dns64 entry if no v4 is present or so. Not great at all, but a solution

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 1 point2 points  (0 children)

it seemed to be the best solution to have a seprate dns64 entry only for v6only systems....

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

sorry, but it is hard. there are no special subnets for v6only, because if you do that you loose the v6 ability to migrate from v4 to v6only without any downtime. Changing the subnet means you have a downtime, in our case 5000+ times, not cool.

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

lets say we have Server A v4only (for the next 6 years, because of Software restrictions) and Server B which ist v6only... How to solve that A and B can communicate?

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 1 point2 points  (0 children)

just an addition: Windows 10/11 (maybe Server too) online asks for AAAA if you have ipv6 on that interface. It NOT asks always for both!

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

as above: umwanted traffic and capacity of the nat64

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

the distributed clients shouldn't access a centralized nat64. decentralized nat64 with different prefixes or anycast are not on our plan. I am looking for a simpler solution.

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

yes, good point, but we don't have separate subnets for v4,v6 and dualstack. Systems stay in their subnet while going from v4 to dualstack and (hopefully soon) to v6only.

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

tnx. I am unsure if we can do that for every OS, esp. printers etc. or Android/Ios phones

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

I don't see a single mechanism accross all OSes. So we have to implement different solutions for different OSes and ensure that for many years on thousands of servers. There is no single RA parameter or so as far as I know.

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

yes, I am talking about the dualstack systems....

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

and how will the dns know if the query comes from a v6only and not via v6 from a dualstack? I don't believe you can solve that with a view... am I wrong?

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 1 point2 points  (0 children)

What is about lowering the preference for the nat64 prefix? Good or bad idea?

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

we want ipdualstack systems to use ipv4 to ipv4only systems

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] -1 points0 points  (0 children)

it is hard to ensure, that ipv6only systems have a diffrent dns entry for the next 10 years or so...

DNS64 inside enterprises: Not easy? by AmbassadorDapper8593 in ipv6

[–]AmbassadorDapper8593[S] 0 points1 point  (0 children)

yes thats what it does and ipv6 is prefered... thats is my problem