On 3/24/23 10:09 PM, dep via tde-users wrote:
But the question stands: is there a relatively
convenient control to turn
off ipv6 anywhere in TDE?
The TDE_NO_IPV6 environment variable seems to still exist. Perhaps try
export TDE_NO_IPV6=1.
With respect to the entire system, I do not use Debian but the following
suffices for me in Slackware to fully disable ipv6:
/etc/modprobe.d/aliases.conf:
alias net-pf-10 off
alias ipv6 off
/etc/modprobe.d/blacklist.conf
blacklist ipv6
/etc/netconfig
Comment out the following two lines:
#udp6 tpi_clts v inet6 udp - -
#tcp6 tpi_cots_ord v inet6 tcp - -
I hope that helps.