Open Esprit1st opened 2 weeks ago
I have the exactly same issue. If you run
docker run --rm --network host danielbodart/portical upnpc -u http://192.168.1.1:1780/InternetGatewayDevice.xml -r 6881 udp'
then the rule is created but it deletes and creates it every time.
Be aware i did not activate the "Force" option.
Log:
Finding all containers with label 'portical.upnp.forward' set...
Extracting published port for FactorioBen...
Setting up portical: (34197:34197/udp) FactorioBen...
Removing existing rule... Error: Command 'docker run --rm --network host danielbodart/portical upnpc -d 34197 udp' failed with status 2
All portical rules:
Sleeping for 15 seconds...
Finding all containers with label 'portical.upnp.forward' set...
Code: description="portical: (${external_port}:${internal_port}/${protocol}) ${machine}" => portical: (34197:34197/udp) FactorioBen
Code:
in line 60 of run: [[ $(upnpc ${root:+-u "$root"} -l) == "${description}" ]]; then -> False therefore delete
I am getting this error message and am not sure what to do about it. Is there a solution? Thank you!