Load Balance Outgoing Traffic

2006-12-13 Thread uv negativa
Hi the load balancing and dont work my configuration OpenBSD 4.0 amd64 lan soekris lan1641, Four port 10/100 Mbit PCI Ethernet board lan_net = "192.168.1.0/24" int_if = "sis3" ext_if1 = "sis1" ext_if2 = "sis0" ext_gw1 = "2x.x.x.x" ext_gw2 = "2x.x.x.x" # nat nat on $ext_if1 from $lan_net

Re[2]: Load Balance Outgoing Traffic

2011-09-26 Thread pavel pocheptsov
26 QP5P=QQP1QQ 2011, 19:50 P>Q "Gonzalo L. R." : > Maybe you can use trunk(4) > so, I need this: # ifconfig trunk0 trunkproto loadbalance trunkport fxp0 trunkport fxp1 \ trunkport fxp2 trunkport fxp3 \ 192.168.1.1 netmask 255.255.255.0 and in pf.conf m

Load Balance Outgoing Traffic via 3 outgoing interfaces

2015-04-08 Thread Indunil Jayasooriya
Hi Mics, I have a requirement that Users in LAN wan to browse INTERNET with squid proxy server via 3 outgoing links. So I have a box with 4 Network interfaces. One for LAN. 3 for outgoing links. I need fail-over as well. So ifstated is a solution for it. I am referring below articles for gettin

Load Balance Outgoing Traffic and Killing Interface-Specific States

2010-03-23 Thread Daniel Melameth
Using the example from the PF User's Guide (http://www.openbsd.org/faq/pf/pools.html#outgoing), what's the best way to kill all states related to ONE of the route-to interfaces created by the "pass in on $int_if route-to { ($ext_if1 $ext_gw1), ($ext_if2 $ext_gw2) }..." rule? It is a simple thing t

Re: Load Balance Outgoing Traffic via 3 outgoing interfaces

2015-04-08 Thread Destan YILANCI
Hi, If you are using Squid you have to make configuration at proxy side for http/https requests. You can start with looking here : http://www.squid-cache.org/Doc/config/tcp_outgoing_address/ Also you have PF FAQ for other ports/protocols which squid will not be the redirector. 2015-04-08 10:54

Re: Load Balance Outgoing Traffic via 3 outgoing interfaces

2015-04-08 Thread Indunil Jayasooriya
HI, Thanks for your quick response. First of all , I will have to setup equal-cost multipath routing in this way for 3 outgoing interfaces. http://www.openbsd.org/faq/faq6.html#Multipath then, ifstated is the difficult thing. On Wed, Apr 8, 2015 at 8:01 AM, Destan YILANCI wrote: > Hi, >

Re: Load Balance Outgoing Traffic via 3 outgoing interfaces

2015-04-09 Thread Stuart Henderson
On 2015-04-08, Indunil Jayasooriya wrote: > Hi Mics, > > I have a requirement that Users in LAN wan to browse INTERNET with squid > proxy server via 3 outgoing links. So I have a box with 4 Network > interfaces. One for LAN. 3 for outgoing links. I need fail-over as well. > So ifstated is a solu

Re: Load Balance Outgoing Traffic and Killing Interface-Specific States

2010-03-23 Thread Simon Perreault
On 2010-03-23 18:54, Daniel Melameth wrote: Using the example from the PF User's Guide (http://www.openbsd.org/faq/pf/pools.html#outgoing), what's the best way to kill all states related to ONE of the route-to interfaces created by the "pass in on $int_if route-to { ($ext_if1 $ext_gw1), ($ext_if2

Re: Load Balance Outgoing Traffic and Killing Interface-Specific States

2010-03-23 Thread Simon Perreault
On 2010-03-23 19:13, Simon Perreault wrote: How about this? pfctl -k $int_lan -k $ext_gw1 This is so wrong, I am ashamed. Simon -- NAT64/DNS64 open-source --> http://ecdysis.viagenie.ca STUN/TURN server--> http://numb.viagenie.ca vCard 4.0 --> http://www.vcarddav.org

Re: Load Balance Outgoing Traffic and Killing Interface-Specific States

2010-03-29 Thread Daniel Melameth
Would love it if someone could share a thought on how to handle this--can't seem to think up a way to do this simply... On Tue, Mar 23, 2010 at 7:54 PM, Daniel Melameth wrote: > Using the example from the PF User's Guide > (http://www.openbsd.org/faq/pf/pools.html#outgoing), what's the best way t