Re: ipfw2 question

2005-07-01 Thread .
[ Charset ISO-8859-1 unsupported, converting... ] > sad, but > ipfw add pipe 1 ip from any to any out recv vlan10 xmit vlan1000 > ipfw add pipe 2 ip from any to any out recv vlan11 xmit vlan1000 > doesn't seems to work :( > > i've noticed if in one ipfw rule i describe directions on two interfaces

Re: ipfw2 question

2005-06-30 Thread Ian Smith
On Thu, 30 Jun 2005, dnr wrote: > sad, but > ipfw add pipe 1 ip from any to any out recv vlan10 xmit vlan1000 > ipfw add pipe 2 ip from any to any out recv vlan11 xmit vlan1000 > doesn't seems to work :( > > i've noticed if in one ipfw rule i describe directions on two interfaces - > rule

Re: ipfw2 question

2005-06-30 Thread dnr
sad, but ipfw add pipe 1 ip from any to any out recv vlan10 xmit vlan1000 ipfw add pipe 2 ip from any to any out recv vlan11 xmit vlan1000 doesn't seems to work :( i've noticed if in one ipfw rule i describe directions on two interfaces - rule doesn't work... example: simplified test machine: rem

Re: ipfw2 question

2005-06-29 Thread .
[ Charset ISO-8859-4 unsupported, converting... ] > hello, > i'm solving such a problem: > router with 3 eth i-faces: > > em0(vlan10) > (vlan1000)fxp0 > em1(vlan11) > > I need to split traffic into two pipes > pipe1 from vlan10 to vlan1000 > pipe2 from vlan11 to vlan1000 > >