View previous topic :: View next topic |
Author |
Message |
preddy
Joined: 09 Feb 2015 Posts: 12 Location: chennai
|
Posted: Fri Feb 20, 2015 7:15 am Post subject: Miniupnpd is not running wiht IPV6 network |
|
|
Hi I had installed miniupnpd 1.9 and running with ipv4 and ipv6 enabled network in one of the linux pc and able to run the miniupnpd and can also see in upnp inspector running in another linux pc.
But same thing when I had tried with disabling Ipv4 and only enabling ipv6 network in linux pc and trying to run the miniupnpd it is throwing the error as follows
"miniupnpd -d -f /home/kasiviswanathan/dump/miniupnpd-1.9.20141209/miniupnpd.conf -u f950f16b-3c82-4c74-8a68-a76510e15518
Error parsing address/mask (or interface name) : eth0
can't parse "eth0" as a valid interface name"
Please any one can say why the miniupnpd is giving above error.
Thanks in advance |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Fri Feb 20, 2015 5:05 pm Post subject: |
|
|
how exactly did you disabled IPv4 and only enabled IPv6 ? _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Fri Feb 20, 2015 5:14 pm Post subject: Re: Miniupnpd is not running wiht IPV6 network |
|
|
preddy wrote: | Error parsing address/mask (or interface name) : eth0
can't parse "eth0" as a valid interface name"
Please any one can say why the miniupnpd is giving above error.
|
I think it is because eth0 has no IPv4 address : the getifaddr() function is failing, so parselanaddr() returns an error.
miniupnpd would need to ne modified to support network interface without any IPv4 address. _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
|
Back to top |
|
|
|