Re: iflib_timer() vs ixl_admin_timer() race

2022-01-12 Thread Alexander Motin
while 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

[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(&in_ifa_tracker); > if (ia4 == NULL) Wouldn't it be better to use in_localip() here instead of code duplication? Or I miss something? > in_mcast.c:1

[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 PREFERENC

Multicast races on vlan & lagg

2014-07-31 Thread Alexander Motin
ade 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@freebs

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

2012-01-10 Thread Alexander Motin
typical 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/m

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: MPD LAC Scaling

2011-11-14 Thread Alexander Motin
talking about? You have some patches? Suggestions are still suggestions, because they require some work. If somebody do it well, it should be added to MPD. > 2011/11/12 Alexander Motin mailto:m...@freebsd.org>> > > I'm currently evaluating MPD as a potential LAC solution fo

Re: MPD LAC Scaling

2011-11-11 Thread Alexander Motin
id bottleneck there, while system load in such case may potentially slightly differ. -- 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: Netgraph multithreading

2011-11-11 Thread Alexander Motin
hen, 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 h

Re: MPD as LAC + Radius

2011-08-23 Thread Alexander Motin
zation you should remove "set link action forward L2" (or replace it with some "set link action bundle B1", if you want to terminate some calls locally by default) and instead make your RADIUS server to include to response vendor-specific AV-pair: mpd-action => &qu

TCP ISN increment without periodic callout

2011-05-06 Thread Alexander Motin
3-CPU 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 ma

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

Re: ng_patch node

2010-01-11 Thread Alexander Motin
ements. 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 ___ 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: pppoe controlling simultaneous use with freeradius

2010-01-04 Thread Alexander Motin
5 port? It is one of the most 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 ___ fr

Mpd-5.4 with RADIUS CoA/DR support released

2009-12-22 Thread Alexander Motin
d port was marked as deprecated 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

Re: problem with pptp, using mpd

2009-10-22 Thread Alexander Motin
password are correct (I tested them with pptp/pon on > Debian, it worked fine). One thing that puzzles me is the > [L1] Name: "localhost" > line, as if "localhost" was used as a login or something... > > Can anyone help please? As I have replied on

Re: Point-to-Point interfaces regressions

2009-09-25 Thread Alexander Motin
he ethernet > interface on the local side of point-to-point links. Special care should be taken then on address remove, to not remove route while the same address is still present on another interface. Also care should be taken for the case, when address assigned to Ethernet interface

Re: Point-to-Point interfaces regressions

2009-09-25 Thread Alexander Motin
ing to set addresses and >> drop 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 di

Re: Point-to-Point interfaces regressions

2009-09-24 Thread Alexander Motin
gument >> And again it doesn't work, writing to syslog: >> kernel: lla_rt_output: RTM_ADD publish (proxy only) is invalid >> > > I will take a look and let you know what the issue might be. Thank you. -- Alexander Motin __

Point-to-Point interfaces regressions

2009-09-24 Thread Alexander Motin
pub arp: writing to routing socket: Invalid argument And again it doesn't work, writing to syslog: kernel: lla_rt_output: RTM_ADD publish (proxy only) is invalid -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org

RFC: server side support for libradius

2009-08-13 Thread Alexander Motin
ee 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
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 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:13 +0300 Are

Re: dummynet and smp

2009-03-24 Thread Alexander Motin
so the only thing you 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,

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
small 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-ne

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

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 socke

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

Re: ng_bridge + ng_ksocket

2008-12-12 Thread Alexander Motin
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. The code is old, dirty and was not used for a long time, but if you wish to try that way - it is attached. -- Alexander Motin #ifdef HAVE_CONFIG_

Re: Multiple netgraph threads

2008-12-03 Thread Alexander Motin
. But may be on more diverse 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
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
as load is different, but I have noticed benefits after replacing 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/listi

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

2008-10-29 Thread Alexander Motin
g does not affect time accounting as much as incoming, because transmit interrupt handler 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-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 >>>>

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

2008-10-28 Thread Alexander Motin
onsumption. 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/

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

2008-10-28 Thread Alexander Motin
done with packets incoming via em0 you will see such results. Even more 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@freeb

Re: multiple IP pools in mpd5

2008-10-27 Thread Alexander Motin
is correct syntax? First one. But you have made mistake 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 10

Re: mpd - lcp protocol rejects

2008-10-26 Thread Alexander Motin
oblems. Write me please about results. -- 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. */

Routing table issue

2008-10-20 Thread Alexander Motin
teway 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

Re: ng_ppp: question about "bandwidth" parameter.

2008-08-05 Thread Alexander Motin
until traffic will be below specified 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@fr

Re: mpd5.1 MTU problem

2008-07-17 Thread Alexander Motin
bably why. Also check that you are not using any firewall and try to disable some 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

Re: Adjust Maximum Segment Size?

2008-05-27 Thread Alexander Motin
level 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

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 Thi

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 Ale

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 wo

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

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.

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: 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: Multiple netgraph threads

2008-03-30 Thread Alexander Motin
n case of such forced 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 mai

Re: Multiple netgraph threads

2008-03-30 Thread Alexander Motin
ption 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]"

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: Multilink PPP Download Speeds With Round-Robin Packets

2008-01-19 Thread Alexander Motin
on to test from 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-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, bu

Re: Multilink PPP Download Speeds With Round-Robin Packets

2008-01-16 Thread Alexander Motin
go 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
while 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

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
ailinglist is almost dead due to huge amount of spam there. Use mpd 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 b

Re: dualstack IPv4/IPv6 ADSL PPPoE configuration?

2007-10-23 Thread Alexander Motin
tiate 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/ma

Re: ng_nat+ng_netflow+mpd4 - ?

2007-09-27 Thread Alexander Motin
in/ipfw add 200 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

Re: Freebsd MPD PPTP

2007-09-05 Thread Alexander Motin
ould give you information about why IP disappeared. Probably it happened in result of some error. Also look to the messages logs, there may be something interesting. -- Alexander Motin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mai

Re: Netgraph node to replace packet contents?

2007-08-26 Thread Alexander Motin
ould also correct packet length. 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@free

Re: Working MPPC compression for FreeBSD

2007-07-31 Thread Alexander Motin
will have 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
o the base 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 a

Re: MPD and fragmentation

2007-07-25 Thread Alexander Motin
TCP packets usually have DF flag set which denies 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

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

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

2007-07-10 Thread Alexander Motin
ssign 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 _

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

2007-07-07 Thread Alexander Motin
f on HUP signal. -- 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
nated. 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
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. --

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 ___ fr

Re: Mpd-4.2 released.

2007-06-27 Thread Alexander Motin
I try 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,

Re: Mpd-4.2 released.

2007-06-27 Thread Alexander Motin
ponses. After that it is free to choose among them. Algorithm of that choosing is not defined. Usually the first reply 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- V

Re: Mpd-4.2 released.

2007-06-27 Thread Alexander Motin
of users with routing successfully managed by quagga bgp. - -- Alexander Motin -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGglNH0kCgngV3usoRAoANAJ9k2lRBnR8VtWu4pm1BhiQKwrimuQCgk

Re: Mpd-4.2 released.

2007-06-26 Thread Alexander Motin
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: Mpd-4.2 released.

2007-06-26 Thread Alexander Motin
mehow 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 ma

Mpd-4.2 released.

2007-06-26 Thread Alexander Motin
PPPoE connections in just a 30 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 unsubsc

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: [PATCH] ng_pf and l7 filtering possibility with PF

2007-05-30 Thread Alexander Motin
ng 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: 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
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 "[

Re: can netgraph support IPv6 over IPv6

2007-05-24 Thread Alexander Motin
. It works, 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. -- Alexa

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

2007-04-24 Thread Alexander Motin
with cisco, but with everybody else it works 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 mailin

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

2007-04-20 Thread Alexander Motin
#x27;s GRE 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
here, 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 u

Re: mpd 4.1 on 5.5-STABLE

2007-03-03 Thread Alexander Motin
# do not build IPv6 related programs and libraries WITHOUT_IPV6=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: 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-22 Thread Alexander Motin
tunes. 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/

Re: mpd success stories, anyone?

2007-02-22 Thread Alexander Motin
I can recomend you 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://

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 success stories, anyone?

2007-02-21 Thread Alexander Motin
ts, single P4/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
of PPTP. I have >700 ACTIVE 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 Moti

Re: mpd sometimes hangs the whole system?

2007-02-20 Thread Alexander Motin
puter 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

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 PROT

Re: pmtud problem

2007-02-13 Thread Alexander Motin
other 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 Te

Re: Mpd-4.1 released

2007-02-13 Thread Alexander Motin
t this fixed in the FreeBSD repo. The problem 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

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
tflow ...' options should be specified _before_ creation of any bundle which require it. Move 'set netflow ...' commands to the startup section. -- Alexander Motin [EMAIL PROTECTED] Optima Telecom ___ freebsd-net@freebsd.org mailing list http

  1   2   >