Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tknv

#1
General Discussion / Re: Devices cannot get IPv6 GUA
January 12, 2024, 02:24:26 AM
Hi Maurice, I agreed need to know more about IPv6 and also my ISP.
#2
General Discussion / Re: Devices cannot get IPv6 GUA
January 09, 2024, 05:30:51 AM
Hi Saarbremer,

Thank you for the advice.
Track IPv6 Interface
...
Manual configuration: No check (Allow manual adjustment of DHCPv6 and Router Advertisements)

Then LAN6 client get IPv6 GUA. After removing the "Manual configuration". OPNsense remove DHCPv6 and RA setting for the LAN6 interface.
But luckily at the LAN6 client IPv6 primary DNS is LAN6 IPv6 GUA address. Thus, I can handle the IPv6 DNS request at the OPNsense.

But a bit worry, I feel strange about remove the "Manual configuration". Once remove it, we lose control DHCPv6 and RA.

Hi Maurice, thanks for the comment. I use same switch OS and different ISP, but IPv6 GUA is working. So I think it is not blocked now. But agreed, need to doubt it as well.

Regards,
#3
General Discussion / Re: Devices cannot get IPv6 GUA
January 04, 2024, 03:38:03 PM
Thank you very much for your response.
LAN6 got IPv6 GUA: 2001:x::xxxx/56

> What is the prefix ID configured per each LAN?
Only LAN6 interface for IPv6 now.
Interfaces: [LAN6]
...
Track IPv6 Interface
IPv6 Interface: WAN
IPv6 Prefix ID: 0x0 << is set.
Manual configuration: Checked (Allow manual adjustment of DHCPv6 and Router Advertisements)

> What is the prefix size from ISP / assigned to your LAN?
I believe it is 56.

> Did you enable manual configuration of DHCPv6 and RA on each interface?
Only interface [LAN6] is for IPv6 and RA is set as:
Services: Router Advertisements: LAN6
Router Advertisements: Assisted
Router Priority: High
Advertise Default Gateway: Checked
Advertise Routes: set nothing.
DNS options: Checked(Use the DNS configuration of the DHCPv6 server)
DNS options: Not checked(Do not send any DNS configuration to clients)

DHCPv6 is not set on LAN6. My understanding is not needed due to expected DHCPv6 at ISP.
But I am not sure. Is it needed?
If needed, I would like to know what parameters are needed to be set there.

P.S. I like to use UML component diagram to explain network device/port/vlan etc. Looks easy to understand all(most) about networking there.
#4
General Discussion / Devices cannot get IPv6 GUA
January 04, 2024, 01:21:07 PM
I expect devices can get IPv6 GUA when connected to a switch.
Seems only DNS(LAN6 IPv6(GUA) address which get from ISP) is supplied to vlan600 device by SLAAC.

Network
https://i.postimg.cc/dt7rVMqn/lan6.png[/img]]

The interface LAN6 can get IPv6 GUA address from ISP.
But devices which connect to switch vlan600 cannot get IPv6 GUA.
I tried to RA:Unmanaged, but a client could not get IPv6 address.

OPNsense setup:
Interface: WAN
IPv4 Configuration Type: PPPoE
IPv6 Configuration Type: DHCPv6

Request only an IPv6 prefix: Checked
Send IPv6 prefix hint: Checked
Use IPv4 connectivity: Checked

Interfaces: LAN6
IPv4 Configuration Type: None
IPv6 Configuration Type: Track Interface

Track IPv6 Interface
IPv6 Interface: WAN
Manual configuration: Checked (Allow manual adjustment of DHCPv6 and Router Advertisements)

Services: Router Advertisements: LAN6
Router Advertisements: Assisted
Router Priority: High
Advertise Default Gateway: Checked

IPv4(uses another NIC, not same NIC of LAN6) devices(connected to vlan2) are no issue at all.