<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Testing_firewall_rules_with_netcat</id>
	<title>Testing firewall rules with netcat - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Testing_firewall_rules_with_netcat"/>
	<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Testing_firewall_rules_with_netcat&amp;action=history"/>
	<updated>2026-05-13T10:29:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0-beta</generator>
	<entry>
		<id>https://www.theeggeadventure.com/wikimedia/index.php?title=Testing_firewall_rules_with_netcat&amp;diff=2055&amp;oldid=prev</id>
		<title>Egge: New page: It&#039;s quite easy to test to see if a firewall will allow traffic on a specific port if you have control of the server behind the firewall.  Example:  On the remote side, listen to a port: &lt;...</title>
		<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Testing_firewall_rules_with_netcat&amp;diff=2055&amp;oldid=prev"/>
		<updated>2008-12-12T03:03:20Z</updated>

		<summary type="html">&lt;p&gt;New page: It&amp;#039;s quite easy to test to see if a firewall will allow traffic on a specific port if you have control of the server behind the firewall.  Example:  On the remote side, listen to a port: &amp;lt;...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;It&amp;#039;s quite easy to test to see if a firewall will allow traffic on a specific port if you have control of the server behind the firewall.  Example:&lt;br /&gt;
&lt;br /&gt;
On the remote side, listen to a port:&lt;br /&gt;
&amp;lt;geshi lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
echo &amp;#039;OMG!&amp;#039; | nc -l -p 5152&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On the local side, use telnet or nc to connect to the remote.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geshi lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
telnet remote 5152&lt;br /&gt;
Trying 10.136.2.242...&lt;br /&gt;
Connected to remote.&lt;br /&gt;
Escape character is &amp;#039;^]&amp;#039;.&lt;br /&gt;
OMG!&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Unix]]&lt;/div&gt;</summary>
		<author><name>Egge</name></author>
	</entry>
</feed>