Re: ipfw table add problem

2013-11-19 Thread Özkan KIRIK
On Tue, Nov 19, 2013 at 11:21 PM, Andreas Nilsson wrote: > > > > On Tue, Nov 19, 2013 at 9:36 PM, Özkan KIRIK wrote: > >> Hi, >> >> >> >> On Tue, Nov 19, 2013 at 10:22 PM, Andreas Nilsson wrote: >> >>> >>> >>> >>> On Tue, Nov 19, 2013 at 8:55 PM, Özkan KIRIK wrote: >>> Hi, I'm using

Re: ipfw table add problem

2013-11-19 Thread Özkan KIRIK
"ipfw table 1 add 4899" command works, on FreeBSD 8.2 and 8.4. I am using port lookup tables on FreeBSD 8.4. For example : "ipfw add allow all from any to any lookup src-port 1" Lookup section from the MAN page of ipfw : lookup {dst-ip | dst-port | src-ip | src-port | uid | jail} N Search a

Re: ipfw table add problem

2013-11-19 Thread Andreas Nilsson
On Tue, Nov 19, 2013 at 9:36 PM, Özkan KIRIK wrote: > Hi, > > > > On Tue, Nov 19, 2013 at 10:22 PM, Andreas Nilsson wrote: > >> >> >> >> On Tue, Nov 19, 2013 at 8:55 PM, Özkan KIRIK wrote: >> >>> Hi, >>> >>> I'm using kernel FreeBSD 10.0-BETA3 #2 r257635 kernel. >>> I am trying to add port number

Re: ipfw table add problem

2013-11-19 Thread Özkan KIRIK
Hi, On Tue, Nov 19, 2013 at 10:22 PM, Andreas Nilsson wrote: > > > > On Tue, Nov 19, 2013 at 8:55 PM, Özkan KIRIK wrote: > >> Hi, >> >> I'm using kernel FreeBSD 10.0-BETA3 #2 r257635 kernel. >> I am trying to add port number to ipfw tables. But there is something >> strange : >> Problem is easi

Re: ipfw table add problem

2013-11-19 Thread Andreas Nilsson
On Tue, Nov 19, 2013 at 8:55 PM, Özkan KIRIK wrote: > Hi, > > I'm using kernel FreeBSD 10.0-BETA3 #2 r257635 kernel. > I am trying to add port number to ipfw tables. But there is something > strange : > Problem is easily repeatable. > > #ipfw table 1 flush > #ipfw table 1 add 4899 > #ipfw table 1

ipfw table add problem

2013-11-19 Thread Özkan KIRIK
Hi, I'm using kernel FreeBSD 10.0-BETA3 #2 r257635 kernel. I am trying to add port number to ipfw tables. But there is something strange : Problem is easily repeatable. #ipfw table 1 flush #ipfw table 1 add 4899 #ipfw table 1 list ::/0 0 #ipfw table 1 flush #ipfw table 1 add 10.2.3.01 ( no