<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to open ports in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886278#M3452</link>
    <description>Keep in mind that your probably going to need the Ident port(113) open aswell if your trying to use Mirc behind a firewall.&lt;BR /&gt;&lt;BR /&gt;Most IRC  servers will not allow you to connect to them if you havent got an Ident deamon running.&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Jan 2003 08:51:29 GMT</pubDate>
    <dc:creator>Admin32</dc:creator>
    <dc:date>2003-01-21T08:51:29Z</dc:date>
    <item>
      <title>how to open ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886276#M3450</link>
      <description>hi &lt;BR /&gt;thanx for ur quick response&lt;BR /&gt;&lt;BR /&gt;plz guide me how to open ports in squid, i want to open port 5050. my another problem, client's mirc isn't working.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2003 06:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886276#M3450</guid>
      <dc:creator>ADNAN AHMED</dc:creator>
      <dc:date>2003-01-21T06:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to open ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886277#M3451</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry , Not possible.&lt;BR /&gt;&lt;BR /&gt;Mirc will not run behind Squid. Because squid is not a SOCKS proxy it is a HTTP proxy (FTP too ). &lt;BR /&gt;&lt;BR /&gt;It does not understand IRC protocol which Mirc clients use.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 21 Jan 2003 07:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886277#M3451</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-01-21T07:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to open ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886278#M3452</link>
      <description>Keep in mind that your probably going to need the Ident port(113) open aswell if your trying to use Mirc behind a firewall.&lt;BR /&gt;&lt;BR /&gt;Most IRC  servers will not allow you to connect to them if you havent got an Ident deamon running.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2003 08:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886278#M3452</guid>
      <dc:creator>Admin32</dc:creator>
      <dc:date>2003-01-21T08:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to open ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886279#M3453</link>
      <description>Actually, mIRC can use a 'Proxy Server', thus if you tell squid to allow port 6667 traffic (bad idea though), and tell mIRC to use that..&lt;BR /&gt;&lt;BR /&gt;anyway.  I don't advise this course of action.</description>
      <pubDate>Tue, 21 Jan 2003 21:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886279#M3453</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-21T21:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to open ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886280#M3454</link>
      <description>Dear Stuart Browne ,&lt;BR /&gt;&lt;BR /&gt;I strongly disgree with you , squid cannot deal with IRC protocol .&lt;BR /&gt;&lt;BR /&gt;I agree that the latest Mirc clients work with windows based HTTP proxies. &lt;BR /&gt;&lt;BR /&gt;But as far as Squis is concerned prsesently it is simply NOT POSSIBLE.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 22 Jan 2003 03:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886280#M3454</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-01-22T03:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to open ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886281#M3455</link>
      <description>*has a quick re-read of squid configuration*&lt;BR /&gt;&lt;BR /&gt;I just vaguely recall reading somewhere of squid's ability just to ferry packets, rather than do any sort of intelligent proxying.&lt;BR /&gt;&lt;BR /&gt;What about:&lt;BR /&gt;&lt;BR /&gt;acl CONNECT method CONNECT&lt;BR /&gt;http_access deny CONNECT !SSL_ports&lt;BR /&gt;&lt;BR /&gt;Given that SSL isn't proxied, this is a packet ferry. &lt;BR /&gt;&lt;BR /&gt;What's to stop an idiot admin from doing:&lt;BR /&gt;&lt;BR /&gt;acl IRC_Ports 6667-7000&lt;BR /&gt;http_access allow CONNECT IRC_Ports&lt;BR /&gt;&lt;BR /&gt;And issuing the keyword "CONENCT &lt;HOST&gt;:&lt;PORT&gt; HTTP/1.1&lt;BR /&gt;Host: &lt;HOST&gt;" in a session?&lt;BR /&gt;&lt;BR /&gt;Squid does support &lt;A href="ftp://ftp.isi.edu/in-notes/rfc2817.txt" target="_blank"&gt;ftp://ftp.isi.edu/in-notes/rfc2817.txt&lt;/A&gt; (Tunneling other protocols through the Proxies).&lt;/HOST&gt;&lt;/PORT&gt;&lt;/HOST&gt;</description>
      <pubDate>Wed, 22 Jan 2003 04:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886281#M3455</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-22T04:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to open ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886282#M3456</link>
      <description>Stuart ,&lt;BR /&gt;&lt;BR /&gt;That's a good idea. I have heard about it but not tried at my site due to security implications.&lt;BR /&gt;&lt;BR /&gt;I hope i was not rude in disagreeing with you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 22 Jan 2003 05:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886282#M3456</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-01-22T05:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to open ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886283#M3457</link>
      <description>Nah, is ok.  I'm used to people disagreeing with me :)&lt;BR /&gt;&lt;BR /&gt;I apologise to all for the "idiot admin" comment too ;)</description>
      <pubDate>Wed, 22 Jan 2003 05:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886283#M3457</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-22T05:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to open ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886284#M3458</link>
      <description>Thanxz&lt;BR /&gt;Stuart Browne &lt;BR /&gt;U.Sivakumar&lt;BR /&gt; &amp;amp; if u know any more About THis problem then reply me thanxz Again....</description>
      <pubDate>Wed, 22 Jan 2003 05:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886284#M3458</guid>
      <dc:creator>ADNAN AHMED</dc:creator>
      <dc:date>2003-01-22T05:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to open ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886285#M3459</link>
      <description>So not only do you fail to see that the question has already be answered, but you also fail to assign points to the posters.  *sigh*&lt;BR /&gt;&lt;BR /&gt;The post I wrote with 'CONNECT' in it is what you are are after.  If it is not clear enough in there, then I suggest you read Squid's documentation (&lt;A href="http://www.squid-cache.org/)" target="_blank"&gt;http://www.squid-cache.org/)&lt;/A&gt; and get it direct from the source.&lt;BR /&gt;&lt;BR /&gt;The FAQ has the details.</description>
      <pubDate>Wed, 22 Jan 2003 05:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886285#M3459</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-22T05:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to open ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886286#M3460</link>
      <description>Read this post.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf05b5c7609e9d61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf05b5c7609e9d61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The book mentioned in my second post does have a cookbook for openning up mirc.&lt;BR /&gt;&lt;BR /&gt;You will need to switch the firewall to iptables and modify the examples.&lt;BR /&gt;&lt;BR /&gt;My attached iptables configuration contains my NSP/server's IP addresses, if you don't change them, you could disable your Internet access.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Wed, 22 Jan 2003 14:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-open-ports/m-p/2886286#M3460</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-22T14:23:06Z</dc:date>
    </item>
  </channel>
</rss>

