Hi.
2009/4/24 Raghu Angadi <[email protected]>
>
> Telnet failure to localhost is expected and is unrelated since servers are
> not listening on it.
>
> What is the ip address of this machine?
>
> Try 'telnet different_datanode_ip 50010' _from_ this machine. What do you
> see?
>
> Raghu.
>
All seems to be solved, and works already, thanks :).
I do have a question. OpenVZ seems to create these entries to route data to
VN.
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
all -- 192.168.253.45 anywhere
all -- anywhere 192.168.253.45
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Any idea if this can block the communication to Hadoop? So far it works.
Regards.