View previous topic :: View next topic |
Author |
Message |
RADHAD
Joined: 01 Mar 2015 Posts: 3 Location: Nederland
|
Posted: Sun Mar 01, 2015 11:14 pm Post subject: No IGD UPnP Device found on the network ! From source |
|
|
Hello
i try to compile the git version of miniupnpd
after compile by following the install guide. and installed on my ubuntu server 14.10 without any errors
then i modified the miniupnpd.conf
then i restart the miniupnpd service and i don't see any errors
when i test it with miniupnpc -s and give my the the info
No IGD UPnP Device found on the network !
but i see the iptable chain by typing sudo iptables -vnL MINIUPNPD ;sudo iptables -t nat -vnL MINIUPNPD
hope that somebody can help me to fix this
Thanks
Thomas
http://pastebin.com/x1bMJu4B my config |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Mon Mar 02, 2015 9:23 am Post subject: |
|
|
please explain on which machine you are running "miniupnpc"
Are other UPNP IGD control points not seeing the device either ? _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
RADHAD
Joined: 01 Mar 2015 Posts: 3 Location: Nederland
|
Posted: Mon Mar 02, 2015 2:34 pm Post subject: |
|
|
miniupnp wrote: | please explain on which machine you are running "miniupnpc"
Are other UPNP IGD control points not seeing the device either ? |
Miniupnpd running on my ubuntu server
Miniupnpc runs on my client pc connect to the server and have 192. ip address
and no i tests it differed systems like osx and windows both clean install
thomas |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Mon Mar 02, 2015 3:28 pm Post subject: |
|
|
you should first check miniupnpd is able to receive and send multicast udp message on the LAN
SSDP (the UPNP discovery protocol) is using port 1900.
use tcpdump/wireshark/tshark to check who is sending packers or not : ) _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
RADHAD
Joined: 01 Mar 2015 Posts: 3 Location: Nederland
|
Posted: Mon Mar 09, 2015 6:26 pm Post subject: |
|
|
miniupnp wrote: | you should first check miniupnpd is able to receive and send multicast udp message on the LAN
SSDP (the UPNP discovery protocol) is using port 1900.
use tcpdump/wireshark/tshark to check who is sending packers or not : ) |
Sorry for my late reaction ! but i solved the problem litte bit
after clean install on my server i installed miniupnpd from apt-get and install the old version.
after changes the config the upnp coming up on my all devices.
so thats works now i started infestation way its not working.
after looking inside the init.d script by the source looks very different from the old init.d from ubuntu package. so i was thinking whats happening if i copied the working old script.
i copied the old init.d script and and replace it white the over the new version from source after rebooting and manual start miniupnpd and YES ITS working !
Greetings
thomas |
|
Back to top |
|
|
|