View previous topic :: View next topic |
Author |
Message |
bubblewgh
Joined: 11 Jun 2013 Posts: 2 Location: U.S.A
|
Posted: Thu Jun 13, 2013 12:10 am Post subject: Can't find anything (upnp server) when my miniupnpd running. |
|
|
Hi, I'm trying to running the miniupnpd and try to find the available dlna server within the LAN, and also the media files, like pics or videos on those servers, but I fail to do so. The following is my configuration file of my /etc/miniupnpd/miniupnpd.conf, what modification should I do about this? And what other things should to be done in order to realize my goal?
# WAN network interface.
ext_ifname=wlan0
listening_ip=172.16.1.7/24
port=0
enable_natpmp=yes
enable_upnp=yes
bitrate_up=1000000
bitrate_down=10000000
secure_mode= no
system_uptime=yes
notify_interval=60
clean_ruleset_interval=600
uuid=907280ca-8845-4d5c-b6fa-878c77ef9294
serial=12345678
model_number=1
allow 1024-65535 172.16.1.0/24 1024-65535
deny 0-65535 0.0.0.0/0 0-65535[/color][/color][/color]
This is my ifconfig output:
eth0 Link encap:Ethernet HWaddr b8:88:e3:a7:a1:0c
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:5095 errors:0 dropped:0 overruns:0 frame:0
TX packets:5095 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:503385 (503.3 KB) TX bytes:503385 (503.3 KB)
wlan0 Link encap:Ethernet HWaddr 68:94:23:97:3f:cd
inet addr:172.16.1.7 Bcast:172.16.1.255 Mask:255.255.255.0
inet6 addr: fe80::6a94:23ff:fe97:3fcd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:270510 errors:0 dropped:0 overruns:0 frame:0
TX packets:174817 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:281785441 (281.7 MB) TX bytes:18236961 (18.2 MB)
Any suggestion or tips about realize those functionalities would be most appreciated!
Thank you!
Regards.
Winters |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Sat Jun 15, 2013 12:57 pm Post subject: |
|
|
miniupnpd has nothing to do with Media servers.
miniupnpc neither. _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
bubblewgh
Joined: 11 Jun 2013 Posts: 2 Location: U.S.A
|
Posted: Sun Jun 16, 2013 12:21 am Post subject: |
|
|
miniupnp wrote: | miniupnpd has nothing to do with Media servers.
miniupnpc neither. |
Thank you for your reply. I'm not setting up some upnp server here. By running miniupnpd, can we find some nodes that running upnp from my machine? |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Sat Jul 06, 2013 9:48 am Post subject: |
|
|
bubblewgh wrote: | By running miniupnpd, can we find some nodes that running upnp from my machine? |
No _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
|