Forums.ATC.no

Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm

Tittel: rsh fails with 'poll: protocol failure in circuit setup'
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
In /var/log/messages on the server:
Jun  5 01:55:02 server rshd[12946]: connect second port: No route to host

On the client:
# rsh server.domain.com 'uname -a'
poll: protocol failure in circuit setup
Tittel: [Solved] rsh fails with 'poll: protocol failure in circuit setup'
Skrevet av: ATC27. ſeptember 2008, 18:24 pm

The secondary tcp connection from server to client is being blocked by a firewall or IP filter. You must allow traffic originating from server:any to client:512-1024. Keep in mind that rsh is considered VERY INSECURE and not to be used outside the confines of a completely secure network.