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 - Courier1027

#1
I was using the ndp-proxy-go plugin to proxy the ISP provided /64 IPv6 prefix from WAN to LAN interfaces. Post the update to OPNsense 25.7.11 The plugin fails to start / run. Manual start command from the "Services" panel didn't work. I am unable to see anything in the log file too. Following is the current configuration for my setup.
#2
Quote from: meyergru on November 29, 2025, 09:43:57 AMThe redirect target IP is an alias, which is a dynamic IPv6 alias on any IPv6-enabled interface with the EUI-64 of that interface (which is the same as the EUI-64 of the link-local IPv6).

I believe this is working well. Did a DNS leak test https://browserleaks.com/dns and the DNS servers reported are those in my Unbound DoT forward list and not the ISP's DNS server. Thanks again.
#3
QuoteIf you receive a DNS server from your ISP, but want the router to be the sole DNS server, use a Port Forward to force traffic destined to port 53 to the local running Unbound server instead.
I am very new to IPv6 and this is my hobby project so please be gentle. I have already implemented this in IPv4 with port forward to 127.0.0.1. How do I identify the IPv6 address of the local running Unbound server and implement for IPv6? My IPv6 stack is working well with this plugin with LAN configured as  link-local so thanks for this.