All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Bellion <mbellion@hipac.org>
To: netfilter@lists.netfilter.org
Cc: "Paweł Staszewski" <pstaszewski@artcom.pl>
Subject: Re: some problems
Date: Fri, 7 Oct 2005 20:30:45 +0200	[thread overview]
Message-ID: <200510072030.46522.mbellion@hipac.org> (raw)
In-Reply-To: <43466582.7000307@artcom.pl>

Hi

> Hello
> I have linux with hf-hipac v0.9.0 installed on kernel 2.6.13-r3
> and i have 97 vlan interfaces on machine.
> When i try to add:
>
> <fw.sh>
> #!/bin/sh
>
> vlans="999 100 101 102 103 104 105 106 107 108 109 110 111 112 113 300
> 114 450 401 402 301 302 303 304 305 306 307 308 309 310 311 312 313 403
> 314 315 316 317 318 404 405 115 406 116 500 501 319 320 321 322 323 324
> 325 326 327 328 329 330 331 332 333 334 335 336 337 117 118 119 120 121
> 122 407 408 409 451 452 453 454 455 456 457 458 459 461 202 460 462 463
> 464 203 503 504"
>
> nf-hipac -F
> nf-hipac -X
>
> nf-hipac -X permit10-services
> nf-hipac -N permit10-services
>
> nf-hipac -A permit10-services -s 10.0.234.12 -j ACCEPT
> nf-hipac -A permit10-services -s 10.0.230.0/24 -j ACCEPT
> nf-hipac -A permit10-services -s 10.202.40.2 -j ACCEPT
> nf-hipac -A permit10-services -s 10.4.120.195 -p tcp --dport 666 -j ACCEPT
> nf-hipac -A permit10-services -p udp --dport 67:68 -s 10.0.0.0/8 -j ACCEPT
>
> for vlans in $vlans
> do
> nf-hipac -A INPUT -i vlan0$vlans -s 10.0.0.0/8 -j permit10-services
> done
> <fw.sh>
>
> dmesg shows me:
>
> NF_HiPAC: too much interfaces UP at the same time. Please increase
> NF_HIPAC_MAX_UP_INTERFACES in nf_hipac_dev.h and recompile!

Seems like the interface string match support is broken :-(

I am currently at the netfilter workshop in Seville, Spain and I have a lot of 
hardware problems with my notebook :-(
I will fix the interface problem as soon as I return to Germany. Expect a 
patch on http://www.hipac.org on monday.

Thanks for your bug report
        Michael Bellion


  parent reply	other threads:[~2005-10-07 18:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-07 12:09 some problems Paweł Staszewski
2005-10-07 18:19 ` Michael Bellion
2005-10-07 18:30 ` Michael Bellion [this message]
2005-10-07 18:40 ` Michael Bellion
     [not found] <mailman.1.1243047601.4877.users@nilfs.org>
     [not found] ` <mailman.1.1243047601.4877.users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org>
2009-05-23 20:11   ` Some problems Dipl.-Ing. Michael Niederle
2009-05-24  8:51     ` Ryusuke Konishi
     [not found]       ` <20090524.175101.94865345.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-05-25 21:39         ` Ryusuke Konishi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200510072030.46522.mbellion@hipac.org \
    --to=mbellion@hipac.org \
    --cc=netfilter@lists.netfilter.org \
    --cc=pstaszewski@artcom.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.