miniupnpc

UPnP IGD client library and daemon for port mapping

brewmacoslinux
Try with needOr install directly
Source

About

UPnP IGD client library and daemon

Commands

upnpcminiupnpd

Examples

List all UPnP devices and their port mappings$ upnpc -l
Add a port mapping to forward external port 8080 to internal port 8080$ upnpc -a 192.168.1.100 8080 8080 TCP
Remove a port mapping for TCP port 8080$ upnpc -d 8080 TCP