I’m unable to run the safe network on ipv4.
Alternate steps when installing safe
Server
cd ~/Downloads
wget https://github.com/maidsafe/sn_node/archive/0.25.18.tar.gz
tar -xvf 0.25.18
sed -i 's/Ipv4Addr::LOCALHOST/Ipv4Addr::new(83,163,103,119)/g' ~/Downloads/sn_node-0.25.18/src/config_handler.rs
cargo build --bin launch_network --release --features=simulated-payouts --
$ cat node_connection_info.config
83.163.103.119:12000
Steps to start and test network
Server
> node run-baby-fleming
Storing nodes' generated data at /home/folaht/.safe/node/baby-fleming-nodes
Launching local Safe network...
Launching with node executable from: /home/folaht/.safe/node/sn_node
Network size: 11 nodes
Launching genesis node (#1)...
Failed to find the contact info of the genesis node
My Environment
Server
Node version : 0.25.18
Version or Branch used : 0.17 / 0.0.13
Operating System and version : 5.4.81-1-MANJARO-ARM aarch64
LAN ipv4: 192.168.178.24
Router
-- Access Permissions of 192.168.178.24 --
Safe_Network TCP 83.163.103.119 12000