Yes, that is wrong. Your netmask is 255.255.255.224 (the bottom 5
bits are zero, corresponding to a 32-address subnet, 32 is 2 to the
5th power). Your broadcast address is 194.19.122.191. This can be
computed as (network_number & netmask) | (~netmask) .
Make sure your netmask is set correctly via ifconfig on all the hosts.
The broadcast address will probably be set automatically to the
correct value once you set your netmask, but you should check it
anyway.
I don't know if this will fix your main problem.
-=] Ford [=-