Re: B.a.t.m.a.n.

2012-05-14 Thread Ivo Vachkov
Hello all, On Mon, May 14, 2012 at 1:52 PM, Monthadar Al Jaberi wrote: > On Sun, May 13, 2012 at 2:49 PM, Ivan Voras wrote: > > On 13 May 2012 06:46, Ivo Vachkov wrote: > >> Please define "working"? Porting? Kernel-level implementation? > BSD-licensed > >

Re: B.a.t.m.a.n.

2012-05-13 Thread Ivo Vachkov
any mail to "freebsd-net-unsubscr...@freebsd.org" > -- Ivo Vachkov ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Request for information/comment on default-free zone router properties

2011-08-30 Thread Ivo Vachkov
> Steinar Haug, Nethelp consulting, sth...@nethelp.no > -- Ivo Vachkov ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Request for information/comment on default-free zone router properties

2011-08-30 Thread Ivo Vachkov
>> interfaces. I'd say anything from 3 to 20 is fairly typical. >> > > I'd say that range is about right for pure core/backbone routers. > What happens more and more is that access concentrators (xDSL) run > BGP as well. In that case the number of interfaces is

Request for information/comment on default-free zone router properties

2011-08-29 Thread Ivo Vachkov
Thank you very much in advance. -- Ivo Vachkov ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Proposed patch for Port Randomization modifications according to RFC6056

2011-03-02 Thread Ivo Vachkov
On Thu, Mar 3, 2011 at 12:00 AM, Bjoern A. Zeeb wrote: > On Sat, 5 Feb 2011, Giorgos Keramidas wrote: > > Hi, > >> On Fri, 28 Jan 2011 11:00:40 -0800, Doug Barton wrote: >>> >>> I haven't reviewed the patch in detail yet but I wanted to first thank >>> you for taking on this work, and being so re

Re: divert rewrite

2011-02-05 Thread Ivo Vachkov
Hello, How can I help? /ipv On Sun, Feb 6, 2011 at 12:20 AM, Julian Elischer wrote: > for some time now it has been apparent that the divert socket protocol was a > little too heavily tied to IPv4. > > With IPv6 coming along now, it seems that we should look at how to extend > it. > > I see a c

Re: Proposed patch for Port Randomization modifications according to RFC6056

2011-01-31 Thread Ivo Vachkov
#x27; - representing the Algorithm 5 computational tradeoff value (the 'N' value in the Algorithm 5 description in the RFC 6056). 2) Code comments are synchronized with the current variable names. Ivo Vachkov On Sat, Jan 29, 2011 at 4:27 AM, Doug Barton wrote: > On 01/28/2011 11:57

Re: Proposed patch for Port Randomization modifications according to RFC6056

2011-01-28 Thread Ivo Vachkov
On Fri, Jan 28, 2011 at 9:00 PM, Doug Barton wrote: > On 01/28/2011 06:33, Ivo Vachkov wrote: >> >> Hello, >> >> I would like to thank for the help and for the recommendations. >> >> I attach second version of the patch, I proposed earlier, including >

Re: Proposed patch for Port Randomization modifications according to RFC6056

2011-01-28 Thread Ivo Vachkov
5. All values are explicitly checked for correctness before usage. Default values for those variables represent current/legacy port randomization algorithm and proposed values in the RFC itself. Thank you very much. Ivo Vachkov diff -r 4ea077f546dd src/sys/netinet/in_pcb.c --- a/src/sys/netinet

Proposed patch for Port Randomization modifications according to RFC6056

2011-01-26 Thread Ivo Vachkov
. However, in case of expressed interest, I will be glad to add those too. I would like to ask what is the proper way to validate the sysctl input in order to accept only a specific values? In my case only '1', '2' and '5'. Thank you very much. Ivo Vachkov diff -r fbf1313

Re: Host only TCP/IP implementation based on FreeBSD

2010-04-13 Thread Ivo Vachkov
Hello, You can look at http://www.rtems.com/ Their TCP/IP stack is derived from FreeBSD and is probably better suited for 'extraction' than current FreeBSD TCP/IP implementation. Also, the QNX public SVN repository should contain QNX's fork of the NetBSD network stack as separate resource manager.

Re: Wireless mesh networking

