<?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: IPCHAINS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ipchains/m-p/2447745#M80844</link>
    <description>Bill,&lt;BR /&gt;&lt;BR /&gt;Has your problem been resolved, or do you need further assistance?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 02 Oct 2000 16:39:57 GMT</pubDate>
    <dc:creator>Albert E. Whale, CISSP</dc:creator>
    <dc:date>2000-10-02T16:39:57Z</dc:date>
    <item>
      <title>IPCHAINS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipchains/m-p/2447743#M80842</link>
      <description>Need info on IPchains.   I want to forward the packet to one of two locations based on source address, AND destination address..help help</description>
      <pubDate>Mon, 25 Sep 2000 18:48:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipchains/m-p/2447743#M80842</guid>
      <dc:creator>Bill Whittaker</dc:creator>
      <dc:date>2000-09-25T18:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: IPCHAINS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipchains/m-p/2447744#M80843</link>
      <description>heres a few commands that would help you&lt;BR /&gt;from the IPCHAINS HOWTO &lt;BR /&gt;by Rusty Russell&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;#ipchains -A input -i ! lo -j DENY&lt;BR /&gt;#ipchains -A output -i ! lo -j DENY&lt;BR /&gt;#ipchains -A forward -j DENY&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;that sets up to deny all except loopback...&lt;BR /&gt;then from there you want to setup new chains to make your forwarding more managable...&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;#ipchains -N one-host&lt;BR /&gt;#ipchains -N second-host&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;from there you want to start doing some filtering based on the source or destination addresses...&lt;BR /&gt;to filter the source you use the -s like&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;#ipchains -s 190.23.12.0/15 -i ppp0 -j one-host&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;that would send all packets from the addresses (190.23.12.0 - 190.23.12.15) across the ppp0 interface to the chains group one-host&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;#ipchains -d 197.23.12.0/15 -i ppp0 -j one-host&lt;BR /&gt;#&lt;BR /&gt; &lt;BR /&gt;that would do the same except filter based on the dest. address&lt;BR /&gt;&lt;BR /&gt;if you need more detailed information check out the ipchains howto, you can find it online at &lt;A href="http://www.linux.org/docs/ldp/howto/IPCHAINS-HOWTO.html" target="_blank"&gt;http://www.linux.org/docs/ldp/howto/IPCHAINS-HOWTO.html&lt;/A&gt; &lt;BR /&gt;its a great help in understanding ipchains&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Sep 2000 20:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipchains/m-p/2447744#M80843</guid>
      <dc:creator>Joshua K</dc:creator>
      <dc:date>2000-09-26T20:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: IPCHAINS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipchains/m-p/2447745#M80844</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;Has your problem been resolved, or do you need further assistance?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Oct 2000 16:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipchains/m-p/2447745#M80844</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-10-02T16:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: IPCHAINS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipchains/m-p/2447746#M80845</link>
      <description>Albert,&lt;BR /&gt;Still having some trouble. This is the deal  &lt;BR /&gt;I support 57 public libraries. They connect to my network via a private frame relay network to access their holdings / patron database, as well as to get connected to the internet.  One of the biggest reasons for the libarary patrons to go to the net is to research. To aid in this the libraries subscribe to on line databases,  (Worldbook, Gale, Ebsco  etc)  The trouble is that they don't all subscribe to the same ones.&lt;BR /&gt;What I wanted to do is..   Have incoming packets point at the IPchains box (Which is inside a PIX firewall.  If the destination address is allowed to go to the source address (ie they subscribe to that database)  they would be sent to the PIX firewall, but with the IPchains IPaddress (This would be statically translated to a global address). This address would be translated to a registered address by the PIX. The database would verify the address and authenticate them. If they don't subsribe, I would want the IPchains box to send the packet to the PIX with the orginal address. The pix will then give it a random natted address. This address will fail authentication at the database, but they will be able to get whatever free services are availble ...   I think it will work, I just can't seem to figure out the IPchains howto.  ITs pretty confusing</description>
      <pubDate>Mon, 02 Oct 2000 19:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipchains/m-p/2447746#M80845</guid>
      <dc:creator>Bill Whittaker</dc:creator>
      <dc:date>2000-10-02T19:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: IPCHAINS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipchains/m-p/2447747#M80846</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;This is a little more complex than I would expect everyone else to be interested in.  Please let me know if there is any interest in continuing this quest off-line.&lt;BR /&gt;&lt;BR /&gt;Talk to you soon (aewhale@hky.com)&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Oct 2000 20:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipchains/m-p/2447747#M80846</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-10-02T20:13:59Z</dc:date>
    </item>
  </channel>
</rss>

