Not sure if I'm misunderstanding the first post, but nothing changes in my setup when I tweak the MTU in the point-to-point section; the only way I can get an MTU of 1500 is by entering 1508 on the WAN interface instead.
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 Menuping 1.1.1.1 -f -l 1465 I get 100% packet loss, how come?Quote from: cs1 on January 08, 2026, 02:47:13 PMIf you want to send any local DNS request to a local Unbound through wireguard to an upstream DNS, the easiest way is to use the documentation for wireguard selective routing (https://docs.opnsense.org/manual/how-tos/wireguard-selective-routing.html) and modify it to only tunnel DNS traffic from any firewall IP to the upstream DNS IPs.Are you referring to the section "Dealing with DNS Leaks"? If so, which of the 5 points/solutions would you recommend?
Quote from: CaptainFrank on October 04, 2025, 02:24:26 PMAm I right in thinking that I need to set the OPNSense WAN interface to use VLAN101, and DHCP for it's IP config? because (assuming I`m doing it right!), it doesn't seem to work.VLAN tag must be set in the Draytek modem (as per the guide you linked), and the WAN in OPNsense must be set as DHCP, that's it!
root@hush:/var/etc # cat ntpd.conf
#
# Autogenerated configuration file
#
tinker panic 0
# Orphan mode stratum
tos orphan 12
# Max number of associations
tos maxclock 10
# Upstream Servers
pool 0.opnsense.pool.ntp.org maxpoll 9
pool 1.opnsense.pool.ntp.org maxpoll 9
pool 2.opnsense.pool.ntp.org maxpoll 9
pool 3.opnsense.pool.ntp.org maxpoll 9
statsdir /var/log/ntp
logconfig =syncall +clockall
driftfile /var/db/ntpd.drift
restrict source kod limited nomodify noquery notrap
restrict default kod limited nomodify noquery notrap nopeer
restrict -6 default kod limited nomodify noquery notrap nopeer
restrict 127.0.0.1 kod limited nomodify notrap nopeer
restrict ::1 kod limited nomodify notrap nopeer