Re: Fedora 14: Shutdown problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



JB <jb.1234abcd <at> gmail.com> writes:

> ...

1.
Add firewall log rules to ip(6)tables (both client and server).
To capture any nfs3 or nfs4 related errors (some traffic may be unsolicited:
error or control messages, NEW in terms of iptables)

/etc/sysconfig/iptables:
/etc/sysconfig/ip6tables:

...
# log -----------------------------------------------------------------------
-A INPUT -m limit --limit 1/second --limit-burst 5 -j LOG --log-prefix "debug"
-A FORWARD -m limit --limit 1/second --limit-burst 5 -j LOG --log-prefix "debug"
# log -----------------------------------------------------------------------

-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT

2.
Restart nfs server and client (if possible).
Let them offer and obtain nfs shares.

3.
Scan /var/log/messages, also compare time stamps to those in halt debugging  
log file.

JB


-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux