On Thu, 27 Sep 2001 at 2:01pm, Lalo Castro wrote > The client sends the reply packet, but the server doesn't seem to > receive them. The server, when called on it's own backup, recieves the > packet fine, which makes me think that the xinetd.conf and services > files are as they should be (they are identical on both computers). The > server and client are on the same subnet, without any firewalls between > them.
Are you sure about that last bit -- did you disable ipchains, which RedHat 7.1 automatically sets up? I found that unless I added a rule to /etc/sysconcfig/ipchains which accepted all udp packets from a client machine to the server, amcheck would fail in exactly the manner you are describing. An example rule would look like this: -A input -p udp -s $CLIENT_IP_ADDRESS -d $SERVER_IP_ADDRESS -j ACCEPT -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
