Nodes on virtual boxes

0 votes
I am trying to run two unix nodes as virtualboxes on a windows computer (So its creating some kind of virtual network within a computer). The address on the two nodes (when I run multichaind chain1 listpermissions) are exactly the same. Is this normal? The nodes are not connecting to each other as well.
asked Aug 20, 2015 by anonymous
You can change the virtual box settings to create a NAT network and connect each node to it. Therefore every node will get a unique address

1 Answer

+1 vote

The listpermissions call shows the global permissions state for all nodes, so it should be the same content if called on any node. It shows one entity per address-permission combination.

answered Aug 21, 2015 by MultiChain
...