On Wed, 29 Nov 2006 14:30:13 -0800 (PST), wiwit wrote > 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?
Try this: route add -mpath default ISP-A-GW route add -mpath default ISP-B-GW Look 16.4 here http://www.openbsd.org/faq/faq6.html or man route > > 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 Best regards. Vess
