<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
That's what I thought too, but I'm also running nginx on the same machine. I set up nginx to listen to eth0:0,  and all traffic to the remote backend sees the IP address of eth0:0. However, when I try to do the same with Varnish, the backends sees the IP address
 of eth0.<br>
<br>
Henry Umansky<br>
Web Development Services<br>
Princeton University<br>
<a href="mailto:humansky@princeton.edu">humansky@princeton.edu</a><br>
609-258-1674<br>
<br>
<div>
<div>On Oct 3, 2011, at 10:02 PM, David Birdsong wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div>Varnish doesn't send traffic out of interfaces, the OS does. Your<br>
kernel routing table will determine which device is part of a<br>
particular route. For most traffic, the 'default' route is the route<br>
that matches outbound traffic.  You can change your default route to<br>
exit a particular interface--though I'm not sure if an ethernet alias<br>
will work. Try it out.<br>
<br>
On Mon, Oct 3, 2011 at 6:26 PM, Henry M. Umansky <<a href="mailto:humansky@princeton.edu">humansky@princeton.edu</a>> wrote:<br>
<blockquote type="cite">Hello,<br>
</blockquote>
<blockquote type="cite">I'm running Varnish 2.1.5 on Red Hat Enterprise Linux Server release 6.1. Currently I have two interfaces: eth0 and an alias eth0:0. I need Varnish to bind to eth0:0, which it does perfectly, however, outgoing traffic is going through
 eth0. Is there anyway to tell Varnish to send outgoing traffic through the same IP address I tell varnish to "listen" to? I guess I can route the traffic accordingly via iptables, but I'd prefer to do it at the application layer if possible.<br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
<blockquote type="cite">Any help would be much appreciated, varnish is an amazing product!!!<br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
<blockquote type="cite">Henry Umansky<br>
</blockquote>
<blockquote type="cite">Web Development Services<br>
</blockquote>
<blockquote type="cite">Princeton University<br>
</blockquote>
<blockquote type="cite"><a href="mailto:humansky@princeton.edu">humansky@princeton.edu</a><br>
</blockquote>
<blockquote type="cite">609-258-1674<br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
<blockquote type="cite">_______________________________________________<br>
</blockquote>
<blockquote type="cite">varnish-misc mailing list<br>
</blockquote>
<blockquote type="cite"><a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
</blockquote>
<blockquote type="cite"><a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
</div>
</blockquote>
</div>
<br>
</body>
</html>