<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fosiul.com &#187; Miscellaneous</title>
	<atom:link href="http://www.fosiul.com/index.php/category/linux/miscellaneous/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fosiul.com</link>
	<description>Dedicated To Linux</description>
	<lastBuildDate>Wed, 21 Dec 2011 11:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Linux:Iptables rules for different services</title>
		<link>http://www.fosiul.com/index.php/2011/03/linuxiptables-rules-for-different-services/</link>
		<comments>http://www.fosiul.com/index.php/2011/03/linuxiptables-rules-for-different-services/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 13:08:27 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.fosiul.com/?p=1877</guid>
		<description><![CDATA[Bellow information for nfs server: vi /etc/sysconfig/nfs LOCKD_TCPPORT=32803 LOCKD_UDPPORT=32769 MOUNTD_PORT=892 RQUOTAD_PORT=875 STATD_PORT=662 STATD_OUTGOING_PORT=2020 Now reboot the services # service portmap restart # service nfs restart # service rpcsvcgssd restart Now add rules into iptables -A RH-Firewall-1-INPUT -s 192.168.2.0/24 -p udp -m udp --dport 111 -j ACCEPT -A RH-Firewall-1-INPUT -s 192.168.2.0/24 -p tcp -m tcp --dport [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2011/03/linuxiptables-rules-for-different-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selinux commands for services</title>
		<link>http://www.fosiul.com/index.php/2011/03/selinux-commands-for-services/</link>
		<comments>http://www.fosiul.com/index.php/2011/03/selinux-commands-for-services/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 14:41:30 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.fosiul.com/?p=1870</guid>
		<description><![CDATA[(a)Selinux Requirement for NIS Clients setsebool -P allow_ypbind=1 ypbind_disable_trans=1 yppasswdd_disable_trans=1 Use getsebool command to verify : getsebool allow_ypbind ypbind_disable_trans yppasswdd_disabled _trans allow_ypbind -> on ypbind_disable_trans &#8211;>on yppasswdd_disable_trans &#8211;> on b) Selinux for vsftpd getsebool -a &#124; grep ftp allow_ftpd_anon_write --&#62; off allow_ftpd_full_access --&#62; off allow_ftpd_use_cifs --&#62; off allow_ftpd_use_nfs --&#62; off ftp_home_dir --&#62; off httpd_enable_ftp_server --&#62; [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2011/03/selinux-commands-for-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

