UPnP
airbornflght
Houston, TX Icrontian
Should I leave it on or not?
I'm in a house with about 50 users. I know that it can set up port forwarding/triggering on demand, but what are the risks to leaving it enabled, if any?
I'm in a house with about 50 users. I know that it can set up port forwarding/triggering on demand, but what are the risks to leaving it enabled, if any?
0
Comments
If you don't have UPnP running then you'll constantly have to be opening up ports in your firewall for the various users. When you put a hole in your firewall that hole stays open until you manually close it. With UPnP when the request for that port goes away the hole will time out and close.
When it comes to p2p traffic controlling the ports will only completely allow or completely block that traffic. If you want to prevent p2p traffic from hammering your network then you need to control it through QoS. Which depending on the QoS abilities you have with the router you can control that on a Port by Port basis or by doing traffic shapping based on how much bandwidth is being requested and what type of bandwidth it is.
So a decent QoS could say give max priority to port 80 at 75% bandwidth, but anything that bursts (usually meaning a file download) limit it to 50%. The idea being that it'll keep webpages coming in fast over port 80 but file transfers on port 80 it'll cut back to 50%.