NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Route66Scott
May 07, 2020Tutor
Orbi Voice RBS40V Firmware V2.5.1.2 has typo in "Public_UPNP_gatedesc.xml" file... Help!
After setting up my Orbi system I discovered that the RBS40V satellite is causing my computers and media server to throw up constant errors. My Plex server has been repeating this set of errors e...
schumaku
Dec 03, 2020Guru - Experienced User
Can anybody grab the complete XML?
As this is a satellite, it must show up like this (example borrowed from a WAC505) - if they use the gateway template it will be wrong:
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:schemas-upnp-org:device:WLANAccessPointDevice:1</deviceType>
<friendlyName>WAC505-2</friendlyName>
<manufacturer>NETGEAR</manufacturer>
<manufacturerURL>http://www.netgear.com/</manufacturerURL>
<modelDescription>Access Point</modelDescription>
<modelName>AC WiFi Business Access Point WAC505</modelName>
<modelNumber>WAC505_V9.1.0.13</modelNumber>
<modelURL>https://www.netgear.com/business/products/wireless/business-wireless/WAC505.aspx</modelURL>
<serialNumber>XXXXXX</serialNumber>
<cloudStatus>1</cloudStatus>
<UDN>uuid:XXXXX</UDN>
<presentationURL>http://1.2.3.4/</presentationURL>
</device>
</root>
As this is a satellite, it must show up like this (example borrowed from a WAC505) - if they use the gateway template it will be wrong:
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:schemas-upnp-org:device:WLANAccessPointDevice:1</deviceType>
<friendlyName>WAC505-2</friendlyName>
<manufacturer>NETGEAR</manufacturer>
<manufacturerURL>http://www.netgear.com/</manufacturerURL>
<modelDescription>Access Point</modelDescription>
<modelName>AC WiFi Business Access Point WAC505</modelName>
<modelNumber>WAC505_V9.1.0.13</modelNumber>
<modelURL>https://www.netgear.com/business/products/wireless/business-wireless/WAC505.aspx</modelURL>
<serialNumber>XXXXXX</serialNumber>
<cloudStatus>1</cloudStatus>
<UDN>uuid:XXXXX</UDN>
<presentationURL>http://1.2.3.4/</presentationURL>
</device>
</root>
raychen
Dec 04, 2020Aspirant
It should be router to handle UPnP instead of satellite. UPnP will be removed in new firmware.
- schumakuDec 05, 2020Guru - Experienced User
raychen wrote:It should be router to handle UPnP instead of satellite.
Of course the router does the UPnP discovery and UPnP PMP (gateway) handling - as a InternetGatewayDevice profile.
In my opinion UPnP should be retained for the discovery - as a WLANAccessPointDevice profile - as it is on the wireless access points.
raychen wrote:UPnP will be removed in new firmware.
Ray, what is your role here?