<div class="gmail_extra"><div class="gmail_quote">On Tue, Nov 20, 2012 at 3:12 AM, Reinhard Trompetter <span dir="ltr"><<a href="mailto:trompetter@titandsl.de" target="_blank">trompetter@titandsl.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hi Per,<br>
    <br>
    thank you very much for your quick reply, but I still cannot connect
    to my to servers from the Internet.<br>
    <br>
    My public IP is 217.140.77.176 und the corresponding domain "<a href="http://www.medmoodle.de" target="_blank">www.medmoodle.de</a>".<br>
    <br>
    My configuration file <span style="font-size:12.0pt">"/etc/varnish/default.vcl"

      looks like:<br>
      <br>
      <font color="#cc0000">backend moodle {<br>
             .host = "192.168.1.57"; #IP of moodle backend<br>
             .port = "80";<br>
        }<br>
        backend drupal {<br>
             .host = "192.168.1.60"; #IP of drupal backend<br>
             .port = "80";<br>
        }<br>
        sub vcl_recv {<br>
             if (req.url~"^/moodle"){<br>
                    set req.backend = moodle;<br>
        }else if(req.url~"^/drupal"){<br>
                    set req.backend = drupal;<br>
        }</font><br>
      <br>
      Any ideas?<br>
      <br>
      Regards<span class="HOEnZb"><font color="#888888"><br>
      <br>
      Reinhard<br>
      <br>
    </font></span></span><br>
  </div>

<br>_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br></blockquote></div><br></div><div class="gmail_extra"><br>

</div><div class="gmail_extra">Hope both your backends are responding.</div><div class="gmail_extra">Next, it seems a firewall block or connectivity problems may be the issue, please check. I can ping your public ip but port 80 is not responding. How is the public ip connected to backend Varnish?</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">--</div><div class="gmail_extra">Shib</div>