pi@raspberrypi:~/fractalworks/example-1.0 $ netstat -a | grep 41111 tcp6 0 0 [::]:41111 [::]:* LISTEN
Does this mean that geode is only listening for IPV6 traffic? That might explain it since you are trying to connect using the IPv4 address. -Dan
pi@raspberrypi:~/fractalworks/example-1.0 $ netstat -a | grep 41111 tcp6 0 0 [::]:41111 [::]:* LISTEN
Does this mean that geode is only listening for IPV6 traffic? That might explain it since you are trying to connect using the IPv4 address. -Dan