TCP_FASTOPEN is absent in GENERIC

2017-01-31 Thread Sergey Matveychuk
Hi. Is there a strong reason for option TCP_FASTOPEN is absent in GENERIC kernel? It's off by default anyway (net.inet.tcp.fastopen.enabled=0). Latest dns/bind* versions want it very much. ___ freebsd-net@freebsd.org mailing list

Re: Adding setfib support to rc.d/routing

2012-01-20 Thread Sergey Matveychuk
20.01.2012 10:52, Attila Nagy wrote: Hi, Having multiple routing tables is a very nice and (was a) long awaited capability in FreeBSD. Having it since years is even more cool, because we can assume it's stable now. But not having infrastructure support for it sucks, this makes people hacking

Re: ipfw reass brakes ipv6 operation

2011-10-28 Thread Sergey Matveychuk
28.10.2011 19:09, Emil Muratov wrote: Hi all I've got into some strange behavior with ipv6. Somehow ipfw reassembly totally brakes it's operation. As soon as I add a rule ipfw add 100 reass all from any to any in all ipv6 operation is not available any more, I can only ping6 localhost.

Re: panic: m_uiotombuf: progress != total

2011-08-14 Thread Sergey Matveychuk
12.08.2011 20:55, Sergey Matveychuk wrote: Hi. Just after upgrade from 8.2 to 9.0 kernel panics: panic: m_uiotombuf: progress != total cpuid = 1 KDB: enter: panic [ thread pid 1194 tid 100132 ] Stopped at kdb_enter+0x3b: movq $0,0x913242(%rip) db bt Tracing pid 1194 tid 100132 td

panic: m_uiotombuf: progress != total

2011-08-12 Thread Sergey Matveychuk
Hi. Just after upgrade from 8.2 to 9.0 kernel panics: panic: m_uiotombuf: progress != total cpuid = 1 KDB: enter: panic [ thread pid 1194 tid 100132 ] Stopped at kdb_enter+0x3b: movq$0,0x913242(%rip) db bt Tracing pid 1194 tid 100132 td 0xfe0005c8f8c0 kdb_enter() at kdb_enter+0x3b

Re: RFC 6296 (NPT v6)

2011-07-11 Thread Sergey Matveychuk
10.07.2011 7:13, Rémy Sanchez wrote: Hi, I was wondering if they were anyone currently implementing NPTv6 for FreeBSD ? If nobody is, since I need this feature and that the RFC is quite simple, I think I'll implement it (or run out of time trying to). However, it looks like you can't divert

Re: ipv6, stateful config and non-default prefixlen

2011-03-18 Thread Sergey Matveychuk
18.03.2011 18:27, Christian Kratzer wrote: Hi, On Fri, 18 Mar 2011, Eugene M. Zheganin wrote: Hi. I'm trying to get a working freebsd workstation with an ipv6 network where addresses are received from DHCP. ATM my IPv6 setup copies the IPv4 layout with vlans and /24 masks, so I'm using /120

Re: route messages from NDP

