tks vess..
 
 how about routing table (default gateway) in FW
 machine? how to put two default gateway? remember i
 have two router from ISP it likes :
  1) 0.0.0.0 via (router ISP-A)
  2) 0.0.0.0 via (router ISP-B)
 
 the machine was reported problem when i put second
 0.0.0.0 destination
 
 any idea?
 
 probiotik
 
> --- Veselin Slavov <[EMAIL PROTECTED]> wrote:
> 
> > Try something like this
> > 
> > pass in on $int_dmz route-to \
> >     { ($ext_if_ispA $ext_gw_ispA) } round-robin \
> >     proto tcp from $dmz_ips to any flags S/SA
> > modulate state
> > 
> > pass in on $int_dmz route-to \
> >     { ($ext_if_ispA $ext_gw_ispA) } round-robin \
> >     proto udp from $dmz_ips to any flags S/SA
> > modulate state
> > 
> > pass in on $int_LAN route-to \
> >     { ($ext_if_isp, $ext_gw_isp_B) } round-robin \
> >     proto tcp from $lan_ips to any flags S/SA
> > modulate state
> > 
> > pass in on $int_LAN route-to \
> >     { ($ext_if_isp, $ext_gw_isp_B) } round-robin \
> >     proto udp from $lan_ips to any flags S/SA
> > modulate state
> > 
> > 
> > http://www.openbsd.org/faq/pf/pools.html#outgoing
> > 
> > Best regards.
> > 
> > Vess
> > 
> > 
> 
> 
> 
>  
>
____________________________________________________________________________________
> Want to start your own business?
> Learn how on Yahoo! Small Business.
> http://smallbusiness.yahoo.com/r-index
> 



 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

Reply via email to