Re: ipfw ipv6 tables feature request

2011-04-26 Thread Raffaele De Lorenzo
I mistaked the attachment. You can download the patch at this link: http://csocks.altervista.org/ipfw/ipfw_table6.tar.bz2 regards Raffaele On 26/apr/2011, at 17.00, Raffaele De Lorenzo wrote: > Hello falks, > some time ago I build a patch that implements the ipv6 table mechanism on

Re: ipfw ipv6 tables feature request

2011-04-26 Thread Raffaele De Lorenzo
Hello falks, some time ago I build a patch that implements the ipv6 table mechanism on ipfw/dummynet modules. The attached patch work fine on FreeBSD 7.2. If the community people think that this feature is a good feature for the project I could porting the patch to working on the CURRENT release.

Re: ipfw error in last stable version freebsd 8

2010-04-01 Thread Raffaele De Lorenzo
All critics and suggestions are good to talk in mailing lists, but excessive sarcasm is not good, especially if you are talking to Luigi. Luigi developed a very large part of the FreeBSD kernel, his contribute is essential for a lot of FreeBSD projects. Programming without bugs is impossible, but

Re: R: IPv6 and ipfw

2009-07-27 Thread Raffaele De Lorenzo
Hi all, I attached a patch that solve this problem. I will send a PR as soon as possible. Instructions: Patch the follow files: /usr/src/sbin/ipfw/ipfw2.c (patch is ipfw2.c.diff) /usr/src/sbin/ipfw/ipfw2.h (patch is ipfw2.h.diff) /usr/src/sbin/ipfw/ipv6.c (patch is ipv6.c.diff) This patch w

Re: [ipfw patch - add ipv6 support for table mechanism] request for testing/commit

2009-05-07 Thread Raffaele De Lorenzo
affaele On 07/mag/09, at 22:47, Steve Bertrand wrote: Raffaele De Lorenzo wrote: Put the "ip_fw2.c" and "ip_fw.h" files inside the "/sys/netinet/ directory" Put the "ipfw2.c" file inside the /src/sbin/ipfw/ directory Rebuild the ipfw kernel module or rebuild y

[ipfw patch - add ipv6 support for table mechanism] request for testing/commit

2009-05-07 Thread Raffaele De Lorenzo
Hi all, I extended the ipfw table mechanism to IPv6 protocol and now i need some people for testing and next commit it. The code is stable but you must be careful about possible ambiguous parser semantics. Now you must insert IPv6 addresses inside a table: ipfw table 1 add fe80::1 And you

Re: Support for IPv6 tables in ipfw?

2009-02-11 Thread Raffaele De Lorenzo
Hi, I developed with Luigi (as mentor) and Mariano Tortoriello the first release of ipfw with ipv6 extension. If you and the FreeBSD Community think that the tables functional is a good feature i can develop it for IPv6 protocol. Ciao Raffaele On 11/feb/09, at 23:34, Kevin Oberman wrote:

Re: freebsd-ipfw Digest, Vol 270, Issue 1

2008-06-21 Thread Raffaele De Lorenzo
ve already done this: $cmd6 00503 allow tcp from 2001::6:111 to any 22,23 in via ed0 $cmd6 00504 deny tcp from any to any 22,23 in via ed0 But after i display the ip6fw list, i didn't find the rules for blocking ssh and telnet. Regards, EDWIN Sanyoto ([EMAIL PROTECTED]) - Orig

Re: freebsd-ipfw Digest, Vol 270, Issue 1

2008-06-18 Thread Raffaele De Lorenzo
Hi, I see From [RFC4861] the icmpv6 type 136 is still used for "Neighbor Advertisement" messagges 136 Neighbor Advertisement [RFC4861] You must modify your ipfw IPv6 rules... see this URL for all informations: http://www.iana.org/assignments/icmpv6-parameters Anywa

Re: freebsd-ipfw Digest, Vol 270, Issue 1

2008-06-18 Thread Raffaele De Lorenzo
Hi, I see From [RFC4861] the icmpv6 type 136 is still used for "Neighbor Advertisement" messagges 136 Neighbor Advertisement [RFC4861] You must modify your ipfw IPv6 rules... see this URL for all informations: http://www.iana.org/assignments/icmpv6-parameters Anyway

Re: Dummynet and VMware

2008-03-07 Thread Raffaele De Lorenzo
Hi, VMWare have some time sync troubles with Unix Machine emulation (like FreeBSD and Linux), in fact the time machine will be lost sometime . The Vmware Tools installation doesn't always solve the issue. I don't know why the time machine be lost, but the Real Time Algorithm used by Dummynet q