So what's 'xxxx' here. It is supposed to be a gateway but looks like a FQDN?For dslite, do you use any custom patching?
Would you mind sending this to me privately for inspection? Just that "The command '/sbin/route add -host [...]" line. Maybe a stray character in there or something else I'm missing, but impossible to decide on next step without it.
No custom patching, one interface to my ISP's NT, IPv4 DHCP, IPv6 DHCPv6 and "Use IPv4 connectivity".
Quote from: CrackalackingZ on August 15, 2022, 03:33:44 pmNo custom patching, one interface to my ISP's NT, IPv4 DHCP, IPv6 DHCPv6 and "Use IPv4 connectivity".Just a wild guess: "Use IPv4 connectivity" is only meant for PPP, which you don't seem to use. Any improvement if you disable this?CheersMaurice
# cat test.php<?phpinclude 'config.inc';include 'util.inc';include 'interfaces.inc';include 'system.inc';var_dump(get_nameservers(null, true));
# php -f test.php[output to send via PM]