On Sat, 10 Dec 2005 16:43:50 -0500
Forrest Aldrich <[EMAIL PROTECTED]> wrote:

> I had that before (with braces {}) and got a syntax error on these
> lines  as well, FYI.
> 
> 
> 
> ed wrote:
> > On Fri, 09 Dec 2005 16:14:25 -0500
> > Forrest Aldrich <[EMAIL PROTECTED]> wrote:
> >
> >   
> >> rdr on $ext_if proto tcp from !<geoip>, !<spammers>, !<abuse> any \
> >>     port { $tcp_services } tag INET_DMZ -> $server
> >>     
> >
> > rdr on $ext_if proto tcp from { !<geoip> , !<spammers>, !<abuse> }
> > to \ any port { $tcp_services } tag INET_DMZ -> $server
> >
> >   
> >> rdr on $ext_if proto tcp from !<abuse> any \
> >>     port 80 tag INET_DMZ -> $server
> >>                  
> >> rdr on $ext_if proto tcp from !<abuse> any \
> >>     port 443 tag INET_DMZ -> $server

Please don't top post.

What does $ext_if/$tcp_services/$server expand to?

Chances are, one of those is missing a {}.

-- 
Regards, Ed http://www.usenix.org.uk - http://irc.is-cool.net 
A TCP/IP stack was the worst feature windows ever got
~~
~~
:wq

Reply via email to