Page 1 of 1

IPV4 versus IPV6

Posted: Sat Dec 05, 2020 3:55 pm
by tim777
Is there anyway to force mudlet 4.10.1 to use IPV4 as although my computer and the mud (Discworld) is IPV6 compatible it just hangs and never connects.
According to test-ipv6.com website i get a result of 9 out of 10. The failure is the DNS sever (BT i think) is either not able or not configured to use IPV6.
I am running Linux Mint 20.04 LTS and i can get round the problem by running the following commands in a terminal:-

sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1

But its a bit of a pain.

Re: IPV4 versus IPV6

Posted: Sat Dec 05, 2020 8:14 pm
by Vadi
We don't have a setting to force that, sorry. There are proxy settings - maybe that'll be an easier workaround?

Re: IPV4 versus IPV6

Posted: Sun Dec 06, 2020 6:46 am
by tim777
Unfortunately my knowledge of proxy settings is nil so I will stick to disabling IPV6 at my end. Thanks for your help.

Re: IPV4 versus IPV6

Posted: Mon Dec 28, 2020 5:35 pm
by SynecticLabs
Sounds to me like this is an IPTables issue. I very much doubt your DNS provider will be blocking IPV6.

Re: IPV4 versus IPV6

Posted: Thu Dec 31, 2020 7:55 am
by tim777
My router is from BT same as my service provider so I think they are blocking it

Re: IPV4 versus IPV6

Posted: Thu Dec 31, 2020 8:08 am
by tim777
On checking my hub configuration again it confirms that IPV6 is enabled and also that DNS is NOT available

Re: IPV4 versus IPV6

Posted: Sat Jan 02, 2021 4:50 am
by SlySven
This is an issue that has been hanging around our necks for a while:
https://github.com/Mudlet/Mudlet/issues/3053
https://github.com/Mudlet/Mudlet/issues/3791