<?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: lvs problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504066#M16690</link>
    <description>Hi Marco,&lt;BR /&gt;&lt;BR /&gt;    I suggest you to test LVS without firewall or in the same subnet is preferred.&lt;BR /&gt;If it is works ok and it is not works via firewall, it must be firewall problem.&lt;BR /&gt;For now , test it in the sam subnet.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
    <pubDate>Mon, 14 Mar 2005 22:38:14 GMT</pubDate>
    <dc:creator>NiCK_76</dc:creator>
    <dc:date>2005-03-14T22:38:14Z</dc:date>
    <item>
      <title>lvs problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504063#M16687</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I've a question about linux virtual server.&lt;BR /&gt;my virtual server is on the DMZ and has only one NIC with public IP (say DIP 195.120.100.1; VIP 195.120.209.102); &lt;BR /&gt;&lt;BR /&gt;My Real Servers are on another LAN say 192.168.1.0&lt;BR /&gt;&lt;BR /&gt;The DMZ and the LAN are not directly connected, but are both connected  to a linux firewall (with 3 interfaces);&lt;BR /&gt;&lt;BR /&gt;Do you think is possible that LVS (any kind of lvs: nat or dr) works with this configuration??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Mar 2005 10:35:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504063#M16687</guid>
      <dc:creator>Marco_113</dc:creator>
      <dc:date>2005-03-14T10:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: lvs problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504064#M16688</link>
      <description>If the Linux firewall is providing routing to the internal network, then the virutal server in the DMZ should be able to connect.&lt;BR /&gt;&lt;BR /&gt;A lot of it depends on the firewall configuration though.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 14 Mar 2005 11:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504064#M16688</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-14T11:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: lvs problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504065#M16689</link>
      <description>I tried also with the firewall "open"; with &lt;BR /&gt;&lt;BR /&gt;iptables -A INPUT -j ACCEPT&lt;BR /&gt;iptables -A OUTPUT -j ACCEPT&lt;BR /&gt;iptables -A FORWARD -j ACCEPT;&lt;BR /&gt;&lt;BR /&gt;It doesn't work!!&lt;BR /&gt;&lt;BR /&gt;The DMZ and the LAN can communicate trought the firewall</description>
      <pubDate>Mon, 14 Mar 2005 11:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504065#M16689</guid>
      <dc:creator>Marco_113</dc:creator>
      <dc:date>2005-03-14T11:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: lvs problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504066#M16690</link>
      <description>Hi Marco,&lt;BR /&gt;&lt;BR /&gt;    I suggest you to test LVS without firewall or in the same subnet is preferred.&lt;BR /&gt;If it is works ok and it is not works via firewall, it must be firewall problem.&lt;BR /&gt;For now , test it in the sam subnet.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Mon, 14 Mar 2005 22:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504066#M16690</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-03-14T22:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: lvs problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504067#M16691</link>
      <description>Hi Marco,&lt;BR /&gt;&lt;BR /&gt;As SEP told you, there should be a routing between your DMZ &amp;amp; LAN to be able to connect.make appropriate rules in iptables and sysctl.conf file for routing.</description>
      <pubDate>Mon, 14 Mar 2005 23:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504067#M16691</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-03-14T23:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: lvs problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504068#M16692</link>
      <description>Ok,&lt;BR /&gt;the firewall has 3 NIC's: &lt;BR /&gt;one on the DMZ&lt;BR /&gt;one on the LAN&lt;BR /&gt;one on the Internet.&lt;BR /&gt;&lt;BR /&gt;The LAN and the DMZ can communicate by every protocol and port, and they do it.&lt;BR /&gt;&lt;BR /&gt;I know that if i change, and i put the Virtual Servers directly connected on the same Network of Real Servers it works.&lt;BR /&gt;&lt;BR /&gt;But my question is exactly this, can i configure lvs having Virtual servers and Real servers not directly connected on the same network??&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 15 Mar 2005 03:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvs-problem/m-p/3504068#M16692</guid>
      <dc:creator>Marco_113</dc:creator>
      <dc:date>2005-03-15T03:30:13Z</dc:date>
    </item>
  </channel>
</rss>

