UPnP issues no matter what

Hello im back to try get this working. I still cant seem to get rid of UPnP errors.

Here is the antctl command and the error on the service manager. Any ideas be appreciated.

antctl add --count 2 --data-dir-path "/mnt/archive/autonomi/data" --no-upnp --node-port 21000-21001 --rpc-port 31000-31001 --log-dir-path "/mnt/archive/autonomi/logs" --rewards-address "ADDRESS" evm-arbitrum-one

Those ports are open on the router. They worked during beta.

Apr 08 21:17:30 server antnode[5813]: Error:
Apr 08 21:17:30 server antnode[5813]:    0: Node terminated due to: "UPnP gateway not found. Enable UPnP on your router to allow incoming connections or manually port forward."
Apr 08 21:17:30 server antnode[5813]: Location:
Apr 08 21:17:30 server antnode[5813]:    ant-node/src/bin/antnode/main.rs:498
Apr 08 21:17:30 server antnode[5813]: Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Apr 08 21:17:30 server antnode[5813]: Run with RUST_BACKTRACE=full to include source snippets.
Apr 08 21:17:30 server systemd[5450]: antnode1.service: Main process exited, code=exited, status=1/FAILURE
Apr 08 21:17:30 server systemd[5450]: antnode1.service: Failed with result 'exit-code'.
Apr 08 21:17:30 server systemd[5450]: antnode1.service: Consumed 2.494s CPU time.```

Can you try moving the --no-upnp to being right after the add ? I think it matters. I can’t prove it without tearing mine down again but I think I got that error or something very like it when I’d put that bit near the end before the address. Sometimes options can’t just be put anywhere in a line.

I swear I tested this before and it didn’t work.. was even in my history as recently having changed it! This time - it works. How very, very odd.

1 Like