Hi all,Since the update to 16.7 I have several issues with UPNP clients in my network. UPNP is on, everything seems ok from the admin website. If I check the status on the admin website, I can't see any clients showing up, which is quite unusual as I have several pc's of my kids with a lot of online games, XBOX, etc. Since the update I have issues in a few games I play myself. Any other here which have issues like that?
<?xml version="1.0"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <s:Body> <u:GetExternalIPAddressResponse xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1"> <NewExternalIPAddress>[redacted].[redacted].[redacted].[redacted]</NewExternalIPAddress> </u:GetExternalIPAddressResponse> </s:Body></s:Envelope>
<?xml version="1.0"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <s:Body> <u:AddPortMapping xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1"> <NewRemoteHost/> <NewExternalPort>3658</NewExternalPort> <NewProtocol>UDP</NewProtocol> <NewInternalPort>3658</NewInternalPort> <NewInternalClient>192.168.1.185</NewInternalClient> <NewEnabled>1</NewEnabled> <NewPortMappingDescription>192.168.1.185:3658 to 3658 (UDP)</NewPortMappingDescription> <NewLeaseDuration>0</NewLeaseDuration> </u:AddPortMapping> </s:Body></s:Envelope>
miniupnpd[24698]: HTTP REQUEST from 192.168.1.185:59239 : POST /ctl/IPConn (HTTP/1.1)miniupnpd[24698]: Host: 192.168.1.1:2189miniupnpd[24698]: SOAPAction: urn:schemas-upnp-org:service:WANIPConnection:1#AddPortMappingminiupnpd[24698]: AddPortMapping: ext port 3658 to 192.168.1.185:3658 protocol UDP for: 192.168.1.185:3658 to 3658 (UDP) leaseduration=0 rhost=miniupnpd[24698]: no permission rule matched : accept by default (n_perms=0)miniupnpd[24698]: ioctl(dev, DIOCGETRULES, ...): Operation not supported by deviceminiupnpd[24698]: redirecting port 3658 to 192.168.1.185:3658 protocol UDP for: 192.168.1.185:3658 to 3658 (UDP)miniupnpd[24698]: ioctl(dev, DIOCCHANGERULE, ...) PF_CHANGE_GET_TICKET: Operation not supported by deviceminiupnpd[24698]: Returning UPnPError 501: ActionFailed
<?xml version="1.0"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <s:Body> <s:Fault> <faultcode>s:Client</faultcode> <faultstring>UPnPError</faultstring> <detail> <UPnPError xmlns="urn:schemas-upnp-org:control-1-0"> <errorCode>501</errorCode> <errorDescription>ActionFailed</errorDescription> </UPnPError> </detail> </s:Fault> </s:Body></s:Envelope>
miniupnpd[24698]: ioctl(dev, DIOCGETRULES, ...): Operation not supported by deviceminiupnpd[24698]: redirecting port 3658 to 192.168.1.185:3658 protocol UDP for: 192.168.1.185:3658 to 3658 (UDP)miniupnpd[24698]: ioctl(dev, DIOCCHANGERULE, ...) PF_CHANGE_GET_TICKET: Operation not supported by device
Code: [Select]miniupnpd[24698]: ioctl(dev, DIOCGETRULES, ...): Operation not supported by deviceminiupnpd[24698]: redirecting port 3658 to 192.168.1.185:3658 protocol UDP for: 192.168.1.185:3658 to 3658 (UDP)miniupnpd[24698]: ioctl(dev, DIOCCHANGERULE, ...) PF_CHANGE_GET_TICKET: Operation not supported by deviceCan you try to reinstall the miniupnpd package from the Firmware, packages tab? We have had similar issues with the load balancer before.