View previous topic :: View next topic |
Author |
Message |
tagno25
Joined: 02 Oct 2007 Posts: 6
|
Posted: Tue Oct 02, 2007 1:14 am Post subject: No IGD UPnP Device found on the network ! |
|
|
I have tried the following, but neither one detects my router
miniupnpc-1.0-RC9.tar.gz
miniupnpc-20070923.tar.gz
the computer I am testing it on has 3 NIC's
the router has upnp enabled, I know that because i can use windows programs to edit the settings
I need a program for linux and this is the only one I found
If you need more info please let me know |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1589
|
Posted: Tue Oct 02, 2007 10:58 am Post subject: |
|
|
It is possible that miniupnpc doesnt listen for SSDP packets on the right NIC. One of the NIC is the default multicast interface and I think it works only on this one. You can use minissdpd (you need to specify the NIC). Miniupnpc will use it
Or maybe there is a way to specify which NIC to use for multicast at the system level. _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
tagno25
Joined: 02 Oct 2007 Posts: 6
|
Posted: Tue Oct 02, 2007 3:48 pm Post subject: |
|
|
miniupnp wrote: | It is possible that miniupnpc doesnt listen for SSDP packets on the right NIC. One of the NIC is the default multicast interface and I think it works only on this one. You can use minissdpd (you need to specify the NIC). Miniupnpc will use it
Or maybe there is a way to specify which NIC to use for multicast at the system level. |
do I have to have run "make install" for minissdpd? because the distro I am installing it on (Smoothwall 3.0) does not have a /etc/init.d/ folder |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1589
|
Posted: Tue Oct 02, 2007 10:26 pm Post subject: |
|
|
tagno25 wrote: | miniupnp wrote: | It is possible that miniupnpc doesnt listen for SSDP packets on the right NIC. One of the NIC is the default multicast interface and I think it works only on this one. You can use minissdpd (you need to specify the NIC). Miniupnpc will use it
Or maybe there is a way to specify which NIC to use for multicast at the system level. |
do I have to have run "make install" for minissdpd? because the distro I am installing it on (Smoothwall 3.0) does not have a /etc/init.d/ folder |
so just run it with
Code: | sudo miniupnpd [-d] -i <interface_ip> |
it goes to background and logs to somewhere in /var/log  _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
tagno25
Joined: 02 Oct 2007 Posts: 6
|
Posted: Wed Oct 03, 2007 12:29 am Post subject: |
|
|
is there a way in the source of upnpc to define an IP where the upnp device is? (other than 239.255.255.250) |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1589
|
Posted: Wed Oct 03, 2007 3:33 pm Post subject: |
|
|
tagno25 wrote: | is there a way in the source of upnpc to define an IP where the upnp device is? (other than 239.255.255.250) |
try with miniupnpc-20071003.tar.gz and the new -u option.
You'll have to know the url to the XML root description of your router. _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
tagno25
Joined: 02 Oct 2007 Posts: 6
|
Posted: Wed Oct 10, 2007 4:37 am Post subject: |
|
|
that fixed it thanks |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1589
|
Posted: Thu Oct 25, 2007 1:32 pm Post subject: |
|
|
since the 1.0-RC11 version of miniupnpc, it is also possible to specify a network interface for the discovery process. This should also fix the problem. _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
|