Chadster766 / McDebian

Linksys WRT3200ACM, WRT1900AC, WRT1900ACS, WRT1200AC and WRT32X Router Debian Implementation
98 stars 14 forks source link

DHCPv6 or 6in4 #72

Closed Borisich76 closed 3 years ago

Borisich76 commented 3 years ago

Hi. Something i'm completely confused with ipv6. Now i get ipv6 settings from the provider via dhcp and i get an with subnet :: 1/128 but do not share per subnet, share only if change to net.ipv6.conf.wan.accept_ra = 1 net.ipv6.conf.all.forwarding = 0, but when I restart again I get only one address. It would also be interesting find out the settings for 6in4. Thanks

Chadster766 commented 3 years ago

McDebian is preconfigure for IPv6 NAT as described in the below wiki article:

https://github.com/Chadster766/McDebian/wiki/5.-Network-Configuration

I like this configuration because you can easily firewall, forward and locate local LAN IPv6 resources.

Borisich76 commented 3 years ago

How to set up bypassing NAT? ipv6 does not work for me with your configuration. I added dhcp 1 and request_prefix 1 to the wan inet6 interface and it seems to work. He began to receive an address and a prefix but today it stopped working. Server dhcpv6 also does not start.

Chadster766 commented 3 years ago

Sure McDebian (Debian) can be configure however you like.