Fwd: Unfamiliar behavior of "setdscp" in IPFW

2016-02-20 Thread Samira Nazari
Hi I use FreeBSD 9.2 and ipfw IPFW rules are defined as follows. 02000 check-state 02900 skipto 3003 ip from any to any via gbeth1 out 03003 skipto 3005 ip from any to any dscp af11 03004 skipto 3007 ip from any to any 03005 setdscp af12 altq af11-gbeth1-out ip from any to any via gbeth1 out 03006

change packets with IPFW divert

2016-10-18 Thread Samira Nazari
Hello every one, When we diverte packets to the specified port with "IPFW divert" , we can change it and re-sent to the kernel? ___ freebsd-ipfw@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any ma

Re: change packets with IPFW divert

2016-10-18 Thread Samira Nazari
Thank you for all of your comments and help. In fact, I want to divert packets for one program that do header compression Sam, Naz On Tue, Oct 18, 2016 at 7:33 PM, Ian Smith wrote: > On Tue, 18 Oct 2016 14:21:50 +, Shawn Bakhtiar wrote: > > On Oct 18, 2016, at 6:49 AM, Sami

Re: change packets with IPFW divert

2016-11-04 Thread Samira Nazari
RTP header compression On Thu, Nov 3, 2016 at 11:41 AM, Julian Elischer wrote: > On 19/10/2016 1:56 PM, Samira Nazari wrote: > >> Thank you for all of your comments and help. >> In fact, I want to divert packets for one program that do header >> compression >