I have now decided to use a script such as https://github.com/fermi-cryptostorm/fe ... tostorm.sh which would find and allow all Cryptostorm node IP address so my script does not have to be updated everytime node IP addresses are changed, such as when the England node was updated recently.
However after running the script from fermi I was not able to connect to the England node - the IP address I was connecting to was different than the one retrieved from linux-balancer.
Code: Select all
x@localhost:~$ host linux-england.cryptostorm.net | awk -F ' ' '{print $4}'
5.101.149.25
5.101.149.11
5.101.149.19
5.101.149.29
5.101.149.15
5.101.149.23
5.101.149.9
5.101.149.21
5.101.149.17
5.101.149.7
5.101.149.27
5.101.149.13
x@localhost:~$ host linux-balancer.cryptostorm.net | grep 5.101.149 | awk -F ' ' '{print $4}'
5.101.149.5
note: the IP address in linux-balancer is not returned in the list for linux-england