2009-05-25 Thread Ivo Vachkov
Hello, Great project! But could you please elaborate on technologies being used in it? Thank you very much in advance. On Sun, May 24, 2009 at 2:51 PM, Rui Paulo wrote: > Hi, > If anyone is interested in testing out wireless mesh networking under > FreeBSD, the project has now reached a point

Re: TARPIT for pf/ipfw

2009-01-16 Thread Ivo Vachkov
what does TARPIT do ? On Fri, Jan 16, 2009 at 11:20 AM, Alexey Ivanov wrote: > Is there any command identical to: >iptables -A INPUT -p tcp -m tcp -dport 80 -j TARPIT > > If no, does anyone ever tried to implement this feature? > > ___ > freebsd

Re: A new tool for low level testing...

2008-12-24 Thread Ivo Vachkov
On Wed, Dec 24, 2008 at 9:43 PM, Julian Elischer wrote: > Luigi Rizzo wrote: >> >> On Wed, Dec 24, 2008 at 11:57:42AM +0100, Paolo Pisati wrote: >>> >>> Julian Elischer wrote: OR ngctl mkpeer em0: echo lower echo hm no this would leave the source and destinat

Re: BPF question

2008-11-06 Thread Ivo Vachkov
ECTED]> wrote: > Just a side note. > > Thu, Nov 06, 2008 at 07:54:13PM +0200, Ivo Vachkov wrote: >> P.S. I'm implementing part of RFC3927 (ZeroConf) as part of a bigger project > > Had you glanced at /usr/ports/net/howl and

Re: BPF question

2008-11-06 Thread Ivo Vachkov
this code is running) I see the announce packets timed only miliseconds away from one another. Could this be an issue with Wireshark ?! Right now I have only one computer to work on, but i'll test the timing from another computer asap. P.S. I'm implementing part of RFC3927 (ZeroConf) as

BPF question

2008-11-06 Thread Ivo Vachkov
Hello all, I am using simple write() calls to send packets over BPF file descriptor. The BPF file descriptor is in buffered read mode (I assume this is the default and I do not set it explicitly). From what I see my write() calls are somewhat buffered. Since timing is relatively important for my p

Probably typo in netintro(4) manpage

2008-11-05 Thread Ivo Vachkov
Hello all, I'm using FreeBSD CURRENT (as of 04 Nov 2008) and while reading netintro(4) i found something i think is typo. Near the end of the INTERFACE section there is an example: ... /* * Structure used in SIOCAIFCONF request. */ struct ifaliasreq { charifra

Re: Multiple routing tables in action...

2008-04-26 Thread Ivo Vachkov
when do we get to see those patches ? :) On Sat, Apr 26, 2008 at 6:44 PM, Julian Elischer <[EMAIL PROTECTED]> wrote: > A little progress report > > From a recently installed (6.3) machine (plus patches) > > wsa02:julian 9] setfib -0 netstat -rn > Routing tables > > Internet: > Destination

Re: resend: multiple routing table roadmap (format fix)

2007-12-28 Thread Ivo Vachkov
On Dec 27, 2007 11:19 PM, Julian Elischer <[EMAIL PROTECTED]> wrote: > > Ivo Vachkov wrote: > > On Dec 27, 2007 2:26 AM, Julian Elischer <[EMAIL PROTECTED]> wrote: > >> Resending as my mailer made a dog's breakfast of the first one > >> with all sorts

Re: resend: multiple routing table roadmap (format fix)

2007-12-26 Thread Ivo Vachkov
On Dec 27, 2007 2:26 AM, Julian Elischer <[EMAIL PROTECTED]> wrote: > Resending as my mailer made a dog's breakfast of the first one > with all sorts of wierd line breaks... hopefully this will be better. > (I haven't sent it yet so I'm hoping).. > > > --- >

Re: bridge and stp defaults

2007-12-17 Thread Ivo Vachkov
On Dec 14, 2007 1:24 AM, Niki Denev <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a reason that when adding member ports to a bridge stp is not > enabled by default on them? > Wouldn't it be more intuitive to be enabled by default these days? There are several reasons not to enable STP on a bridge

Maximum number of vlans on a freebsd box ???

2007-11-03 Thread Ivo Vachkov
Hello all, I'd like to ask if someone has information how many vlans a freebsd box can 'run' ? Thanks in advance. /ipv ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMA

Re: Network stack locking question

