View previous topic :: View next topic |
Author |
Message |
barf
Joined: 23 Jul 2009 Posts: 1
|
Posted: Thu Jul 23, 2009 2:08 pm Post subject: miniupnpd runs OK but no UPnP love for Playstation 3 |
|
|
I compiled miniupnpd 1.3 from source on Ubuntu Hardy against iptables 1.4.4 with my kernel 2.6.27.21-openvz
miniupnpd runs OK but the Playstation 3 reports UPnP is 'Not Available' although messages on console indicate the PS3 is communicating to miniupnpd, see below (PS3 is 192.168.1.200 via DHCP).
This is the result of a connection test.
Code: | miniupnpd[12553]: system uptime is 1525 seconds
miniupnpd[12553]: HTTP listening on port 37833
miniupnpd[12553]: Listening for NAT-PMP traffic on port 5351
miniupnpd[12553]: HTTP connection from 192.168.1.200:60337
miniupnpd[12553]: HTTP REQUEST : GET /rootDesc.xml (HTTP/1.1)
miniupnpd[12553]: SSDP M-SEARCH from 192.168.1.200:50560 ST: urn:schemas-upnp-org:device:MediaServer:1
miniupnpd[12553]: SSDP M-SEARCH from 192.168.1.200:50560 ST: urn:schemas-upnp-org:device:MediaServer:1
miniupnpd[12553]: SSDP M-SEARCH from 192.168.1.200:50560 ST: urn:schemas-upnp-org:device:MediaServer:1
miniupnpd[12553]: SSDP M-SEARCH from 192.168.1.200:50556 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[12553]: SSDP M-SEARCH from 192.168.1.200:50556 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[12553]: SSDP M-SEARCH from 192.168.1.200:50556 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[12553]: SSDP M-SEARCH from 192.168.1.200:50556 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[12553]: SSDP M-SEARCH from 192.168.1.200:50556 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[12553]: SSDP M-SEARCH from 192.168.1.200:50556 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1 |
also, (possibly unrelated) when i use miniupnpc -l from another node on the network, it results in the following error on miniupnpc:
Code: | List of UPNP devices found on the network :
desc: http://192.168.1.1:37833/rootDesc.xml
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
Found valid IGD : http://192.168.1.1:37833/ctl/IPConn
Local LAN ip address : 192.168.1.166
Connection Type : IP_Routed
Status : Connected, uptime=1836, LastConnectionError : ERROR_NONE
MaxBitRateDown : 6818000 bps MaxBitRateUp 768000 bps
ExternalIPAddress = 123.255.xx.xxx`
GetGenericPortMappingEntry() returned 713 (SpecifiedArrayIndexInvalid) |
and this error on miniupnpd:
Code: | miniupnpd[12799]: SSDP M-SEARCH from 192.168.1.166:48899 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[12799]: HTTP connection from 192.168.1.166:52297
miniupnpd[12799]: HTTP REQUEST : GET /rootDesc.xml (HTTP/1.1)
miniupnpd[12799]: HTTP connection from 192.168.1.166:52298
miniupnpd[12799]: HTTP REQUEST : POST /ctl/IPConn (HTTP/1.1)
miniupnpd[12799]: SOAPAction: urn:schemas-upnp-org:service:WANIPConnection:1#GetStatusInfo
miniupnpd[12799]: HTTP connection from 192.168.1.166:52299
miniupnpd[12799]: HTTP REQUEST : POST /ctl/IPConn (HTTP/1.1)
miniupnpd[12799]: SOAPAction: urn:schemas-upnp-org:service:WANIPConnection:1#GetConnectionTypeInfo
miniupnpd[12799]: HTTP connection from 192.168.1.166:52300
miniupnpd[12799]: HTTP REQUEST : POST /ctl/IPConn (HTTP/1.1)
miniupnpd[12799]: SOAPAction: urn:schemas-upnp-org:service:WANIPConnection:1#GetStatusInfo
miniupnpd[12799]: HTTP connection from 192.168.1.166:52301
miniupnpd[12799]: HTTP REQUEST : POST /ctl/CmnIfCfg (HTTP/1.1)
miniupnpd[12799]: SOAPAction: urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1#GetCommonLinkProperties
miniupnpd[12799]: HTTP connection from 192.168.1.166:52302
miniupnpd[12799]: HTTP REQUEST : POST /ctl/IPConn (HTTP/1.1)
miniupnpd[12799]: SOAPAction: urn:schemas-upnp-org:service:WANIPConnection:1#GetExternalIPAddress
miniupnpd[12799]: HTTP connection from 192.168.1.166:52303
miniupnpd[12799]: HTTP REQUEST : POST /ctl/IPConn (HTTP/1.1)
miniupnpd[12799]: SOAPAction: urn:schemas-upnp-org:service:WANIPConnection:1#GetGenericPortMappingEntry
miniupnpd[12799]: GetGenericPortMappingEntry: index=0
miniupnpd[12799]: Returning UPnPError 713: SpecifiedArrayIndexInvalid |
when I view the output of 'iptables -t nat -L' on the router, the rules created by miniupnpc -a are there. I have created the MINIUPNPD target in nat PREROUTING and FORWARD chain as per the supplied script in netfilter/ folder.
Is Playstation 3 supported? I am not sure how to debug the software, can someone please help? |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1592
|
Posted: Thu Jul 23, 2009 4:36 pm Post subject: |
|
|
the error GetGenericPortMappingEntry() returned 713 (SpecifiedArrayIndexInvalid) is ok. It's how upnp igd works
about the PS3, I just don't know how to make a PS3 happy. there are a lot of compile time options which could modify the interoperations with the PS3 _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
© 2007 Thomas Bernard, author of MiniUPNP.
|