Re: ipfw2 question

2005-06-30 Thread dnr
sad, but ipfw add pipe 1 ip from any to any out recv vlan10 xmit vlan1000 ipfw add pipe 2 ip from any to any out recv vlan11 xmit vlan1000 doesn't seems to work :( i've noticed if in one ipfw rule i describe directions on two interfaces - rule doesn't work... example: simplified test machine: rem

ipfw2 question

2005-06-29 Thread dnr
hello, i'm solving such a problem: router with 3 eth i-faces: em0(vlan10) (vlan1000)fxp0 em1(vlan11) I need to split traffic into two pipes pipe1 from vlan10 to vlan1000 pipe2 from vlan11 to vlan1000 fxp side supplys traffic to many different subnets em0 is trunk to the world

tcp session limit with ipfw

2005-05-27 Thread dnr
is there any possibility to limit tcp session count let's say from 3 to 2 for any port separately? for examples: establishing 3 active ftp sessions from 10.10.10.2 to 10.10.10.1 and doing transfer via 1 session we have: 10.10.10.1.ftp - 10.10.10.2.57185 - ESTABLISHED 10.10.10.1.ftp - 10.10.10.2

netgraph debug

2005-05-01 Thread dnr
hello, can anyone tell me now to enable netgraph debug and choose output file? thnx ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

flood with ng_bridge

2005-04-21 Thread dnr
can you check flood.gif?(it's denied to send gif's to this conference) ftp://temp:[EMAIL PROTECTED]/flood.gif for unknown reasons ng_bridge seems to be working like ng_hub and is flooding network even after establishing session between two mac addresses. using kernel bridge instead of ng_bridge s

virtual switching

2005-04-19 Thread dnr
hello, are there any solution for emulating a network switch between network interfaces under FreeBSD 5.3? i cannot use ng_hub because it does not filter packets by their mac addresses... the purpose is switching between ngeth0,ngeth1 and em0. any ideas are welcome Donatas G. __

unable to load atm_aal.ko

2005-04-11 Thread dnr
FreeBSD 5.3 i386 intel 7520 server platform hatm0: mem 0xfce0-0xfcef irq 24 at device 3.0 on pci2 - 155Mbit/s ATM adapter while loading atm_llc.ko (netgraph) module an error appears: link_elf: symbol m_gethdr undefined (atm_aal.ko has been installed from pulsar_freebsd_driver.tgz) oth

FreeBSD 5.2.1 and IPFW (1)

2004-08-29 Thread dnr
hello, i've noticed that IPFW2 on 5.2.1 system has 30% bigger system load than IPFW1 on 4.10 (equivalent firewall configuration, consisting of ~1 rules). So, is it possible to use IPFW1 on FreeBSD 5.2.1? thanx in advance ___ [EMAIL PROTECTED] maili