<?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>open telnet port &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/open-telnet-port/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Tue, 10 May 2011 09:00:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Allow Telnet Through IPTables Under Centos / RedHat</title>
		<link>https://lifelinux.com/how-to-allow-telnet-through-iptables-under-centos-redhat/</link>
					<comments>https://lifelinux.com/how-to-allow-telnet-through-iptables-under-centos-redhat/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Tue, 10 May 2011 08:45:07 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[centos linux]]></category>
		<category><![CDATA[firewall rules]]></category>
		<category><![CDATA[iptables firewall]]></category>
		<category><![CDATA[linux iptables]]></category>
		<category><![CDATA[open port 22]]></category>
		<category><![CDATA[open port 23]]></category>
		<category><![CDATA[open ssh port]]></category>
		<category><![CDATA[open telnet port]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=378</guid>

					<description><![CDATA[<p>CentOS / RedHat Linux server and by default firewall blocked out everything including telnet access. How do I allow telnet &#8211; port 23 thought Linux iptables firewall ? Method 1: Login as root account and type the following command [root@lifelinux ~]# iptables -A INPUT -m state --state NEW -p tcp --dport 23 -j ACCEPT Save [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-allow-telnet-through-iptables-under-centos-redhat/">How To Allow Telnet Through IPTables Under Centos / RedHat</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>CentOS / RedHat Linux server and by default firewall blocked out everything including telnet access. How do I allow telnet &#8211; port 23 thought Linux iptables firewall ?<span id="more-378"></span></p>
<p><span style="color: #339966;"><strong> Method 1:</strong></span></p>
<p>Login as root account and type the following command</p>
<pre>[root@lifelinux ~]# iptables -A INPUT -m state --state NEW -p tcp --dport 23 -j ACCEPT</pre>
<p>Save rule to /etc/sysconfig/iptables</p>
<pre>[root@lifelinux ~]# iptables-save &gt; /etc/sysconfig/iptables</pre>
<p><span style="color: #339966;"><strong>Method 2:</strong></span></p>
<p>Login as the root user and open /etc/sysconfig/iptables file, enter:</p>
<pre>[root@lifelinux ~]# vi /etc/sysconfig/iptables</pre>
<p>Add the following line:</p>
<pre>-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 23 -j ACCEPT</pre>
<p><span style="color: #339966;"><strong>The final:</strong></span></p>
<p>Save and close the file. Restart the firewall:</p>
<pre>[root@lifelinux ~]# /etc/init.d/iptables restart</pre>
<g:plusone href="https://lifelinux.com/how-to-allow-telnet-through-iptables-under-centos-redhat/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-allow-telnet-through-iptables-under-centos-redhat/">How To Allow Telnet Through IPTables Under Centos / RedHat</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-allow-telnet-through-iptables-under-centos-redhat/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