2007-09-05 Thread Ivo Vachkov
On 9/5/07, Bruce M. Simpson <[EMAIL PROTECTED]> wrote: > You need to remember to drop the lock which rtalloc() acquires on your > behalf using RTFREE() before leaving the function or possibly calling a > function which needs exclusive/write access to the rtentry. > > If your code needs this rtentry

Re: Network stack locking question

2007-09-05 Thread Ivo Vachkov
On 9/4/07, Bruce M. Simpson <[EMAIL PROTECTED]> wrote: > > It really isn't as simple as 'read this doc' because the code is subject > to change - the code *is* the reference - it is constantly evolving. If > you want to contribute docs, please feel free, Robert may have something > lying around. >

Network stack locking question

2007-09-04 Thread Ivo Vachkov
Hello all, I'm currently working on some ipv6 related code. At some point I have to do a routing lookup and I meet following problem: panic: mtx_lock() of spin mutex 'some_strange_chars' ../../../net/route.c:114 cpuid = 0 KDB: enter: panic [thread pid 17 tid 100021 ] Stopped at kdb_enter+0x3

Re: Route caching ?

2007-08-22 Thread Ivo Vachkov
Actually there is: struct route_in6 ip6_forward_rt; that "caches" the last route used (thanks blue !!!) but i think this technique is pointless in a multiflow traffic. Is it reasonable to believe that route caches can improve networking performance or we should leave it up to the routing table

Wrong function descriptio

