Thanks, this is what we should do.
But I'm also very sorry for causing you some inconvenience.
a bit strange issue and cannot be reproduced it in my router locally.
Glad to hear the issue is resolved now, enjoy it!
Thanks, this is what we should do.
But I'm also very sorry for causing you some inconvenience.
a bit strange issue and cannot be reproduced it in my router locally.
Glad to hear the issue is resolved now, enjoy it!
I updated to 4.8.3 and have a similar issue now. I have changed nothing except updated the firmware. AG Home is also on in my setup. I can connect to the VPN, but I can no longer access any IP directly; servers, printers, etc… My browser is greeted with a “NSURL ErrorDomain”
Disable AGH and use my script to update AGH:
Re-enable it afterwards.
@admon Thanks for the reply. You believe this has to do with AGH and not the VPN/Firmware update? Maybe I can disable AGH to test beforehand?
Afaik the problem is AGHs Multipath usage which has some issues in some GL firmwares.
My script disables it by running:
disable_multipath_tcp() {
if ! grep -q 'procd_set_param env GODEBUG=multipathtcp=0' /etc/init.d/adguardhome; then
sed -i '/procd_set_param stderr 1/a\ procd_set_param env GODEBUG=multipathtcp=0' /etc/init.d/adguardhome
fi
}
@admon even if ADH is disabled?
Nah, but after disabling AGH, make sure to restart all devices so there are no weird cached entries anymore.
I solved my issue here