Yeah. If your router doesn't support UPnP, then you're
hosed.
>-----Original Message-----
>I have been trying to add a port mapping using UPnP
protocol. but its not
>working...
>(posting xml to the device...)
>
>I noticed that there is an xml state variable call
PortMappingEnabled.
>- <stateVariable sendEvents="no">
> <name>PortMappingEnabled</name>
> <dataType>boolean</dataType>
> </stateVariable>
>
>How do I set/get this state variable?
>
>
>Also when I try to get a port mapping it only returns
the first one
>If I try to specify a differnt Index it returns an error
saying the index is
>invalid.
>
><u:GetGenericPortMappingEntry
>xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1">
> <NewPortMappingIndex>
> 1
> </NewPortMappingIndex>
></u:GetGenericPortMappingEntry>
>
>Does anyone know what I'm talking about?
>
>
>.
>
|