2007-08-22 Thread Ivo Vachkov
Hello all, I find this: . . . /* * Try to forward a packet based on the destination address. * This is a fast path optimized for the plain forwarding case. * If the packet is handled (and consumed) here then we return 1; * otherwise 0 is returned and the packet should be delivered * to ip_

Route caching ?

2007-08-22 Thread Ivo Vachkov
Does FreeBSD rtalloc*() (or any other) functions implement route caching and how ? I looked at the code but it's not exactly easiest thing to read / understand :) Ivo ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/

Re: How to make freebsd updater like cvsup

2007-06-16 Thread Ivo Vachkov
or, if your systems are much alike you can export /usr/obj too and make buildworld on one server and make installworld on all. it works for me. On 6/16/07, Eugene Grosbein <[EMAIL PROTECTED]> wrote: On Sat, Jun 16, 2007 at 12:06:14PM +0545, Prakash Poudyal wrote: > I have 5 freebsd server in my

Re: rtentry and rtrequest

2007-04-18 Thread Ivo Vachkov
please, give us more info about the connection between ARP (address resolution protocol) and rtentry/rtrequest. about the debug information: man 9 printf man 9 log On 4/18/07, Alan Garfield <[EMAIL PROTECTED]> wrote: Hi all! One word HOW! :) I've no clue what this FreeBSD ARP stuff is all

Re: stop bittorrents

2006-12-14 Thread Ivo Vachkov
I'm not familiar with bittorrent protocol but I guess you can always implement simple L7 filter using ipfw rules to divert packets to a custom daemon that can parse the data and drop torrent packets. I did something similar for ICQ several years ago. On 12/14/06, Julian H. Stacey <[EMAIL PROTECTE

Re: Urel, a TCP option for Unreliable Streaming. Need your help.

2006-12-07 Thread Ivo Vachkov
On 12/7/06, Michael Tuexen <[EMAIL PROTECTED]> wrote: Hi Andre, see my comments in-line. Best regards Michael SCTP has a extension called PR-SCTP, which is implemented in BSD and can be used to limit the number of retransmissions of a DATA chunk to 0. The service you mention above is therefo

Re: Programming Question: Policy Based Routing

2005-12-08 Thread Ivo Vachkov
2005/12/8, Claudio Jeker <[EMAIL PROTECTED]>: > On Thu, Dec 08, 2005 at 01:15:04PM +0200, Ivo Vachkov wrote: > > > Normally it's the other way around. > > > > So be it :) > > > > My definition of Policy-Based Routing (PBR): ability make routi

Re: Programming Question: Policy Based Routing

2005-12-08 Thread Ivo Vachkov
2005/12/8, Baldur Gislason <[EMAIL PROTECTED]>: > You know you can do policy routing with IPFW. > ipfw add fwd 172.20.0.1 ip from 172.20.0.0/24 to not 172.20.0.0/24 > for example. > > Baldur > I'm aware that i can do something similar with IPFW, PF and IPF. But this does not means I can do all I w

Re: Programming Question: Policy Based Routing

2005-12-08 Thread Ivo Vachkov
Both Plans should really be named Plan 1) and Plan 2). Excuse "Plan B)" mistake. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Programming Question: Policy Based Routing

2005-12-08 Thread Ivo Vachkov
10.0/24 and: pbr_route add -mark 10 $gateway The kernel implementation should check for such marks on every packet and search them in a binary search tree (AVL probably). That's it. Please, excuse my bad english and poor explanations. If you have any quest

Programming Question: Policy Based Routing

2005-12-07 Thread Ivo Vachkov
arch and figured out two ways to implement it, but before discussing them I want to hear other developers/users opinions. Thank you in advance. Ivo Vachkov -- "UNIX is basically a simple operating system, but you have to be a genius to understand the si

Re: netgraph talk online

2005-12-07 Thread Ivo Vachkov
Could you please post the talk logs somewhere :) 2005/12/8, Julian Elischer <[EMAIL PROTECTED]>: > join is on IRC at efnet #bafug > > talk starts at 19:30 San Fraqncisco time (8 hours behind UTC) (in 90 > minutes) > > and watch on one of: > rtsp://streaming.uoregon.edu:555/bafug-live.sdp > rtsp:

Re: FreeBSD on embedded systems

2005-11-12 Thread Ivo Vachkov
2005/11/12, Poul-Henning Kamp <[EMAIL PROTECTED]>: > In message <[EMAIL PROTECTED]>, Juergen > Dankoweit writes: > > >My question is now: is there an overview on which embedded systems > >FreeBSD runs? It does really matters what do you mean by "embedded system". I suppose you're interested in the

Re: All-in-one box

2005-11-11 Thread Ivo Vachkov
2005/11/11, Brian Reichert <[EMAIL PROTECTED]>: > > Let me know how that goes; I still have a fantasy of building a WAP > appliance myself this winter, sometime... > WAP = Wireless Access Point ? I think I can help with links to hardware/software and even step-by-step guide how to build embedded

Re: All-in-one box

2005-11-10 Thread Ivo Vachkov
2005/11/11, Karel Miklav <[EMAIL PROTECTED]>: > Brian Reichert wrote: > > Use a hub? > > This is an external thing, right? > > > By a quad-port NIC? > > Yes, that's more like it. I was searching for a multiport > NIC the other day and found nothin, but your backup made > me luckier. Level One's FNC

Re: allocating 14KB memory per packet compression/decompression results in vm_fault

2005-11-04 Thread Ivo Vachkov
2005/11/4, kamal kc <[EMAIL PROTECTED]>: > > > > for my compression/decompression i use string > > tables and temporary > > > buffers which take about 14KB of memory per > > packet. > > > > If you're allocating 14 KB of data just to send > > (approximately) 1.4 KB > > and then you throw away the 1

Re: SS7 stack/implementation on FreeBSD

2005-11-02 Thread Ivo Vachkov
2005/11/2, Dinesh Nair <[EMAIL PROTECTED]>: > > > On 11/02/05 18:21 Vlad GALU said the following: > > I see that the > > openss7 project uses SCTP sockets, which I've used before in FreeBSD. There is SCTP in FreeBSD ??? Which OS version ??? > > I'm just looking for some code to look at and play w

[no subject]

2003-11-30 Thread Ivo Vachkov
need both because I try to make connection tracking based on src<->dst . Any help with that is appretiated. Any divert code welcome. I've looked through natd.c and it was helpfull. Ivo Vachkov P.S. Excuse my: - English - long pastes - (sometimes) lack of kernel code und

Burst Feature

2003-09-05 Thread Ivo Vachkov
Hi all, I've been doing research recently on traffic shaping/limitting options on several platforms. Since Linux and Cisco has something called "burst" is there anything similar in FreeBSD. If YES - can you point me the docs. Thanks in advance. --

Re: IPv6 headaches

2003-09-02 Thread Ivo Vachkov
try: route add -inet6 default YOUR_TUNNEL_BROKER_ENDPOINT_IPv6 Danny Horne wrote: Hi all, Hope someone can clear this up for me. I'm trying to get up to speed on IPv6 & have tried two different tunnel brokers (Freenet6 & BTExact). Both of these suppliers supply scripts to set things up.