I've just added a machine to my network. As far as I can tell it's
configured in the same way as all of my other machines with the
following two exceptions,
It has a new Belkin gigabit NIC which I configured using Redhat's network
configuration tools.
It's running a 2.6.12.1 kernel. All of the rest of my machines are running
a 2.6.11.5 kernel.
The problem is that I can't ssh or rlogin from
that machine to any of the others although the other machines can all .ssh
into it. The public key for my account on that machine is in the
/etc/ssh/authorized_keys files, I checked that the key is right. The
priviledges on the .ssh/* files are identical to those on all of the other
machines. The machine is listed in the /etc/known_hosts file. There are no
firewalls on any of my machines (I use a router). When I try to ssh or
rlogin from that machine I get a permission denied error. If I try to open
Xemacs back to another machine I get a X server not responding
: "localhost:10.0"
which I'm assuming is a manifestation of the same problem.
In /var/log/messages I'm getting
Jul 2 21:18:44 saratoga kernel: audit(1120353524.648:0): avc: denied {
name_connect } for dest=22 scontext=user_u:system_r:unconfined_t
tcontext=system_u

bject_r:reserved_port_t tclass=tcp_socket
Is there something in 2.6.12.1 that is causing the problem? Does anyone
have any other ideas?
Thanks,