Viktor Jaep
Part of the Furniture
Hi All...
I thought I had disabled UPnP everywhere, but it's still showing up as a listening UDP port no matter what. What can be done to remove this?
I have UPnP disabled on the WAN...
I have the UPnP Media Server (USB Application -> Servers -> Media Server) disabled:
I don't have QoS enabled, which could also introduce some UPnP issues:
But yet, when I run an nmap on my WAN0, this is what comes up, showing UPnP listening and unfiltered:
Running
I even went through my nvram, and searched for UPnP that might have something to do with this, and have no other leads to go on to figure out how to shut this down:
Do I seriously have to force an iptable DROP to forcefully close this?
If anyone have any other good ideas on how to get rid of this open port hanging out there, that I can't seem to get rid of? (Oh, and yes... I rebooted as well)
Thanks in advance!!
I thought I had disabled UPnP everywhere, but it's still showing up as a listening UDP port no matter what. What can be done to remove this?
I have UPnP disabled on the WAN...
I have the UPnP Media Server (USB Application -> Servers -> Media Server) disabled:
I don't have QoS enabled, which could also introduce some UPnP issues:
But yet, when I run an nmap on my WAN0, this is what comes up, showing UPnP listening and unfiltered:
Running
ps | grep pnp
yields no results... so nothing is running.I even went through my nvram, and searched for UPnP that might have something to do with this, and have no other leads to go on to figure out how to shut this down:
Code:
upnp_clean=1
upnp_clean_interval=600
upnp_clean_threshold=20
upnp_enable=0
upnp_max_lifetime=86400
upnp_max_port_ext=65535
upnp_max_port_int=65535
upnp_min_lifetime=120
upnp_min_port_ext=1
upnp_min_port_int=1024
upnp_mnp=1
upnp_pinhole_enable=0
upnp_port=0
upnp_secure=1
upnp_ssdp_interval=60
vts_upnplist=
wan0_upnp_enable=0
wan1_upnp_enable=0
wan_upnp_enable=0
wl0_wmf_ucast_upnp=0
wl1_wmf_ucast_upnp=0
wl_wmf_ucast_upnp=0
Do I seriously have to force an iptable DROP to forcefully close this?
Code:
iptables -A INPUT -p udp --dport 1900 -j DROP
If anyone have any other good ideas on how to get rid of this open port hanging out there, that I can't seem to get rid of? (Oh, and yes... I rebooted as well)

Last edited: