Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] IPv6

Ok, thanks, IPv6 is not supported on my embedded device, hence my question.

 

Philippe

 

From: mosquitto-dev-bounces@xxxxxxxxxxx <mosquitto-dev-bounces@xxxxxxxxxxx> On Behalf Of Dougie Lawson
Sent: samedi 7 juillet 2018 09:56
To: General development discussions for the mosquitto project <mosquitto-dev@xxxxxxxxxxx>
Subject: Re: [mosquitto-dev] IPv6

 

PS. If you don't want IPv6 then disable it on Linux at the interface level

 

Add this stuff 

net.ipv6.conf.all.disable_ipv6 = 1

net.ipv6.conf.default.disable_ipv6 = 1

net.ipv6.conf.lo.disable_ipv6 = 1

into /etc/sysctl.conf and activate it with sysctl -p. It'll be sticky at reboot.

 

Don't change application libraries because you can't work with a 21 year old "new" networking protocol.

 

Regards, Dougie

 

 

On Sat, 7 Jul 2018 at 08:53, Dougie Lawson <dl1ims@xxxxxxxxx> wrote:

Mosquitto already binds an IPv4 (0.0.0.0) and IPv6 (::) socket when it starts up so will accept connections from any client regardless. The IPv6 stuff is already there.

 

Regards, Dougie 

 

On Fri, 6 Jul 2018 at 12:48, Philippe Willems <philippe.willems@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

Hello,

 

Is it possible to compile libmosquitto and mosquitto without IPv6 support?

 

Thanks,

 

Philippe

_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


 

--


 

--


Back to the top