We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upnp doesnt seem to work for nwaku when passing --nat=upnp or --nat=any.
--nat=upnp
--nat=any
It works for go-waku, using latest laster:
▶ ./build/waku --nat=upnp 2024-06-27T13:40:22.396+1000 INFO gowaku waku/node.go:292 Version details {"version": "0.9.0", "commit": "19a47a1a"} 2024-06-27T13:40:22.397+1000 INFO gowaku.node2 peermanager/peer_manager.go:207 PeerManager init values {"node": "MYNODE", "maxConnections": 50, "maxRelayPeers": 0, "outPeersTarget": 13, "inPeersTarget": 27, "maxPeers": 250} 2024-06-27T13:40:22.398+1000 INFO gowaku.node2.relay relay/waku_relay.go:100 relay config {"node": "MYNODE", "max-msg-size-bytes": 150000, "min-peers-to-publish": 1} 2024-06-27T13:40:22.398+1000 INFO gowaku.node2.connection-gater peermanager/connection_gater.go:32 configured settings {"node": "MYNODE", "maxConnsPerIP": 5} 2024-06-27T13:40:22.408+1000 WARN gowaku.node2.metadata metadata/waku_metadata.go:63 no clusterID is specified. Protocol will not be initialized {"node": "MYNODE"} 2024-06-27T13:40:22.408+1000 INFO gowaku.node2.timesource timesource/ntp.go:170 starting service {"node": "peer-id"} 2024-06-27T13:40:22.408+1000 INFO gowaku.node2 node/wakunode2.go:324 listening {"node": "MYNODE", "multiaddr": ["/ip4/127.0.0.1/tcp/60000/p2p/MYNODE", "/ip4/192.168.20.110/tcp/60000/p2p/MYNODE"]} 2024-06-27T13:40:22.408+1000 INFO gowaku.node2 node/keepalive.go:27 setting up ping protocol {"node": "peer-id", "duration": 300} 2024-06-27T13:40:22.408+1000 INFO gowaku.node2.relay relay/waku_relay.go:147 Relay protocol started {"node": "peer-id"} 2024-06-27T13:40:22.408+1000 INFO gowaku.node2.filterv2-lightnode filter/client.go:120 filter-push protocol started {"node": "peer-id"} 2024-06-27T13:40:22.408+1000 INFO gowaku.node2.relay relay/waku_relay.go:406 subscribing to {"node": "peer-id", "pubsubTopic": "/waku/2/default-waku/proto", "contentTopics": []} 2024-06-27T13:40:22.408+1000 INFO gowaku.node2.relay relay/waku_relay.go:215 subscribing to underlying pubsubTopic {"node": "MYNODE", "pubsubTopic": "/waku/2/default-waku/proto"} 2024-06-27T13:40:22.408+1000 INFO gowaku.node2.relay relay/waku_relay.go:247 gossipsub subscription {"node": "peer-id", "pubsubTopic": "/waku/2/default-waku/proto"} 2024-06-27T13:40:22.408+1000 INFO gowaku waku/node.go:406 Node setup complete {"node": "MYNODE"} 2024-06-27T13:40:22.408+1000 INFO gowaku.node2.peer-manager peermanager/topic_event_handler.go:26 handleNewRelayTopicSubscription {"node": "MYNODE", "pubSubTopic": "/waku/2/default-waku/proto"} 2024-06-27T13:40:22.408+1000 INFO gowaku.node2 node/wakunode2.go:557 local node enr record {"node": "peer-id", "enr": "enr:-xxx-xx"} 2024-06-27T13:40:22.445+1000 INFO gowaku.node2.timesource timesource/ntp.go:158 Difference with ntp servers {"node": "MYNODE", "offset": 0.002665551} 2024-06-27T13:40:32.406+1000 INFO gowaku.node2 node/wakunode2.go:330 listening addresses update received {"node": "MYNODE", "multiaddr": ["/ip4/192.168.20.110/tcp/60000/p2p/MYNODE", "/ip4/127.0.0.1/tcp/60000/p2p/MYNODE", "/ip4/XXX/tcp/31094/p2p/MYNODE"]} 2024-06-27T13:40:32.406+1000 INFO gowaku.node2 node/wakunode2.go:559 local node new enr record {"node": "MYNODE", "enr": "enr:MYENR"}
You can see:
"MYNODE", "multiaddr": ["/ip4/192.168.20.110/tcp/60000/p2p/MYNODE", "/ip4/127.0.0.1/tcp/60000/p2p/MYNODE", "/ip4/XXX/tcp/31094/p2p/MYNODE"]}
port 31094 was acquired via upnp
then from a remote machine:
telnet MYIP 31094 Trying MYIP Connected to MYIP Escape character is '^]'. /multistream/1.0.0 ^CConnection closed by foreign host.
I could not get wakucanary to work. Will try again with Waku canary
src/waku-org/nwaku incompatible-pointer ✔ 37m ⍉ ▶ ./build/wakunode2 --nat=upnp NTC 2024-06-27 13:49:18.781+10:00 REST service started tid=2181798 file=server.nim:189 address=127.0.0.1:8645 INF 2024-06-27 13:49:18.781+10:00 Starting REST HTTP server tid=2181798 file=builder.nim:108 url=http://127.0.0.1:8645/ INF 2024-06-27 13:49:18.781+10:00 Running nwaku node topics="wakunode main" tid=2181798 file=waku.nim:129 version=v0.29.0-20-gda3a35 INF 2024-06-27 13:49:18.782+10:00 Configuration: Enabled protocols topics="wakunode waku" tid=2181798 file=waku.nim:61 relay=true rlnRelay=false store=false filter=false lightpush=false peerExchange=false INF 2024-06-27 13:49:18.782+10:00 Configuration. Network topics="wakunode waku" tid=2181798 file=waku.nim:69 cluster=0 maxPeers=none(int) INF 2024-06-27 13:49:18.782+10:00 Configuration. Shards topics="wakunode waku" tid=2181798 file=waku.nim:72 shard=/waku/2/default-waku/proto INF 2024-06-27 13:49:20.237+10:00 no pubsub topics specified or pubsubtopic is of type Named sharding tid=2181798 file=internal_config.nim:42 INF 2024-06-27 13:49:20.238+10:00 Initializing networking tid=2181798 file=waku_node.nim:153 addrs=@[/ip4/MYIP/tcp/60000] INF 2024-06-27 13:49:20.238+10:00 Created WakuMetadata protocol topics="waku node" tid=2181798 file=protocol.nim:120 clusterId=0 shards={} INF 2024-06-27 13:49:20.238+10:00 mounting sharding topics="waku node" tid=2181798 file=waku_node.nim:218 clusterId=0 shardCount=1 INF 2024-06-27 13:49:20.238+10:00 mounting relay protocol topics="waku node" tid=2181798 file=waku_node.nim:406 INF 2024-06-27 13:49:20.238+10:00 relay mounted successfully topics="waku node" tid=2181798 file=waku_node.nim:426 INF 2024-06-27 13:49:20.238+10:00 mounting rendezvous discovery protocol topics="waku node" tid=2181798 file=waku_node.nim:1183 INF 2024-06-27 13:49:20.238+10:00 mounting libp2p ping protocol topics="waku node" tid=2181798 file=waku_node.nim:1136 INF 2024-06-27 13:49:20.238+10:00 mounting store client topics="waku node" tid=2181798 file=waku_node.nim:908 INF 2024-06-27 13:49:20.238+10:00 mounting legacy store client topics="waku node" tid=2181798 file=waku_node.nim:770 INF 2024-06-27 13:49:20.238+10:00 Starting Waku node topics="waku node" tid=2181798 file=waku_node.nim:1237 version=v0.29.0-20-gda3a35 INF 2024-06-27 13:49:20.239+10:00 starting relay protocol topics="waku node" tid=2181798 file=waku_node.nim:372 INF 2024-06-27 13:49:20.239+10:00 relay started successfully topics="waku node" tid=2181798 file=waku_node.nim:393 INF 2024-06-27 13:49:20.239+10:00 Setting up AutonatService topics="libp2p autonatservice" tid=2181798 file=service.nim:185 WRN 2024-06-27 13:49:20.239+10:00 Starting gossipsub twice topics="libp2p gossipsub" tid=2181798 file=gossipsub.nim:762 INF 2024-06-27 13:49:20.239+10:00 PeerInfo topics="waku node" tid=2181798 file=waku_node.nim:1216 peerId=16U*egw7Tw addrs=@[/ip4/MYIP/tcp/60000] INF 2024-06-27 13:49:20.239+10:00 Listening on topics="waku node" tid=2181798 file=waku_node.nim:1228 full=[/ip4/0.0.0.0/tcp/60000/p2p/peer-id] localIp=192.168.20.110 INF 2024-06-27 13:49:20.239+10:00 Announcing addresses topics="waku node" tid=2181798 file=waku_node.nim:1229 full=[/ip4/MYIP/tcp/60000/p2p/MYPEERID] INF 2024-06-27 13:49:20.239+10:00 DNS: discoverable ENR topics="waku node" tid=2181798 file=waku_node.nim:1230 enr=enr:-XXX INF 2024-06-27 13:49:20.239+10:00 Node started successfully topics="waku node" tid=2181798 file=waku_node.nim:1269 INF 2024-06-27 13:49:20.239+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 13:49:20.239+10:00 REST services are installed tid=2181798 file=builder.nim:194 INF 2024-06-27 13:49:20.239+10:00 Node setup complete topics="wakunode main" tid=2181798 file=wakunode2.nim:133 INF 2024-06-27 13:52:20.241+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 13:55:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 13:58:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 13:59:20.240+10:00 Total connections initiated topics="waku node metrics" tid=2181798 file=waku_metrics.nim:43 count=0.0 INF 2024-06-27 13:59:20.240+10:00 Total messages topics="waku node metrics" tid=2181798 file=waku_metrics.nim:44 count=0.0 INF 2024-06-27 13:59:20.240+10:00 Total store peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:45 count=1719460158.0 INF 2024-06-27 13:59:20.240+10:00 Total peer exchange peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:46 count=1719460158.0 INF 2024-06-27 13:59:20.240+10:00 Total lightpush peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:47 count=1719460158.0 INF 2024-06-27 13:59:20.240+10:00 Total filter peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:48 count=1719460158.0 INF 2024-06-27 13:59:20.240+10:00 Total errors topics="waku node metrics" tid=2181798 file=waku_metrics.nim:49 count=0.0 INF 2024-06-27 13:59:20.240+10:00 Total messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:100 count=1719460158.0 INF 2024-06-27 13:59:20.240+10:00 Total spam messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:101 count=1719460158.0 INF 2024-06-27 13:59:20.240+10:00 Total invalid messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:102 count=0.0 INF 2024-06-27 13:59:20.240+10:00 Total valid messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:103 count=1719460158.0 INF 2024-06-27 13:59:20.240+10:00 Total errors topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:104 count=0.0 INF 2024-06-27 13:59:20.240+10:00 Total proofs verified topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:105 count=1719460158.0 INF 2024-06-27 14:01:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:04:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:07:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:09:20.241+10:00 Total connections initiated topics="waku node metrics" tid=2181798 file=waku_metrics.nim:43 count=0.0 INF 2024-06-27 14:09:20.241+10:00 Total messages topics="waku node metrics" tid=2181798 file=waku_metrics.nim:44 count=0.0 INF 2024-06-27 14:09:20.241+10:00 Total store peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:45 count=1719460158.0 INF 2024-06-27 14:09:20.241+10:00 Total peer exchange peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:46 count=1719460158.0 INF 2024-06-27 14:09:20.241+10:00 Total lightpush peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:47 count=1719460158.0 INF 2024-06-27 14:09:20.241+10:00 Total filter peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:48 count=1719460158.0 INF 2024-06-27 14:09:20.241+10:00 Total errors topics="waku node metrics" tid=2181798 file=waku_metrics.nim:49 count=0.0 INF 2024-06-27 14:09:20.241+10:00 Total messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:100 count=0.0 INF 2024-06-27 14:09:20.241+10:00 Total spam messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:101 count=0.0 INF 2024-06-27 14:09:20.241+10:00 Total invalid messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:102 count=0.0 INF 2024-06-27 14:09:20.241+10:00 Total valid messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:103 count=0.0 INF 2024-06-27 14:09:20.241+10:00 Total errors topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:104 count=0.0 INF 2024-06-27 14:09:20.241+10:00 Total proofs verified topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:105 count=0.0 INF 2024-06-27 14:10:20.241+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:13:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:16:20.241+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:19:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:19:20.242+10:00 Total connections initiated topics="waku node metrics" tid=2181798 file=waku_metrics.nim:43 count=0.0 INF 2024-06-27 14:19:20.242+10:00 Total messages topics="waku node metrics" tid=2181798 file=waku_metrics.nim:44 count=0.0 INF 2024-06-27 14:19:20.242+10:00 Total store peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:45 count=1719460158.0 INF 2024-06-27 14:19:20.242+10:00 Total peer exchange peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:46 count=1719460158.0 INF 2024-06-27 14:19:20.242+10:00 Total lightpush peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:47 count=1719460158.0 INF 2024-06-27 14:19:20.242+10:00 Total filter peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:48 count=1719460158.0 INF 2024-06-27 14:19:20.242+10:00 Total errors topics="waku node metrics" tid=2181798 file=waku_metrics.nim:49 count=0.0 INF 2024-06-27 14:19:20.242+10:00 Total messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:100 count=0.0 INF 2024-06-27 14:19:20.242+10:00 Total spam messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:101 count=0.0 INF 2024-06-27 14:19:20.242+10:00 Total invalid messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:102 count=0.0 INF 2024-06-27 14:19:20.242+10:00 Total valid messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:103 count=0.0 INF 2024-06-27 14:19:20.242+10:00 Total errors topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:104 count=0.0 INF 2024-06-27 14:19:20.242+10:00 Total proofs verified topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:105 count=0.0 INF 2024-06-27 14:22:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:25:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:28:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:29:20.243+10:00 Total connections initiated topics="waku node metrics" tid=2181798 file=waku_metrics.nim:43 count=0.0 INF 2024-06-27 14:29:20.243+10:00 Total messages topics="waku node metrics" tid=2181798 file=waku_metrics.nim:44 count=0.0 INF 2024-06-27 14:29:20.243+10:00 Total store peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:45 count=1719460158.0 INF 2024-06-27 14:29:20.243+10:00 Total peer exchange peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:46 count=1719460158.0 INF 2024-06-27 14:29:20.243+10:00 Total lightpush peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:47 count=1719460158.0 INF 2024-06-27 14:29:20.243+10:00 Total filter peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:48 count=1719460158.0 INF 2024-06-27 14:29:20.243+10:00 Total errors topics="waku node metrics" tid=2181798 file=waku_metrics.nim:49 count=0.0 INF 2024-06-27 14:29:20.243+10:00 Total messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:100 count=0.0 INF 2024-06-27 14:29:20.243+10:00 Total spam messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:101 count=0.0 INF 2024-06-27 14:29:20.243+10:00 Total invalid messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:102 count=0.0 INF 2024-06-27 14:29:20.243+10:00 Total valid messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:103 count=0.0 INF 2024-06-27 14:29:20.243+10:00 Total errors topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:104 count=0.0 INF 2024-06-27 14:29:20.243+10:00 Total proofs verified topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:105 count=0.0 INF 2024-06-27 14:31:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:34:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:37:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:39:20.244+10:00 Total connections initiated topics="waku node metrics" tid=2181798 file=waku_metrics.nim:43 count=0.0 INF 2024-06-27 14:39:20.244+10:00 Total messages topics="waku node metrics" tid=2181798 file=waku_metrics.nim:44 count=0.0 INF 2024-06-27 14:39:20.244+10:00 Total store peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:45 count=1719460158.0 INF 2024-06-27 14:39:20.244+10:00 Total peer exchange peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:46 count=1719460158.0 INF 2024-06-27 14:39:20.244+10:00 Total lightpush peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:47 count=1719460158.0 INF 2024-06-27 14:39:20.244+10:00 Total filter peers topics="waku node metrics" tid=2181798 file=waku_metrics.nim:48 count=1719460158.0 INF 2024-06-27 14:39:20.244+10:00 Total errors topics="waku node metrics" tid=2181798 file=waku_metrics.nim:49 count=0.0 INF 2024-06-27 14:39:20.244+10:00 Total messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:100 count=0.0 INF 2024-06-27 14:39:20.244+10:00 Total spam messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:101 count=0.0 INF 2024-06-27 14:39:20.244+10:00 Total invalid messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:102 count=0.0 INF 2024-06-27 14:39:20.244+10:00 Total valid messages topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:103 count=0.0 INF 2024-06-27 14:39:20.244+10:00 Total errors topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:104 count=0.0 INF 2024-06-27 14:39:20.244+10:00 Total proofs verified topics="waku rln_relay" tid=2181798 file=protocol_metrics.nim:105 count=0.0 INF 2024-06-27 14:40:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:43:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 INF 2024-06-27 14:46:20.240+10:00 Relay peer connections topics="waku node peer_manager" tid=2181798 file=peer_manager.nim:978 inRelayConns=0/27 outRelayConns=0/13 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0 ^CNTC 2024-06-27 14:46:56.102+10:00 Shutting down after receiving SIGINT topics="wakunode main" tid=2181798 file=wakunode2.nim:106 NTC 2024-06-27 14:46:57.103+10:00 REST service stopped tid=2181798 file=server.nim:194 address=127.0.0.1:8645 INF 2024-06-27 14:46:57.103+10:00 Stopping AutonatService topics="libp2p autonatservice" tid=2181798 file=service.nim:203 WRN 2024-06-27 14:46:57.103+10:00 service is already stopped topics="libp2p switch" tid=2181798 file=switch.nim:86 INF 2024-06-27 14:46:57.103+10:00 Stopping AutonatService topics="libp2p autonatservice" tid=2181798 file=service.nim:203 WRN 2024-06-27 14:46:57.103+10:00 service is already stopped topics="libp2p switch" tid=2181798 file=switch.nim:86
7205f95cff9f49ca0bb762e8fd0bf56a6a7f3b3b
The text was updated successfully, but these errors were encountered:
related: #1184
Sorry, something went wrong.
Ignore this, I was incorrect, it works with --nat=upnp and --nat=any
No branches or pull requests
Problem
upnp doesnt seem to work for nwaku when passing
--nat=upnp
or--nat=any
.It works for go-waku, using latest laster:
You can see:
port 31094 was acquired via upnp
then from a remote machine:
I could not get wakucanary to work. Will try again with Waku canary
Impact
To reproduce
Expected behavior
Screenshots/logs
nwaku version/commit hash
7205f95cff9f49ca0bb762e8fd0bf56a6a7f3b3b
Additional context
The text was updated successfully, but these errors were encountered: