Re: iflib_timer() vs ixl_admin_timer() race

2022-01-12 Thread Alexander Motin
interface is down, so maybe stopping it when interface goes UP would be an option. Let me think this through. Thanks, Krzysiek *From:* Eric Joyner *Sent:* Wednesday, January 12, 2022 8:22 AM *To:* Alexander Motin *Cc:* Joyner, Eric ; Galazka, Krzysztof *Subject:* Re: iflib_timer() vs

[Differential] D12457: Complete INADDR_HASH lock protection

2017-09-22 Thread mav (Alexander Motin)
mav added inline comments. INLINE COMMENTS > if_stf.c:383 > break; > + IN_IFADDR_RUNLOCK(_ifa_tracker); > if (ia4 == NULL) Wouldn't it be better to use in_localip() here instead of code duplication? Or I miss something? >

[Differential] D9270: Add support for user-supplied Host-Uniq tag and handle PADM messages in Netgraph PPPoE

2017-03-01 Thread mav (Alexander Motin)
mav accepted this revision. mav added a reviewer: mav. mav added a comment. This revision has a positive review. It's been years since I worked on this, but I see no problems from this. REPOSITORY rS FreeBSD src repository REVISION DETAIL https://reviews.freebsd.org/D9270 EMAIL

Multicast races on vlan lagg

2014-07-31 Thread Alexander Motin
a patch to improve locking in that area, that seems fixes the problems: http://people.freebsd.org/~mav/mcast_vlan_lagg.patch Could somebody with more experience in the area please take a look? Thanks! -- Alexander Motin ___ freebsd-net@freebsd.org

Re: Very fresh (two days ago) 10-current becomes completely unresponsive under load

2012-01-10 Thread Alexander Motin
to use ng_queue at all as it doesn't requires stack unwrapping and at least few years ago stack size was sufficient to run all processing in one pass. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: ng_mppc_decompress: too many (4094) packets dropped, disabling node

2012-01-05 Thread Alexander Motin
PPPoE over ng_eiface interface. I think it should not be very difficult to add orphan hook and several control requests to it to behave alike to ng_ether. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Netgraph multithreading

2011-11-11 Thread Alexander Motin
, and then, when possible, handles them using multiple dedicated threads. Unluckily, after packets queued for some node, all packets for it will be handled only by one thread to prevent reordering. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http

Re: MPD LAC Scaling

2011-11-11 Thread Alexander Motin
. -- Alexander Motin ___ 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: MPD as LAC + Radius

2011-08-23 Thread Alexander Motin
by default) and instead make your RADIUS server to include to response vendor-specific AV-pair: mpd-action = forward L2 As result, your RADIUS will be able to choose forward call (how and where), terminate it locally or just drop. -- Alexander Motin

TCP ISN increment without periodic callout

2011-05-06 Thread Alexander Motin
system shows idle interrupt rate reduction from 140Hz to 70Hz with this patch. Any comments/objections? -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail

net/mpd5 now works on other archs

2010-04-15 Thread Alexander Motin
Hi. I've just merged to 8-STABLE set of Netgraph fixes, required to run net/mpd5 on architectures with strict memory access alignment. I have successfully tested it on arm and sparc64 systems, and I hope it should work on others. Let me know if you find any more issues there. -- Alexander Motin

Re: ng_patch node

2010-01-11 Thread Alexander Motin
. m_copydata/m_copyback could do it possibly slower, but safer and wouldn't require m_pullup. Also result of such multi-byte operations is endian-dependent. I would be nice to do hton/ntoh somewhere. Also, what's about checksums? -- Alexander Motin

Re: pppoe controlling simultaneous use with freeradius

2010-01-04 Thread Alexander Motin
featured PPPoE servers and it works fine with FreeRADIUS. You can find mpd manual here: http://mpd.sourceforge.net/doc5/mpd.html Also consider updating your system, as FreeBSD 5.2 is very old now. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list

Mpd-5.4 with RADIUS CoA/DR support released

2009-12-22 Thread Alexander Motin
and will be removed soon. Consider migration to net/mpd5 if you are still using one. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to freebsd-net-unsubscr

Re: problem with pptp, using mpd

2009-10-22 Thread Alexander Motin
... Can anyone help please? As I have replied on forum, replace set link yes chap with set link accept chap -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe

Re: Point-to-Point interfaces regressions

2009-09-25 Thread Alexander Motin
connections. I can revert to the old behavior. I asked for feedback and received none at the time ... I would like to see it working, but working correctly. If it is not possible to implement it correctly - then reverted, or at least disabled by default. -- Alexander Motin

Re: Point-to-Point interfaces regressions

2009-09-25 Thread Alexander Motin
. -- Alexander Motin ___ 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

Point-to-Point interfaces regressions

2009-09-24 Thread Alexander Motin
: lla_rt_output: RTM_ADD publish (proxy only) is invalid -- Alexander Motin ___ 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: Point-to-Point interfaces regressions

2009-09-24 Thread Alexander Motin
only) is invalid I will take a look and let you know what the issue might be. Thank you. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to freebsd-net

RFC: server side support for libradius

2009-08-13 Thread Alexander Motin
will be unfrozen. This work was sponsored by JSC Ufanet, http://ufanet.ru/. -- Alexander Motin ___ 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: Anyone working on RNDIS support?

2009-06-28 Thread Alexander Motin
be great to have this support. RNDIS is also used by Windows Mobile PDAs for USB connectivity. If somebody wants to work on this, I am ready do be an alpha-tester. Existing BT PAN interface I am using now is cool, but not very power-effective. -- Alexander Motin

Re: kern/134557: [netgraph] [hang] 7.2 with mpd5.3 hanging up - ng_pptp problem

2009-05-19 Thread Alexander Motin
The following reply was made to PR kern/134557; it has been noted by GNATS. From: Alexander Motin m...@freebsd.org To: bug-follo...@freebsd.org, sergei.cherv...@gmail.com Cc: Subject: Re: kern/134557: [netgraph] [hang] 7.2 with mpd5.3 hanging up - ng_pptp problem Date: Tue, 19 May 2009 23:16

Re: dummynet and smp

2009-03-24 Thread Alexander Motin
can do is to enable new dummynet feature, that allows to bypass delay when queue is not congested. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to freebsd

Re: BIND 9.4.3-P1: internal_send: 199.7.83.42#53: Device not configured, where 199.7.83.42 is RANDOM IP address

2009-01-26 Thread Alexander Motin
change in mpd5 CVS which should close that window. I hope it will help you. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to freebsd-net-unsubscr

Re: FreeBSD 7.0R ADSL

2009-01-10 Thread Alexander Motin
Matthias Apitz wrote: What kind of software I could use in FreeBSD? There is some port net/rp-pppoe but the man pages speaks about incoming connections? What else? net/mpd5 -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http

m_devget() and const buffer

2008-12-13 Thread Alexander Motin
Hi. Does anybody knows why m_devget() receives non-const char* as first argument? Is there any destructive copy routines used with it? I have searched all the kernel, but haven't found any. May be we could change that? -- Alexander Motin

Re: ng_bridge + ng_ksocket

2008-12-12 Thread Alexander Motin
Nikos Vassiliadis wrote: On Friday 12 December 2008 10:20:00 Alexander Motin wrote: Five years ago I had the same problem. In result, I have written a small program which monitor interface with libpcap and calls script to reconnect ng_ksocket to the new peer address/port when it changes

Re: ng_bridge + ng_ksocket

2008-12-12 Thread Alexander Motin
Nikos Vassiliadis wrote: On Friday 12 December 2008 15:38:42 Alexander Motin wrote: You need some daemon to handle any additional logic. One simple example I have send to you. Another one is MPD, implementing L2TP and PPP-over-UDP links. Mpd opens separate UDP socket in user-level which

Re: Multiple netgraph threads

2008-12-03 Thread Alexander Motin
workload, or with some heavy compression/encryption used benefit can be bigger. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: net/mpd, net/mpd5 do not work on 8-CURRENT

2008-11-08 Thread Alexander Motin
. But there are still some issues that must be fixed. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: two NIC on 2 core system (scheduling problem)

2008-10-30 Thread Alexander Motin
old systems with new ones. General recommendation is usual: newer is usually better. :) -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: two NIC on 2 core system (scheduling problem)

2008-10-29 Thread Alexander Motin
Bartosz Giza wrote: Tuesday 28 of October 2008 19:10:43 Alexander Motin napisał(a): Bartosz Giza wrote: The CPU time you see there includes much more then just a card handling itself. It also includes CPU time of the most parts of network stack used to process received packet. So if you have

Re: two NIC on 2 core system (scheduling problem)

2008-10-29 Thread Alexander Motin
usually does not call network stack. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: two NIC on 2 core system (scheduling problem)

2008-10-28 Thread Alexander Motin
interesting is that if bge0 or fxp0 cards will require much CPU time to send packet, this time will also be accounted to em0 process. :) -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net

Re: two NIC on 2 core system (scheduling problem)

2008-10-28 Thread Alexander Motin
. In case of two em NICs em0 thread will mostly show load produced by em0-em1 traffic processing and em1 - load produced by em1-em0 traffic. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: multiple IP pools in mpd5

2008-10-27 Thread Alexander Motin
in address ranges as they are overlapping. Probably you have meant: set ippool add pool1 102.179.16.20 102.179.16.254 set ippool add pool1 102.179.17.1 102.179.17.254 set ipcp ranges 102.179.16.13/32 ippool pool1 -- Alexander Motin

Re: mpd - lcp protocol rejects

2008-10-26 Thread Alexander Motin
. -- Alexander Motin --- ng_mppc.c.prev 2007-05-18 18:28:01.0 +0300 +++ ng_mppc.c 2008-10-26 19:17:38.0 +0200 @@ -492,17 +492,18 @@ ng_mppc_compress(node_p node, struct mbu /* Work with contiguous regions of memory. */ inlen = m-m_pkthdr.len

Routing table issue

2008-10-20 Thread Alexander Motin
192.168.3.1 %route add 0.0.0.0/1 192.168.3.2 route: writing to routing socket: File exists add net 0.0.0.0: gateway 192.168.3.2: route already in table Who wants to explain me why 0.0.0.0/0 and 0.0.0.0/1 is now the same? PS: Same test on 6.2 works fine. -- Alexander Motin

Re: ng_ppp: question about bandwidth parameter.

2008-08-06 Thread Alexander Motin
constants it will work more or less correct. Above it node will think that queues are constantly overflowed and link balancing algorithm will become ineffective. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org

Re: mpd5.1 MTU problem

2008-07-17 Thread Alexander Motin
features on server side like ipacct. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: kern/123200: [netgraph] Server failure due to netgraph mpd and dhcpclient

2008-07-07 Thread Alexander Motin
The following reply was made to PR kern/123200; it has been noted by GNATS. From: Alexander Motin [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/123200: [netgraph] Server failure due to netgraph mpd and dhcpclient Date: Mon, 07 Jul 2008 21:27:58 +0300 If I

Re: Adjust Maximum Segment Size?

2008-05-27 Thread Alexander Motin
implementation - ipfw + netgraph as described in ng_tcpmss(4) - use ng_tcpmss directly in some complicated netgraph setup. For example, mpd is able to use it. This is probably the fastest and easiest way, but only for some setups. -- Alexander Motin

Re: kern/123741: [netgraph] [panic] kernel panic due to netgraph mpd

2008-05-17 Thread Alexander Motin
The following reply was made to PR kern/123741; it has been noted by GNATS. From: Alexander Motin [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/123741: [netgraph] [panic] kernel panic due to netgraph mpd Date: Sat, 17 May 2008 11:33:29 +0300 Alexander

Re: kern/123741: [netgraph] [panic] kernel panic due to netgraph mpd

2008-05-17 Thread Alexander Motin
The following reply was made to PR kern/123741; it has been noted by GNATS. From: Alexander Motin [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/123741: [netgraph] [panic] kernel panic due to netgraph mpd Date: Sat, 17 May 2008 11:15:52 +0300

Re: Problems with netgraph

2008-05-10 Thread Alexander Motin
Oleksandr Samoylyk wrote: Alexander Motin wrote: Oleksandr Samoylyk wrote: Julian Elischer wrote: this may be the issue: http://www.nabble.com/GRE-Mux-td16201899.html I think so. Should we hope for some progress in this direction in future? This is not an issue any more for mpd

Re: Problems with netgraph

2008-05-10 Thread Alexander Motin
mpd-5.1 is able to use this feature when it is present at a build time. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Problems with netgraph

2008-05-10 Thread Alexander Motin
Oleksandr Samoylyk wrote: Alexander Motin wrote: Try to rebuild mpd to be sure it uses this feature. Also you can check this by observing the name of any ng_pptpgre hook used. If it is upper, then ng_pptpgre multiplexing is not used and if it is session_ then OK. I can't even list all

Re: Problems with netgraph

2008-05-10 Thread Alexander Motin
this feature in mpd-5.1: Without this feature: # grep PPTP: can't connect to mpd5 # With this feature present: # grep PPTP: can't connect to mpd5 Binary file mpd5 matches # -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org

Re: Problems with netgraph

2008-05-10 Thread Alexander Motin
Oleksandr Samoylyk wrote: Alexander Motin wrote: Oleksandr Samoylyk wrote: It's upper. And I don't know why :( The sources were updated before building new kernel on May, 5, 2008. The mpd5 port was rebuilt and restarted just few hours ago. Have you updated your world also? No, just kernel

Multiple netgraph threads

2008-03-30 Thread Alexander Motin
. URL: http://people.freebsd.org/~mav/netgraph.threads.patch -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Multiple netgraph threads

2008-03-30 Thread Alexander Motin
nodes). -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Multiple netgraph threads

2008-03-30 Thread Alexander Motin
queueing, node becomes an independent data source which can be pinned to and processed by whatever specialized thread or netisr, when it will be able to do it more effectively. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http

Re: Multilink PPP Download Speeds With Round-Robin Packets

2008-01-19 Thread Alexander Motin
Hi. Michael MacLeod wrote: On Jan 16, 2008 5:21 PM, Alexander Motin [EMAIL PROTECTED] wrote: Mpd supports both. There were some mistakes in multilink transmission part of ng_ppp kernel module working in splitting mode that in some cases could lead to ineffective packet distribution

Re: Multilink PPP Download Speeds With Round-Robin Packets

2008-01-19 Thread Alexander Motin
mpd CVS repository: https://sourceforge.net/cvs/?group_id=14145 -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Multilink PPP Download Speeds With Round-Robin Packets

2008-01-16 Thread Alexander Motin
at 6-STABLE. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Mpd-5.0 released

2008-01-12 Thread Alexander Motin
newer system is preferred to get full functionality. Port: net/mpd5 Manual:http://mpd.sourceforge.net/doc5/mpd.html Forums:http://sourceforge.net/forum/?group_id=14145 -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http

Re: using netgraph to create a pair of pseudo ethernet interface

2007-12-17 Thread Alexander Motin
zhouyi zhou wrote: Any one know how to us netgraph to create a pair of pseudo ethernet interface. The packet go out from one and in another. man 4 ng_eiface , man 4 netgraph ? -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http

Re: dualstack IPv4/IPv6 ADSL PPPoE configuration?

2007-11-15 Thread Alexander Motin
project forum at sourceforge. # #mpd.config: set ipv6cp enable This command is incorrect. You should see error messages about this in logs. This command should be pronounced as 'set bundle enable ipv6cp'. -- Alexander Motin

Re: dualstack IPv4/IPv6 ADSL PPPoE configuration?

2007-10-23 Thread Alexander Motin
IPv6 link-level addresses. All you need to do after that is to somehow configure interface with your real IPv6 addresses using some daemon or statically. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: ng_nat+ng_netflow+mpd4 - ?

2007-09-27 Thread Alexander Motin
netgraph 71 all from not $LOCAL_NET to $EXT_IP out via rl1 /sbin/ipfw add 201 netgraph 70 all from $LOCAL_NET to not $LOCAL_NET in via rl1 Recheck twice IP in those rules. What you mean by them? -- Alexander Motin ___ freebsd-net

Re: Netgraph node to replace packet contents?

2007-08-26 Thread Alexander Motin
. It is possible for UDP (except for the not first packet fragments), but for TCP it is probably completely impossible without doing complete TCP proxying to modify sequence numbers. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http

Re: Working MPPC compression for FreeBSD

2007-08-01 Thread Alexander Motin
one I will try to make its support. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Working MPPC compression for FreeBSD

2007-07-31 Thread Alexander Motin
system tree. But if you are not a US citizen you can use it on your own risk: http://mavhome.dp.ua/MPPC/ -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail

Re: MPD and fragmentation

2007-07-26 Thread Alexander Motin
fragmentation. You can enable multilink PPP feature, it will give you complete 1500 bytes MTU and will process fragmentation by itself, but it will lead to bigger overhead and probably some lower peak performance. -- Alexander Motin ___ freebsd-net

Re: mpd isn't listening on 1723 because he can't get it thhough it isn't used

2007-07-10 Thread Alexander Motin
requested address mpd: can't get PPTP listening socket It should mean that this is probably incorrect: set pptp self 82.238.41.134 500 What do you mean by writing 500 here? Is the 82.238.41.134 is this router ip? -- Alexander Motin ___ freebsd

Re: newbie problems mpd server on freebsd

2007-07-10 Thread Alexander Motin
Bernard T. Higonnet wrote: I run mpd with mpd -k -s higvpn As I can see, there is no higvpn label in your config. There is nothig to do for mpd on startup so it stays clean. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http

Re: Mpd daemon stop when rotating mpd.log file with newsyslog.conf

2007-07-07 Thread Alexander Motin
. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Sample Netgraph code that unhooks and rehooks without losing connection

2007-07-02 Thread Alexander Motin
. You should put there some other node like ng_tee to prevent session termination. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Mpd-4.2 released.

2007-06-27 Thread Alexander Motin
, but it still should increase performance and stability. What is about routing problems, you just should find good dynamic routing solution. I have successfully working network with hundred PPPoE servers and many thousands of users with routing successfully managed by quagga bgp. - -- Alexander Motin

Re: Mpd-4.2 released.

2007-06-27 Thread Alexander Motin
is used, but if not much relations with router load. Only when there is no free link mpd will stop sending replies. - -- Alexander Motin -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: Mpd-4.2 released.

2007-06-27 Thread Alexander Motin
0.0.0.0/0 with the same result. What am I missing? That is a bug I have missed. Fixed mpd-4.2.1 is already in ports. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send

Re: Mpd-4.2 released.

2007-06-27 Thread Alexander Motin
, there are always many things can be rewritten. Even that which was just created. :) It just was not our biggest problem I think. Absence of good L2TP implementation in FreeBSD before mpd-4.1/4.2, as example, was much worse. -- Alexander Motin ___ freebsd

Re: Mpd-4.2 released.

2007-06-27 Thread Alexander Motin
as PPPoE connections ? I have not used it in production, but think it's efficiency should be close to PPTP's one, as they are relatives. PPPoE is some more efficient by it's nature as it works on lower protocol layer - Ethernet instead of UDP. -- Alexander Motin

Mpd-4.2 released.

2007-06-26 Thread Alexander Motin
seconds. Complete change log as always can be found at: http://mpd.sourceforge.net/doc/mpd5.html -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL

Re: Mpd-4.2 released.

2007-06-26 Thread Alexander Motin
used by i4b project, but I know nothing about it. If somebody could help me to make list of reasonable requirements and/or wanted usage examples then I surely will try to implement missing parts. -- Alexander Motin ___ freebsd-net@freebsd.org mailing

Re: Mpd-4.2 released.

2007-06-26 Thread Alexander Motin
will be grateful for any ideas/examples of how do you see that. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: [PATCH] ng_pf and l7 filtering possibility with PF

2007-05-30 Thread Alexander Motin
by developers but also by users and they may not be to rebuild kernel module to get that stats. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL

Re: ng_pptpgre + netmask_change results to lock

2007-05-30 Thread Alexander Motin
himself. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: [PATCH] ng_pf and l7 filtering possibility with PF

2007-05-30 Thread Alexander Motin
it commented is nearly the same as not making. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: [PATCH] ng_pf and l7 filtering possibility with PF

2007-05-30 Thread Alexander Motin
Ermal Luçi wrote: OK, here it is with stats activated :). One more: all binary netgraph messages are hidden from user-level in ng_pf.h. They are all covered with #ifdef _KERNEL. Specially? -- Alexander Motin ___ freebsd-net@freebsd.org mailing

Re: can netgraph support IPv6 over IPv6

2007-05-24 Thread Alexander Motin
, except it does not support IPv6 protocol family constants, so you should use their numeric representation in hook name. And also I have only used binary command interface, ascii commands for IPv6 look like not implemented. -- Alexander Motin

Re: net/mpd4: Unable to pass pass traffic as pptp client

2007-04-24 Thread Alexander Motin
perfect for me and many other. Try to play around protocomp and acfcomp options, 'protocol 0xee0b' looks like garbage. There are no such protocol. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: net/mpd4: Unable to pass pass traffic as pptp client

2007-04-20 Thread Alexander Motin
and controling TCP packets via physical interface instead of tunnel. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: mpd 4.1 on 5.5-STABLE

2007-03-04 Thread Alexander Motin
, assuming you haven't heard of -b mode failing reliably on other 5.5-S systems? I have not. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe

Re: mpd 4.1 on 5.5-STABLE

2007-03-03 Thread Alexander Motin
=true I don't think that this should be a problem. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: mpd success stories, anyone?

2007-02-22 Thread Alexander Motin
to set net.graph.maxdgram=524288 net.graph.recvspace=524288 to make 'ngctl list' command work, but it is not critical. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: mpd success stories, anyone?

2007-02-22 Thread Alexander Motin
. But as I have said that options is not required for mpd itself. It's just usefull for 'ngctl list' command. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net

Re: Fighting mpd

2007-02-22 Thread Alexander Motin
To somehow limit searching area, I think you should try to disable all possible additional functions like netflow, tee, DialOnDemand, tcpmssfix, nat, vjcomp, compression, encryption and everything else you have and can disable for some time without harm. -- Alexander Motin [EMAIL PROTECTED

Re: mpd success stories, anyone?

2007-02-21 Thread Alexander Motin
PPPoE on some servers. If yes, I'll ask lots of questions. If no, I'll have to look for other pptp server. Cannot afford CISCO right now. Have you tried latest mpd4.1? Do you know anything better? -- Alexander Motin [EMAIL PROTECTED] Optima Telecom

Re: mpd success stories, anyone?

2007-02-21 Thread Alexander Motin
/i386 CPU at Intel mobo. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: mpd success stories, anyone?

2007-02-21 Thread Alexander Motin
Alex Povolotsky wrote: And, again, please show me your mpd.conf Attached. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom default: log -bund -fsm -lcp set console ip 127.0.0.1 set console user xxx yyy set console open set netflow node netflow

Re: mpd sometimes hangs the whole system?

2007-02-20 Thread Alexander Motin
Richard Tector wrote: Or perhaps it doesn't. All I can remember is it requires the bpf netgraph module. ng_bpf is not from this opera. It does just packets filtering by bpf-like filter program and it is not related to interfaces and traffic capturing. -- Alexander Motin [EMAIL PROTECTED

Re: mpd sometimes hangs the whole system?

2007-02-20 Thread Alexander Motin
reboot? I didn't check this, but have heard that this can hapend if you are trying to send tunnel (pptp/l2tp/...) traffic inside this tunnel. It can make infinite loop and consume all possible resources. Check your routing table for possible traffic loop. -- Alexander Motin [EMAIL PROTECTED

Re: Mpd-4.1 released

2007-02-13 Thread Alexander Motin
ID: 1630 Num hooks: 0 Name: ng2 Type: iface ID: 0013 Num hooks: 0 This is strange. I think it can be result of using -i parameter at bundle creation. Try to not use it. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom --- ng_l2tp.c.orig Sat Feb 10 06

Re: Mpd-4.1 released

2007-02-13 Thread Alexander Motin
is in ng_l2tp_seq_check(). Fix it there. Problem is not there! ng_l2tp_seq_check() works correctly from it's point of view. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: pmtud problem

2007-02-13 Thread Alexander Motin
interesting fact is when I drop the mtu on the gre to 1412 I do see the icmp messages. Are you using any dummynet shapes? There is ancient bug in dummynet, which leads to not sending of ICMPs when shape used on outgoing interface. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom

Re: ETIMEDOUT bug

2007-02-02 Thread Alexander Motin
test utility. The same problem is noticed on PPTP links in discussion ng_pptpgre problems: tcp connections reset unexpectedly. There ENOBUFS is initiated by congestion control of ng_pptpgre node. Other symptoms are the same. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom

Re: ng_pptpgre problems: tcp connections reset unexpectedly. TCP guru needed!

2007-01-30 Thread Alexander Motin
with windowing in ng_pptpgre and I am now working on it, but it can only results in packet losses, but not in connection reset. I think we need some TCP guru to understand this. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom ___ freebsd-net@freebsd.org

Re: ng_pptpgre problems: tcp connections reset unexpectedly

2007-01-29 Thread Alexander Motin
are interested in tracking down this, I would be glad to help. I will try to look into it. If you will have some more interesting results send them to me. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom ___ freebsd-net@freebsd.org mailing list http

mpd-4.0rc1 released

2007-01-29 Thread Alexander Motin
all new features proposed by this release it is recommended to upgrade your system to the FreeBSD 6.2-STABLE after 2007-01-28. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman

  1   2   >