View previous topic :: View next topic |
Author |
Message |
enihcam
Joined: 07 Jan 2015 Posts: 8
|
Posted: Wed Jan 07, 2015 5:20 am Post subject: OpenAndConfPCPv6Socket: socket(): Address family not support |
|
|
Hi all,
I'm new to iptables and miniupnpd, and this is my first time to build a home router.
I never use ipv6, and I removed everything about ipv6 from kernel and my distro. However when I start the miniupnpd service, it gives me the following error:
Code: | Error: miniupnpd[1525]: OpenAndConfPCPv6Socket: socket(): Address family not supported |
Anyone know how to disable ipv6 support in miniupnpd?
btw, I also installed miniupnpc for testing the daemon, but the client never found the upnp. |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Wed Jan 07, 2015 9:25 am Post subject: |
|
|
just compile miniupnpd without IPV6 support !
make sure the line #define ENABLE_IPV6 is commented in config.h _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
enihcam
Joined: 07 Jan 2015 Posts: 8
|
Posted: Wed Jan 07, 2015 12:09 pm Post subject: |
|
|
miniupnp wrote: | just compile miniupnpd without IPV6 support !
make sure the line #define ENABLE_IPV6 is commented in config.h |
Thanks, but could you please add a runtime flag/config entry to disable IPv6 support? Otherwise, two versions of miniupnpd would have to be maintained in a distro. |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Wed Jan 07, 2015 12:36 pm Post subject: |
|
|
enihcam wrote: | miniupnp wrote: | just compile miniupnpd without IPV6 support !
make sure the line #define ENABLE_IPV6 is commented in config.h |
Thanks, but could you please add a runtime flag/config entry to disable IPv6 support? Otherwise, two versions of miniupnpd would have to be maintained in a distro. |
That would be a big work. _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
|