<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Les Stott wrote:
<blockquote cite="mid:475F022B.1080306@cyberpro.com.au" type="cite">
  <pre wrap="">Sunny Dubey wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">hey guys

I have a server with eth0 and eth1, both have public IPs that fully work on 
the Internet.  I have configured my webserver to listen only on eth1, and 
have verified that it fully works.

But the moment I attempt to use the following rules ... I can't reach my web 
server anymore.  What gives ?


interface "eth0 eth1" internet

        # We allow some stuff in
        server ssh accept
        server smtp accept
        server http accept inface eth1

Any ideas ??

  
    </pre>
  </blockquote>
  <pre wrap=""><!---->i don't think you can do that with a server statement.

you should just do this......

interface eth0 internet
     # We allow some stuff in
    server ssh accept
    server smtp accept

interface eth1 web-internet
   server http accept

Its easier to follow that way.

  </pre>
</blockquote>
but of course you remember something after you hit the send button ;)<br>
<br>
you can do it like this.....<br>
<br>
interface "eth0 eth1" internet<br>
        # We allow some stuff in<br>
        server ssh accept<br>
        server smtp accept<br>
       
group with dst "<IPADDRESSofETH1>"<br>
          server http accept<br>
        group end<br>
<br>
Regards,<br>
<br>
Les<br>
<br>
</body>
</html>