lilchancep / att-pfsense-ipv6

Multiple IPv6 Prefix Delegation over AT&T Residential Gateway for pfSense
72 stars 11 forks source link

ia-na isnt necessary #5

Open djzort opened 1 year ago

djzort commented 1 year ago

The ia-na configuration just adds another ipv6 address to the wan interface of the firewall. It isn't necessary.

You may wish to exclude it entirely or just note it as optional.

I just felt that it was worth mentioning,

jamesmanes commented 1 year ago

I was wondering about this recently. This would save another IPv6 address to be used as a subnet correct? Is there any benefit of WAN having a IPv6 GUA?

lilchancep commented 1 year ago

Thank you for the feedback, testing without it now and ill update the documentation to reflect that.

djzort commented 1 year ago

The reason to have it would be if someone wanted to do port forwarding from the firewall to mask the server providing the service or similar. Otherwise, routers can and should just use link local imho so they have no interfaces "exposed" to the internet.

jamesmanes commented 7 months ago

Added your information to PR: https://github.com/lilchancep/att-pfsense-ipv6/pull/16