Lan Barnes wrote:
> [...] Machine is running FC5 [...]

Lan,
FC5 ships by default with a firewall turned on, and SELinux enabled. Since these machines are "relatively" safe behind the nat box, you can try turning both iptables and the SELinux garbage off.

root# service iptables stop
root# chkconfig --level 2345 iptables off
root# vim /etc/sysconfig/selinux
:%s/=enforcing/=disabled/g
:%s/=permissive/=disabled/g
:wq
root# setenforce Enforcing 0

There might be someting in /boot/grub/grub.conf too -- can't remember.

Then, just to be safe, I suggest a reboot. If you want to turn iptables back on, then 'chkconfig --level 2345 iptables on' and 'service iptables start' should do the trick for you.


Good luck.
-kelsey


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to