You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using csshx on some IPv6 addresses for a cluster I am working on. It misinterprets the colon in the address fields as a port number. Since there are 5 colons per IPv6 address field, this will not work. Maybe need an IPv6 flag that ignores the colons and a port flag to specify the port.
There is a work around. You can put the IPv6 addresses in your /etc/hosts file and connect to the systems by name instead of IP address.
Command used:
Csshx --login root root@xxxx:yyyy:zzzz:1ea5:4fff:ffff:ffff:a07[d-e] root@xxxx:yyyy:zzzz:1ea5:4fff:ffff:ffff:a08[6-8]
which failed with the following error(s)
I tried using csshx on some IPv6 addresses for a cluster I am working on. It misinterprets the colon in the address fields as a port number. Since there are 5 colons per IPv6 address field, this will not work. Maybe need an IPv6 flag that ignores the colons and a port flag to specify the port.
There is a work around. You can put the IPv6 addresses in your /etc/hosts file and connect to the systems by name instead of IP address.
Command used:
Csshx --login root root@xxxx:yyyy:zzzz:1ea5:4fff:ffff:ffff:a07[d-e] root@xxxx:yyyy:zzzz:1ea5:4fff:ffff:ffff:a08[6-8]
which failed with the following error(s)
$ history -d $(($HISTCMD-1)) && clear && exec '/opt/local/bin/Csshx' '--slave' '--sock' '/var/tmp/tmp.0.l44gDs' '--slavehost' 'root@xxxx:yyyy:zzzz:1ea5:4fff:ffff:ffff:a07[d-e]' '--debug' '0' '--ssh' 'ssh' '--ssh_args' '' '--remote_command' '' '--slaveid' '1' '--login' 'root'
Bad port 'yyyy:zzzz:1ea5:4fff:ffff:ffff:a07[d-e]'
CHILD at /opt/local/bin/Csshx line 1256.
After I added the IPv6 addresses to /etc/hosts it worked when I used hostnames:
Csshx --login root root@serverpool1[3-4] root@serverpool2[4-6]
The text was updated successfully, but these errors were encountered: