Re: ipfw -N show

2018-12-11 Thread Claudio Eichenberger
Hello Andrey, Many many thanks. This solved the problem. Your fix does more than did the -N flag in the past. Even the IP Address gets transformed to domain name! 00600 58 2404 allow tcp from any to yourshop.com http in recv bce0 00700 48 15788 allow tcp f

Re: ipfw -N show

2018-12-11 Thread Andrey V. Elsukov
On 11.12.2018 19:55, Claudio Eichenberger wrote: > I didn't install anything. I applied the patches to this file > /usr/src/sbin/ipfw/ipfw2.c compiled the kernel & booted These patches are not for kernel, you need to rebuild only sbin/ipfw utility. You can do this: # make -C /usr/src/sbin/ipfw al

Re: ipfw -N show

2018-12-11 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Tue, 11 Dec 2018 17:55:34 +0100 Claudio Eichenberger schrieb: > /usr/src/sbin/ipfw/ipfw2.c Isn't /usr/src/sbin/ and fellows supposed to install only via "make installworld"? - -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung m

Re: ipfw -N show

2018-12-11 Thread Claudio Eichenberger
I didn't install anything. I applied the patches to this file /usr/src/sbin/ipfw/ipfw2.c compiled the kernel & booted On 2018-12-11 17:22:32, Andrey V. Elsukov wrote: > On 11.12.2018 16:01, Claudio Eichenberger wrote: > > Hello Andrey, > > > > I applied both patches: > > > > > > sigma# dif

Re: ipfw -N show

2018-12-11 Thread Andrey V. Elsukov
On 11.12.2018 16:01, Claudio Eichenberger wrote: > Hello Andrey, > > I applied both patches: > > > sigma# diff -u ipfw2.c-000 ipfw2.c > --- ipfw2.c-000 2018-12-11 13:01:01.370594000 +0100 > +++ ipfw2.c 2018-12-11 13:04:25.132233000 +0100 > @@ -1251,7 +1251,8 @@ >

Re: ipfw -N show

2018-12-11 Thread Claudio Eichenberger
Hello Andrey, I applied both patches: sigma# diff -u ipfw2.c-000 ipfw2.c --- ipfw2.c-000 2018-12-11 13:01:01.370594000 +0100 +++ ipfw2.c 2018-12-11 13:04:25.132233000 +0100 @@ -1251,7 +1251,8 @@ (cmd->o.opcode == O_IP_SRC || cmd->o.opcode =