po 7. 11. 2022 v 13:38 odesílatel Eric JACQUOT <ejacq...@delfic.org> napsal: > Hi, > > Could you try with this inet6 conf in your /etc/hostname.vio0 : > > inet6 [yourvpsipv6] 121 > !route add -inet6 -net 2001:db8:efef::1/128 -cloning -link -iface vio0 > !route add -inet6 default 2001:db8:efef::1 >
Hi Eric, That was it! The cloning modifier did the trick. I tried almost the exact same thing before, but missed this modifier, that's why it didn't work. I had no clue :) In the end it was enough to add just the host route to the gateway. !route add -inet6 2001:db8:efef::1 -cloning -link -iface vio0 was appended to /etc/hostname.vio and 2001:db8:efef::1 went normally to /etc/mygate Works like a charm now. Thank you so much for the help. Michal