Here are some log from my attempts :
[sn_node] INFO 2021-06-19T12:51:01.957323721+00:00 [/home/richard/.cargo/registry/src/github.com-1ecc6299db9ec823/sn_routing-0.77.8/src/routing/mod.rs:141] db2627… Bootstrapping a new node.
[sn_node] INFO 2021-06-19T12:51:01.961702111+00:00 [/home/richard/.cargo/registry/src/github.com-1ecc6299db9ec823/qp2p-0.12.3/src/endpoint.rs:140] Verifying provided public IP address
[sn_node] INFO 2021-06-19T12:51:02.050247841+00:00 [/home/richard/.cargo/registry/src/github.com-1ecc6299db9ec823/qp2p-0.12.3/src/endpoint.rs:156] Endpoint verification successful! xxx:12000 is reachable.
[sn_node] INFO 2021-06-19T12:51:02.122860840+00:00 [/home/richard/.cargo/registry/src/github.com-1ecc6299db9ec823/sn_routing-0.77.8/src/routing/bootstrap/join.rs:292] Sending JoinRequest { section_key: PublicKey(0e51…3b0d), resource_proof_response: None } to [(db2627(11011011)…, 206.189.123.84:54984)]
[tokio-runtime-worker] ERROR 2021-06-19T12:51:02.213496599+00:00 [/home/richard/.cargo/registry/src/github.com-1ecc6299db9ec823/qp2p-0.12.3/src/connections.rs:300] Failed reading from a bi-stream for peer 206.189.123.84:54000 with error: StreamRead(ReadError(ConnectionClosed(ApplicationClosed(ApplicationClose { error_code: 0, reason: b"" }))))
[sn_node] ERROR 2021-06-19T12:51:02.228561988+00:00 [/home/richard/.cargo/registry/src/github.com-1ecc6299db9ec823/sn_routing-0.77.8/src/routing/bootstrap/join.rs:353] Invalid JoinResponse::Retry bad prefix: Retry(SectionAuthorityProvider { prefix: (0), section_key: PublicKey(071c…0761), elders: {(02dbf8(00000010)…, 167.99.199.103:35978), (147779(00010100)…, 206.189.16.193:39604), (16652a(00010110)…, 206.189.123.25:49282), (3fb505(00111111)…, 206.189.123.61:46465), (776534(01110111)…, 206.189.31.15:42663), (784925(01111000)…, 188.166.159.43:40669), (7fb589(01111111)…, 159.65.55.40:54000)} })
…and the command line :
/bin/sn_node -vvvv --max-capacity 107374182400 --skip-igd --local-addr 192.168.1.2:12000 --public-addr xxx:12000 --root-dir /var/data --log-dir /var/log --hard-coded-contacts [“206.189.22.30:49067”,“206.189.125.149:12000”,“206.189.22.172:45421”,“46.101.0.202:36333”,“206.189.123.68:44729”,“46.101.22.214:50565”,“46.101.38.43:41024”,“159.65.62.238:35873”,“167.99.203.186:39987”,“167.99.199.5:52619”,“138.68.155.211:43542”,“138.68.162.206:50153”,“188.166.156.250:44267”,“46.101.59.84:56270”,“167.99.199.121:48299”,“206.189.115.253:57937”,“206.189.123.59:43633”,“46.101.38.6:41806”,“206.189.125.156:41487”,“206.189.22.199:57283”,“206.189.31.15:42663”,“188.166.159.43:40669”,“206.189.123.1:38495”,“159.65.53.215:39139”,“165.227.239.76:54439”,“206.189.123.25:49282”,“206.189.16.193:39604”,“167.99.199.168:48777”,“206.189.115.27:46006”,“206.189.30.106:58768”,“206.189.22.44:39409”,“206.189.123.3:36667”,“167.99.199.103:35978”,“206.189.26.250:59523”,“159.65.55.40:54000”,“167.99.199.89:50814”,“138.68.153.41:46626”,“188.166.150.89:49415”,“206.189.115.177:42081”,“167.99.203.17:44080”,“206.189.22.117:59235”,“206.189.123.83:57064”,“206.189.123.84:54984”,“206.189.123.61:46465”,“178.62.26.75:34358”]
Port forwarding is enabled, from both tcp/udp
from anywhere to public ip xxx:12000, redirect to 192.168.1.2:12000 (local ip)