<?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: DMZ, sharing IP address? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dmz-sharing-ip-address/m-p/3070096#M87467</link>
    <description>Hi,&lt;BR /&gt;Thanks for the reply. I will try it later.&lt;BR /&gt;&lt;BR /&gt;Jane</description>
    <pubDate>Tue, 16 Sep 2003 16:58:38 GMT</pubDate>
    <dc:creator>jane zhang</dc:creator>
    <dc:date>2003-09-16T16:58:38Z</dc:date>
    <item>
      <title>DMZ, sharing IP address?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dmz-sharing-ip-address/m-p/3070093#M87464</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;We have setup up to 10 linux boxes for computer purpose and all of them have it's own static ip address and hostname. All those boxes can automount user's home dir and do simulation on user's design files.&lt;BR /&gt;&lt;BR /&gt;Since static IP addresses cost us more from the network department, and our managerment ask us if we can share one or two ip addresses among those 10 ( or more later) boxes.&lt;BR /&gt;&lt;BR /&gt;Can a router or DMZ achieve this? what are the drawbacks of setting up this? &lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Jane</description>
      <pubDate>Fri, 12 Sep 2003 16:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dmz-sharing-ip-address/m-p/3070093#M87464</guid>
      <dc:creator>jane zhang</dc:creator>
      <dc:date>2003-09-12T16:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ, sharing IP address?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dmz-sharing-ip-address/m-p/3070094#M87465</link>
      <description>Nut sure whether I've understood it or not. But what do you want is use the same ip for two boxes? If it is, that's impossible to do unless you put a firewall in front of these machines and configure static NAT togheter with some round-robin DNS for the network containing these computers - let us say, 1 "live" address for each group of 5 machines. Perhaps a hardware load balancer also may help you, but I don't know of its capabilities regarding NFS.&lt;BR /&gt;&lt;BR /&gt;Drawbacks: NIS, NFS and automount aren't the easiest thing to set up with firewalls. Also, you'll have the administrative overhead of the firewalled DNS server.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Fri, 12 Sep 2003 18:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dmz-sharing-ip-address/m-p/3070094#M87465</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-09-12T18:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ, sharing IP address?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dmz-sharing-ip-address/m-p/3070095#M87466</link>
      <description>You can do this if you configure the firewall iptables for NAT.&lt;BR /&gt;&lt;BR /&gt;Assuming its a Linux box.&lt;BR /&gt;&lt;BR /&gt;Here is the statements you need in your iptables file.&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/iptables&lt;BR /&gt;&lt;BR /&gt;*nat&lt;BR /&gt;:PREROUTING ACCEPT [189:13041]&lt;BR /&gt;:POSTROUTING ACCEPT [16:2351]&lt;BR /&gt;:OUTPUT ACCEPT [49:9056]&lt;BR /&gt;-A POSTROUTING -o eth0 -j SNAT --to-source 69.12.173.172&lt;BR /&gt;COMMIT&lt;BR /&gt;&lt;BR /&gt;The ip address is fake to protect my network.&lt;BR /&gt;&lt;BR /&gt;If your internal network is 192 on eth1(the firewall needs two nics, one to the outside, one to the inside, eth1 is the inside.&lt;BR /&gt;&lt;BR /&gt;-A INPUT -s 192.0.0.0/255.0.0.0 -i eth1 -j ACCEPT&lt;BR /&gt;&lt;BR /&gt;This is how you accept port 80 traffic (web)&lt;BR /&gt;-A INPUT -i eth0 -p tcp -m tcp --dport 80 -j okay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;save the file&lt;BR /&gt;&lt;BR /&gt;service iptables restart&lt;BR /&gt;&lt;BR /&gt;You should not need iptables on the internal boxes, but you can for extra protection.&lt;BR /&gt;&lt;BR /&gt;NAT&lt;BR /&gt;Natural Address Translation&lt;BR /&gt;&lt;BR /&gt;Thats the key.&lt;BR /&gt;&lt;BR /&gt;If this post has value, please assign points.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 22:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dmz-sharing-ip-address/m-p/3070095#M87466</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-12T22:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: DMZ, sharing IP address?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dmz-sharing-ip-address/m-p/3070096#M87467</link>
      <description>Hi,&lt;BR /&gt;Thanks for the reply. I will try it later.&lt;BR /&gt;&lt;BR /&gt;Jane</description>
      <pubDate>Tue, 16 Sep 2003 16:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dmz-sharing-ip-address/m-p/3070096#M87467</guid>
      <dc:creator>jane zhang</dc:creator>
      <dc:date>2003-09-16T16:58:38Z</dc:date>
    </item>
  </channel>
</rss>

