• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

For those running several nodes, what's your approach for static IP addresses?

Damn, but still I haven't written my puppet script for nothing. I don't need that many changes to modify it to listen to several ip addresse instead of ports.
 
+1 wondering the same. i'm currently not having the time to test ipv6. could anyone just try out playing round with ipv6 subnets on a single machine? never seen any masternode using ipv6 yet....
I have found a log.
Code:
2014-07-09 08:38:47 send version message: version 70018, blocks=99062, us=my_server_ip:9999, them=113.106.61.49:58940, peer=175
2014-07-09 08:38:47 receive version message: /Satoshi:0.10.11.4/: version 70018, blocks=99062, us=my_server_ip:9999, them=[2001:0:9d38:6abd:14c9:2097:8e95:c2ce]:9999, peer=175
2014-07-09 08:38:47 send initial getblocks peer=175
2014-07-09 08:38:47 getblocks -1 to 0 limit 500 peer=175
2014-07-09 08:39:13 send last getblocks for 00000000000ad7e7375e95f977b9790a8ad6fe4bcd8a68e0290e0c9185e93872 peer=175
2014-07-09 08:39:14 getblocks -1 to 0 limit 500 peer=175
2014-07-09 08:39:26 received getdata for: block 000000000017310fbc383884b78ec805a0d75df55e304559e54944e4af301c8e peer=175
2014-07-09 08:40:40 getblocks -1 to 0 limit 500 peer=175
2014-07-09 08:41:23 send last getblocks for 0000000000107437c02d90800d0d09e0d8f46fa999907e26eadb2b5977d1ccd7 peer=175
2014-07-09 08:41:45 received getdata for: block 00000000000fe06f845f877b3e718b7184bfd77e17d1faa0269b0e9dd498fa69 peer=175
2014-07-09 08:41:47 received getdata for: tx ecae47930333d7d027efa0536d5bbed112b52fc0a1ff70c44ce4440c5139c99a peer=175
2014-07-09 08:42:21 received getdata for: block 00000000000c6619f48bfa3d74ba31bebd8bcccb20528f833ff5f185e555618e peer=175
2014-07-09 08:43:37 received getdata for: block 000000000013b693353eed6b09991033fdccc05c64d9b2eac312c504c738b40f peer=175
2014-07-09 08:45:03 received getdata for: block 000000000004d4da79f5b56ec5c5c51e5413adfe37062d0bae2ada830a3d0cb7 peer=175
2014-07-09 08:46:03 received getdata for: tx 258e4de28c59d608e1e3ce38620e7f52c7439e0a66ef0e81cf1e1ab6f156ce4a peer=175
2014-07-09 08:48:33 received getdata for: tx a7cf475b6242f353ab9a61c60f2ba42ee911b3797f7c3c5411054f34afd8713a peer=175
2014-07-09 09:02:09 getblocks -1 to 0 limit 500 peer=175
2014-07-09 09:04:28 send last getblocks for 00000000000122512d6ace24fb8bf57a12b3d98ac7dade91f3443a471d4ea9c6 peer=175
2014-07-09 09:04:28 getblocks -1 to 0 limit 500 peer=175
2014-07-09 09:04:34 received getdata for: tx 466fadcc649616dcae36489f059017459398a64f96d874bd4b09b83871eb17bc peer=175
2014-07-09 09:10:12 getblocks -1 to 0 limit 500 peer=175
2014-07-09 09:10:28 received getdata for: tx 883299e3491274131ca8b053175571300b8634056a2e7b8e3830a08d48cd0e44 peer=175

them=[2001:0:9d38:6abd:14c9:2097:8e95:c2ce]:9999, through ALG.

ALG is knid of NAT gateway between ipv4 and ipv6 network and has small number of ipv4 address.
Each ipv6 network has ALG to access ipv4 netwrok.
I heard ALG at 2002.

Edit
If ALG assign a ipv4 address and port 9999 to Masternode in ipv6, should work.
As ipv4 clinet will use '113.106.61.49:9999' to connect, not [2001:0:9d38:6abd:14c9:2097:8e95:c2ce]:9999.
 
Last edited by a moderator:
Back
Top