[SOLVED] ipv6

Started by Javier®, December 03, 2024, 06:15:14 PM

Previous topic - Next topic
December 03, 2024, 06:15:14 PM Last Edit: December 04, 2024, 09:18:16 AM by jr-acedo
Hi everyone, after upgrading to 24.7.10 I get this error.
dhcp6c transmit failed: Permission denied
before everything worked fine, now I don't have ipv6


The problem was that I had rules in Nat that with the update were not good
** ¯\_(ツ)_/¯ **  C'est la vie  ** ¯\_(ツ)_/¯ **


can you explain your solution on detail? Which NAT you have had that make a problem after the update?

December 05, 2024, 10:17:41 AM #3 Last Edit: December 05, 2024, 10:19:37 AM by jr-acedo
Hi everyone, I had a general rule for ipv6, this was the problem, now the rules are specific

nat on re1 inet6 from (lo0:network) to any -> (re1:0) port 1024:65535
nat on re1 inet6 from (re0:network) to any -> (re1:0) port 1024:65535
nat on re1 inet6 from (wg0:network) to any -> (re1:0) port 1024:65535
** ¯\_(ツ)_/¯ **  C'est la vie  ** ¯\_(ツ)_/¯ **

Why are you NATing IPv6?
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

to exit with the address of the isp, not the devices
** ¯\_(ツ)_/¯ **  C'est la vie  ** ¯\_(ツ)_/¯ **

"You are holding it wrong"  8)
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

December 05, 2024, 03:18:35 PM #7 Last Edit: December 05, 2024, 03:23:56 PM by jr-acedo
Yes, maybe, but I prefer to do it like in IPv4
It works pretty well
I use the /128 address of the isp for dhcp6c, lan is fixed ipv6, while the devices are configured in SLAAC
** ¯\_(ツ)_/¯ **  C'est la vie  ** ¯\_(ツ)_/¯ **