2011-02-10 Thread Sergey Matveychuk
09.02.2011 17:56, Sergey Matveychuk wrote: [skipped] DST is IPv6 address, IFP and IFA I don't care and GATEWAY section is empty. Let's see why: $1 = {sdl_len = 54 '6', sdl_family = 18 '\022', sdl_index = 8, sdl_type = 135 '\207', sdl_nlen = 0 '\0', sdl_alen = 0 '\0', sdl_slen = 0 '\0', sdl_data

route messages from NDP

2011-02-09 Thread Sergey Matveychuk
Hello. In my routing table I see entries after Neighbor Discovery Protocol processed: ... 2a02:6b8:0:401:51:4809:8158:1dcd 00:22:fb:3d:82:fe UHLWvlan438 ... I'd like to catch them via a routing socket when they appear. First, try to add a static entry: ndp -s 2a02:6b8:0:403::1:1

Re: divert rewrite

2011-02-08 Thread Sergey Matveychuk
07.02.2011 18:36, Sergey Matveychuk wrote: 06.02.2011 4:42, Julian Elischer wrote: On 2/5/11 4:09 PM, Ivo Vachkov wrote: Hello, How can I help? if you have ipv6 connectivity and experience, I have no experience or connectivity, with it so I'll be coding blind and will need a tester. If you

Re: divert rewrite

2011-02-08 Thread Sergey Matveychuk
08.02.2011 19:08, rozhuk...@gmail.com wrote: Did you try ng_ether + ng_ksocket? It can translate Ethernet frames incapsulated to udp to user space receiver. The idea is catch packets from firewall (ng_ipfw, ng_nat was mentioned by mistake) and pass them to user space module that do some

Re: divert rewrite

2011-02-08 Thread Sergey Matveychuk
08.02.2011 21:47, rozhuk...@gmail.com пишет: -Original Message- From: Sergey Matveychuk [mailto:s...@freebsd.org] Sent: Wednesday, February 09, 2011 12:53 AM To: rozhuk...@gmail.com Cc: freebsd-net@freebsd.org Subject: Re: divert rewrite 08.02.2011 19:08, rozhuk...@gmail.com wrote: Did

Re: divert rewrite

2011-02-07 Thread Sergey Matveychuk
06.02.2011 4:42, Julian Elischer wrote: On 2/5/11 4:09 PM, Ivo Vachkov wrote: Hello, How can I help? if you have ipv6 connectivity and experience, I have no experience or connectivity, with it so I'll be coding blind and will need a tester. If you have an application for IPV6 testing that

kame NAT PT implementation

2011-01-02 Thread Sergey Matveychuk
Hi. I wonder why kame NAT PT implementation has never been imported to the tree? I've tried to move my home box from dual stacked (private IPv4 and IPv6 addresses) to IPv6 only. (My router is dual stacket of course.) totd+faithd works but they can't completely satisfy me. I want to have

Re: Tunnel works on 10.10.1.0-10.10.2.0, and not works on 172.16.1.0-172.16.2.0

2010-12-30 Thread Sergey Matveychuk
29.12.2010 13:00, Rashid N. Achilov пишет: FreeBSD 8.1-RELEASE. Occured a strange thing. Take two boxes with 8.1. Do these: On #1 ifconfig gif create ifconfig gif0 tunnel AAA.AAA.AAA.AAA BBB.BBB.BBB.BBB ifconfig gif0 inet 10.10.1.254 10.10.2.254 netmask 255.255.255.255 On #2 ifconfig gif

move setfib(1)

2010-05-26 Thread Sergey Matveychuk
Hi! Does is possible to move setfib(1) to /sbin for smooth using it in rc.d scripts? -- Sem. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to

Re: move setfib(1)

2010-05-26 Thread Sergey Matveychuk
26.05.2010 20:38, Julian Elischer wrote: On 5/26/10 9:32 AM, M. Warner Losh wrote: In message:4bfd158d.7020...@freebsd.org Sergey Matveychuks...@freebsd.org writes: : Does is possible to move setfib(1) to /sbin for smooth using it in : rc.d scripts? Can you tell us why you need it so early?

tcp_input: Listen socket: Socket allocation failed due to limits or memory shortage

2010-05-12 Thread Sergey Matveychuk
Hello. I was annoyed by the subject message and decided to dig it a little. The message appears sporadically and caused my application accept(2) error. I've quickly discovered it's not a listen queue overflow. I've increased kern.ipc.somaxconn to 1024 and listen(2) backlog argument too

Segment failed SYNCOOKIE authentication

2010-05-07 Thread Sergey Matveychuk
Hi. I have many messages on my box like this: tcpflags 0x10ACK; syncache_expand: Segment failed SYNCOOKIE authentication, segment rejected (probably spoofed) Some connections dropped. But it's legal connections. Looks like something wrong with syncache. An examples: 20:31:08.464499 IP

Re: HEADSUP: arp-v2 has been committed

2008-12-22 Thread Sergey Matveychuk
Ian FREISLICH wrote: --- lib/sockopt.c.orig 2007-08-21 18:32:56.0 +0200 +++ lib/sockopt.c 2008-08-13 09:07:20.0 +0200 @@ -231,6 +231,7 @@ else mreqn.imr_address = if_addr; + mreqn.imr_address = if_addr; ret = setsockopt(sock, IPPROTO_IP,

Re: ACE and FreeBSD

2008-12-22 Thread Sergey Matveychuk
Randall Stewart wrote: Hi all: I am trying to get the latest ACE/TAO toolkit compiling with Head... (the port is marked broken in 7).. Could you take the port and upgrade/fix it? I did not use ace+tao for ages and can't support it anymore. -- Dixi. Sem.

Re: Update of Yandex' SMBable em driver

2008-12-20 Thread Sergey Matveychuk
Ivan Voras пишет: Vladimir Ivanov wrote: Hi, We've published latest versions at http://people.yandex-team.ru/~wawa/em-6.7.3-yandex-1.40.tar.gz http://people.yandex-team.ru/~wawa/em-6.9.6-RELENG7-yandex-1.36.2.8.tar.gz These revisions use mtx_trylock instead of mtx_lock in em_start(). Thank

bsnmpd 64bits counters problem

2008-12-16 Thread Sergey Matveychuk
Hello. Some weird thing has happened with 64bit counters: % snmpwalk -v2c -cpublic localhost ifInOctets IF-MIB::ifInOctets.1 = Counter32: 4107815474 ... IF-MIB::ifInOctets.16 = Counter32: 2894713654 % snmpwalk -v2c -cpublic localhost ifHCInOctets IF-MIB::ifHCInOctets.1 = Counter64:

Re: bsnmpd 64bits counters problem

2008-12-16 Thread Sergey Matveychuk
Sergey Matveychuk wrote: Hello. Some weird thing has happened with 64bit counters: % snmpwalk -v2c -cpublic localhost ifInOctets IF-MIB::ifInOctets.1 = Counter32: 4107815474 ... IF-MIB::ifInOctets.16 = Counter32: 2894713654 % snmpwalk -v2c -cpublic localhost ifHCInOctets IF-MIB::ifHCInOctets

Re: bsnmpd 64bits counters problem

2008-12-16 Thread Sergey Matveychuk
Harti Brandt wrote: On Tue, 16 Dec 2008, Sergey Matveychuk wrote: SMHello. SM SMSome weird thing has happened with 64bit counters: SM SM% snmpwalk -v2c -cpublic localhost ifInOctets SMIF-MIB::ifInOctets.1 = Counter32: 4107815474 SM... SMIF-MIB::ifInOctets.16 = Counter32: 2894713654 SM SM

Re: altq on vlan

2008-07-01 Thread Sergey Matveychuk
Max Laier wrote: Would you mind adding some words to that effect to your patch? I think I'll hide it from public access instead. Looks like some people prefer to patch kernel instead of learning how to make a queue on parent interface. -- Dixi. Sem.

Re: ALTQ Vlan

2008-03-05 Thread Sergey Matveychuk
Alexandre Biancalana wrote: Hi list, Is there any patches or plans to support altq on vlan interfaces ?? The patch is quite trivial: http://people.yandex-team.ru/~sem/FreeBSD/vlan+altq.patch But may be a better way to shape traffic on parent interface for you? I did the patch because I

Re: ALTQ Vlan

2008-03-05 Thread Sergey Matveychuk
Alexandre Biancalana wrote: The patch is quite trivial: http://people.yandex-team.ru/~sem/FreeBSD/vlan+altq.patch Is this working on 7 ? with pf ? I've test it only on 6.x with pf. But I think there should be no problem and with 7.0. -- Dixi. Sem.

Re: syncache_timer: Response timeout and other msgs, whats up?

2008-02-04 Thread Sergey Matveychuk
Andre Oppermann wrote: Oskar Eyb wrote: Andre Oppermann schrieb am 03.02.2008 10:26: 85.214.42.62 is the other MTA, 172.16.0.2 is my jail. I use PF with rdr/nat on FreeBSD 7 RC4. We have not released 7RC4 yet. You probably run BETA4. An upgrade to 7RC1 or 7RC2 in the next few days fixes

Re: Deadlock in the routing code

2007-12-20 Thread Sergey Matveychuk
Julian Elischer wrote: Would this also be a problem that could occur using quagga with zebra and ospfd? Sure, if they use routing sockets. Of course, they are do. -- Dixi. Sem. ___ freebsd-net@freebsd.org mailing list

Re: [PATCH] ipfwpcap(8)

2007-12-18 Thread Sergey Matveychuk
Vadim Goncharov wrote: Hi, I've recently found a patch (also available at http://antigreen.org/vadim/freebsd/ipfwpcap/) made by me and my friend in January to ipfwpcap(8) introduced in 7.0. Now it have more features, Unfortunately too old to apply. And using of pidfile_* functions from

Re: net-mgmt/bsd-airtools broken not because of gcc4

2007-11-07 Thread Sergey Matveychuk
Denis Barov wrote: Hi all! I found, that port net-mgmt/bsd-airtools marked as broken: BROKEN= Does not compile with GCC 4.2 but, it's not really so. It's broken after Wed Jul 11 21:25:48 2007 UTC commit by [EMAIL PROTECTED], when some ioctls was deleted from kernel. For example,

ipfw does not eat its own output

2007-08-02 Thread Sergey Matveychuk
Hi. I think quite many people met a situation when you want to save current rules with 'ipfw list' command and use it as ipfw input afterwards? (Yes, you should add a 'add' word before each line). But here we meet a weird problem: 'ipfw list' outputs a wrong rule format sometime and you

iwi loses ssid

2007-07-08 Thread Sergey Matveychuk
Hi. After I upgraded to Jul 1 CURRENT my notebook's iwi adapter started work unstable. It loses carrier. When I take a look at ifconfig output I see a strange ssid. After I make ifconfig iwi0 ssid myssid, everything is recovered. Time between ssid losses is accidental. Sometimes minutes,

iwi bricks my T43 on boot

2006-09-24 Thread Sergey Matveychuk
I have IBM T43 notebook with this wireless internal card: iwi0: Intel(R) PRO/Wireless 2200BG mem 0xa8401000-0xa8401fff irq 11 at device 2.0 on pci4 The problem is FreeBSD bricks my notebook on boot sometime. After I've turned rc.d debugging on I see it hangs after ifconfig_up: iwi0 operation. It

Re: iwi bricks my T43 on boot

2006-09-24 Thread Sergey Matveychuk
Max Laier wrote: The problem has appeared when a new driver for ipw/iwi was introduced. A fresh CURRENT here. When the problem was firstly arised it was 6.0. The new driver has never been in 6.0. Well, I'm not quite sure here. May be it was CURRENT that time. Because my notebook

Re: Sleeping in USB network drivers

2006-06-08 Thread Sergey Matveychuk
Scott Ullrich wrote: On 6/7/06, Sergey Matveychuk [EMAIL PROTECTED] wrote: It was discussed in [EMAIL PROTECTED] Shortly, USB stack should be rewritten. The patch can be found at http://www.turbocat.net/~hselasky/usb4bsd/index.html Interesting. Do you have an updated patch set

Re: Sleeping in USB network drivers

2006-06-07 Thread Sergey Matveychuk
Andrew Thompson wrote: Hi, I am looking into the reported panics with the if_aue driver and have come across a locking problem with usb adapters that is not obvious how to fix. The problem is that usbd_do_request() may sleep and most drivers are careful to call it without any locks

iwi(4) problem on start

2006-05-16 Thread Sergey Matveychuk
I have the configuration at home: notebook with iwi(4) - ZyXel AP - 100Mb switch - desktopPC(s) When I boot my notebook it's not available outside - from desktopPC. But when I do ping (or any network activity) from notebook, everything starts work. Any comments? PS. It's CURRENT a week ago age

Re: iwi(4) problem on start

2006-05-16 Thread Sergey Matveychuk
Sergey Matveychuk wrote: I have the configuration at home: notebook with iwi(4) - ZyXel AP - 100Mb switch - desktopPC(s) When I boot my notebook it's not available outside - from desktopPC. But when I do ping (or any network activity) from notebook, everything starts work. Any comments

Re: iwi(4) problem on start

2006-05-16 Thread Sergey Matveychuk
Darren Pilgrim wrote: Sergey Matveychuk wrote: Sergey Matveychuk wrote: I have the configuration at home: notebook with iwi(4) - ZyXel AP - 100Mb switch - desktopPC(s) When I boot my notebook it's not available outside - from desktopPC. But when I do ping (or any network activity) from

Re: New version of iwi(4) - Call for testers [regression!]

2006-04-20 Thread Sergey Matveychuk
Max Laier wrote: Latest version: http://people.freebsd.org/~mlaier/new_iwi/20060418.both_nofw.tgz Max, I don't understand, is it a full version? 20060315.both was much longer. -- Dixi. Sem. ___ freebsd-net@freebsd.org mailing list

Re: route entries after ICMP redirect

2005-04-11 Thread Sergey Matveychuk
Uwe Doering wrote: This has been fixed in CVS in MAIN (rev. 1.52) and MFC'ed to RELENG_4 (rev. 1.37.2.5) and RELENG_5 (rev. 1.51.4.2) a couple of weeks ago: Oh, thank you! And thanks to [EMAIL PROTECTED] -- Sem. ___ freebsd-net@freebsd.org mailing list

route entries after ICMP redirect

2005-04-10 Thread Sergey Matveychuk
I've got some problem with route entries that was created after ICMP redirect messages. They are never expired. Our default gateway (it's a HP switch) send ICMP redirect messages if it see a short path to destination. It's makes it not so overloaded. But pathes sometime changed. There is no

Re: route entries after ICMP redirect

2005-04-10 Thread Sergey Matveychuk
[EMAIL PROTECTED] wrote: If you want to handle this in a more clever way than a cron job you could write a small daemon which reads routing messages and does the right thing for whatever your situation is. I've explore a code and found I can do quite easy addition for dynamic routes - fill an

Re: still troubles with MPD and WinXP

2003-02-15 Thread Sergey Matveychuk
In your /etc/ppp/ppp.conf you should set set timeout 0 in the appropriate section that refers to your PPTP connection. That might fix this problem if this is indeed a timeout issue as you said. Thank you. It's seams to be better. To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Tips for MPD PPtP Re: still troubles with MPD and WinXP

2003-02-15 Thread Sergey Matveychuk
Bill Moran wrote up these tips based on some testing he did when I was having problems last month, perhaps they will help you ? The main thing I found was to turn off Multilink on the Windows side. Do a search on google groups for: PPtP Client to MPD to boxes behind NATD are very slow??

SUMMARY: Win XP with mpd

2002-12-25 Thread Sergey Matveychuk
After installing mpd-3.10 and using in mpd.conf: set iface mtu 1400 XP works fine and fast. There is no some tuning on the WinXP client I was make. It doesn't help for me :( Ping still lost packets. Network big operation still very slow. here is my cut off from my mpd.conf: new -i ng0