Re: 82599ES support

2017-05-02 Thread Evgeniy Sudyr
I'm using AOC-STGN-i2S and can confirm it works perfect with ix(4) On Tue, May 2, 2017 at 11:13 PM, Zeljko Jovanovic wrote: > On 02.05.2017. 19:57, Lyndon Nerenberg wrote: > >> We're looking to buy some 10-gig SFP+ boards, and are eyeing up >> Supermicro's 2-port boards (listed as the 'Intel 8259

NVM Express (NVMe) support status

2016-02-12 Thread Evgeniy Sudyr
Hi all, I'm looking status of NVM Express support in -current (got Intel 750 consumer device https://www-ssl.intel.com/content/www/us/en/solid-state-drives/solid-state-drives-750-series.html for home desktop, but it looks like all devices are using the same Specification). I found 2 commits of nv

OpenBSD ipsec performance on modern HW

2013-07-14 Thread Evgeniy Sudyr
Hi I need to figure if I can improve isakmpd / ipsec performance in my setup on openbsd -current I have two boxes connected to each other via 1Gbit link and I'm using iperf to test performance with default ipsec.conf between these two servers: # cat ipsec.conf: ike esp from aaa.aaa.aaa.118 to aa

Re: OpenBSD ipsec performance on modern HW

2013-07-14 Thread Evgeniy Sudyr
, Christopher Zimmermann wrote: > On Sun, 14 Jul 2013 13:13:32 +0300 > Evgeniy Sudyr wrote: > > > During iperf tests I see that both servers CPU usage is low and iperf > > is only CPU consumer: > > > > load averages: 0.91, 0.36, > > 0.39 > > gat

Re: OpenBSD ipsec performance on modern HW

2013-07-14 Thread Evgeniy Sudyr
% system, 11.9% interrupt, 15.4% idle CPU15 states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle Memory: Real: 20M/98M act/tot Free: 31G Cache: 36M Swap: 0K/32G On Sun, Jul 14, 2013 at 4:55 PM, Christian Weisgerber wrote: > Evgeniy Sudyr wrote: > > > I need to fig

Re: OpenBSD ipsec performance on modern HW

2013-07-21 Thread Evgeniy Sudyr
All, during my tests I seen that CPU on all cores and memory usage was very low. Just interesting if there are any bottlenecks and how to fix them. 1) Does anybody care tcp stack tuning for high speed IPSEC ? 2) Can I run IPSEC (that's isakmpd ?) on other cores? Pierre, can you share your ipsec

Re: OpenBSD ipsec performance on modern HW

2013-07-22 Thread Evgeniy Sudyr
.j.k.l \ > main auth hmac-sha1 enc aes-256 \ > quick enc aes-256-gcm psk "secret" > > If I've made syntax errors ipssecctl will tell you quickly btw. > > -- > Cordialement, > Pierre BARDOU > > De : Evgeniy Sudyr [mailto:eject.in...@gmail.c

Xorg on ASRock i945GZ problem

2009-03-19 Thread Evgeniy Sudyr
Hi, all I have problem with Xorg on -current. Card is supported (as I see) but X not startx :(. Look for my dmesg, xorg.conf and Xorg.0.log below and please let me know if there is a way to debug this problem. int 23 (irq 5) uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x01: apic 2

Plans for implementing RFC 5925

2016-11-10 Thread Evgeniy Sudyr
Dear OpenBSD developers, do you have any plans for implementing TCP-AO which is described in RFC 5925 and Obsoletes RFC 2385 in near future? -- With regards, Evgeniy Sudyr

Partition Input/output error

2017-04-17 Thread Evgeniy Sudyr
wsmouse1 at ums0 mux 0 vscsi0 at root scsibus3 at vscsi0: 256 target softraid0 at root scsibus4 at softraid0: 256 targets root on sd0a (9c43dedec3141fca.a) swap on sd0b dump on sd0b Please advice for next troubleshooting steps. -- With regards, Evgeniy Sudyr

Re: Partition Input/output error

2017-04-17 Thread Evgeniy Sudyr
) /dev/sd1a on /tmp/1 type ffs (local) # ls -lah /tmp/1 ls: /tmp/1: Input/output error -- Evgeniy On Mon, Apr 17, 2017 at 5:03 PM, Sterling Archer wrote: > > > On Mon, Apr 17, 2017 at 4:22 PM, Evgeniy Sudyr > wrote: > > snip > >> # dd if=/dev/sd1a of=/dev/null bs=1m >

Re: OpenBSD ipsec performance on modern HW

2015-02-23 Thread Evgeniy Sudyr
ot with my test results http://snag.gy/EmrTw.jpg Screenshot top during test: http://snag.gy/p0HJT.jpg cat ipsec.conf ike esp from 192.168.7.226 to 192.168.8.114 \ main auth hmac-sha1 enc aes-256 group modp1024 \ quick enc aes-256-gcm group modp1024 \ psk "12345678"

Panic: malloc: out of space in kmem_map

2015-04-02 Thread Evgeniy Sudyr
Hi all, On -stable with patches installed on Supermicro server, got Panic: malloc: out of space in kmem_map. This is first time this panic happened. On this server haproxy and bgpd were running where haproxy was running under high load ± 3.5 before failure. Sorry, but I have no access to seri

Re: Panic: malloc: out of space in kmem_map

2015-04-04 Thread Evgeniy Sudyr
%20at%2011.47.52.png?dl=0 I had to restart server because I'm afraid that second (same hw) can do same panic. On Thu, Apr 2, 2015 at 3:04 PM, Mark Kettenis wrote: >> Date: Thu, 2 Apr 2015 13:16:12 +0200 >> From: Evgeniy Sudyr >> >> Hi all, >> >> On -sta

Re: Panic: malloc: out of space in kmem_map

2015-04-04 Thread Evgeniy Sudyr
50GHz, 2500.00 MHz cpu2: Intel(R) Xeon(R) CPU E5-2609 v2 @ 2.50GHz, 2500.00 MHz cpu3: Intel(R) Xeon(R) CPU E5-2609 v2 @ 2.50GHz, 2500.00 MHz -- Evgeniy On Sat, Apr 4, 2015 at 12:43 PM, Mark Kettenis wrote: >> Date: Sat, 4 Apr 2015 11:30:24 +0200 >> From: Evgeniy Sudyr >> >> So

Re: Panic: malloc: out of space in kmem_map

2015-04-04 Thread Evgeniy Sudyr
How can I help identify this bug, so developers can fix it :) On Sat, Apr 4, 2015 at 6:49 PM, Ted Unangst wrote: > Evgeniy Sudyr wrote: >> ACPI175742 18750K 18796K 78644K 5721140 0 > > This looks rather high. I suspect a leak in the acpi code. > -

Re: Panic: malloc: out of space in kmem_map

2015-04-05 Thread Evgeniy Sudyr
Also uploaded sendbug output there https://www.dropbox.com/s/g1lp3wcft2wriyg/sendbug.txt?dl=0 On Sun, Apr 5, 2015 at 12:16 AM, Ted Unangst wrote: > Evgeniy Sudyr wrote: >> How can I help identify this bug, so developers can fix it :) > > Run sudo pstat -d ld acpi_nalloc; then wait so

Plans to support Intel X710-AM2 / XL710-AM1 / XL-710AM2 controllers

2015-04-05 Thread Evgeniy Sudyr
Hi, any plans to support NICs based on Intel X710-AM2 / XL710-AM1 / XL-710AM2 controllers (Formerly Fortville) in near future? There are http://ark.intel.com/products/codename/44140/Fortville I've found some commits in FreeBSD adding support to it back in Aug, 2014 https://svnweb.freebsd.org/ba

Re: Panic: malloc: out of space in kmem_map

2015-04-05 Thread Evgeniy Sudyr
can check with Supermicro support to make sure? Many thanks! -- Evgeniy On Sun, Apr 5, 2015 at 1:35 PM, Stuart Henderson wrote: > On 2015/04/04 18:16, Ted Unangst wrote: >> Evgeniy Sudyr wrote: >> > How can I help identify this bug, so developers can fix it :) >>

Re: NVM Express (NVMe) support status

2016-04-19 Thread Evgeniy Sudyr
Great news! I will make testing and will let you know how it works. On Sat, Apr 16, 2016 at 12:18 AM, David Gwynne wrote: > >> On 12 Feb 2016, at 7:01 PM, Evgeniy Sudyr wrote: >> >> Hi all, >> >> I'm looking status of NVM Express support in -current (got

Can't change rtadvd route preference for the default route

2016-05-04 Thread Evgeniy Sudyr
Hi, I want to change route preference for the default route in RA messages which are sent to clients. On 5.9 GENERIC.MP#1888 amd64 I do have rtadvd and changing rtflags in rtadvd.conf doesn't changes Default router Preference (it sends default value, where I define "l" = Low). In config I have

Re: Can't change rtadvd route preference for the default route

2016-05-07 Thread Evgeniy Sudyr
..0. = Reserved: 0 Router lifetime (s): 1800 Reachable time (ms): 0 Retrans timer (ms): 0 As I see you also committed some changes to rtadvd.conf today, thank you again. -- Evgeniy On Wed, May 4, 2016 at 9:36 PM, Jeremie Courreges-Anglas wrote: > Evgeniy Sudyr wri

Re: ntpd tries to connect via ipv6

2016-05-31 Thread Evgeniy Sudyr
Sonic, I can confirm same issue on -current when ntpd tries to use record to resolve constraints IP address. Can you check and confirm if you don't have IPv6 address :) I guess you should have at least link-local and loopback IPv6 addresses :) ifconfig | grep inet6 inet6 ::1 prefi

Re: NVM Express (NVMe) support status

2016-05-31 Thread Evgeniy Sudyr
040.38 1 0 15 24 61 Looks good so far for me for start. Thanks dlg@ ! On Tue, Apr 19, 2016 at 10:14 AM, Evgeniy Sudyr wrote: > Great news! I will make testing and will let you know how it works. > > On Sat, Apr 16, 2016 at 12:18 AM, David Gwynne wrote: >> >>> On 12 F

Re: Packet loss on traffic flowing between VLANs

2016-06-02 Thread Evgeniy Sudyr
Tim, from your problem description I can suggest you to check if you are not hitting states hard limit with (note - during load when you can reproduce issue): pfctl -si pfctl -sm Default limit is: stateshard limit1 -- Evgeniy On Thu, Jun 2, 2016 at 3:29 AM, Tim Korn wrote: >

Re: Packet loss on traffic flowing between VLANs

2016-06-02 Thread Evgeniy Sudyr
rd limit was the problem. The > default limit is quite low :) > > > -- > Tim Korn > Network Ninja > > > On Thu, Jun 2, 2016 at 3:48 AM, Evgeniy Sudyr wrote: >> >> Tim, >> >> from your problem description I can suggest you to check if you are n

OpenBSD isakmpd and OS X El Capitan client

2016-07-09 Thread Evgeniy Sudyr
ain and quick config parts. -- -- With regards, Evgeniy Sudyr

Re: DynDNS client

2012-04-16 Thread Evgeniy Sudyr
Hi Laurence, I'm using ipcheck-0.207p5 which is fully compliant DynDNS.org client. -- With regards, Eugene Sudyr On 4/16/2012 7:00 PM, Laurence Rochfort wrote: Hello, Is there a DynDNS client for OpenBSD? Cheers, Laurence.

Cyrus-SASL2-mysql problem on 4.2

2007-11-14 Thread Evgeniy Sudyr
Hello misc, I installed cyrus-sasl-2.1.22p1-mysql from packages and trying make it working, but during testsaslauthd queries I not get any results :(. I enabled log queries in mysql but there is no connection attempts from saslauthd to needed table (no connection, no auth, nothing). As described

Terrible messages in /var/log/messages

2007-11-21 Thread Evgeniy Sudyr
Hello misc, After boot I see alot of terrible messages in /var/log/messages which are added to it every second. It look like driver bug. Maybe somebody can help resolve this problem. content of /var/run/dmsg.boot OpenBSD 4.2 (GENERIC) #375: Tue Aug 28 10:38:44 MDT 2007 [EMAIL PROTECTED

Re: ipsec vpn openbsd 4.2 / netgear DG834

2007-11-23 Thread Evgeniy Sudyr
Hello jcr, Friday, November 23, 2007, 5:36:30 PM, you wrote: > k . > here i go > i have red the misc list upside/down and right to left , but i can't > find a solution to my problhme > Here is the LAn/WAn network 192.168.0/24(lan)-->>Netgear DG 834 (adsl + NAT + ipsec +ip fix A) >

Re: Traffic accounting software

2007-11-23 Thread Evgeniy Sudyr
Hello Yuri, Thursday, November 22, 2007, 2:56:14 PM, you wrote: > Hello, misc. > Can anyone share success story about traffic accounting on OpenBSD? > I want to implement this on my router connecting office network to ISP. > Currently I run Squid with SARG but non-HTTP traffic is left outside t

Unsupported Card reader on TOSHIBA Satellite P105

2007-11-27 Thread Evgeniy Sudyr
Hello misc, Now almost all works on my laptop -current! Great! Only one device which I can't use is Card reader (embeded into laptop). I see in dmesg output that it isn't supported :( maybe it's possible make it working ? "TI PCIXX12 Multimedia Card Reader" rev 0x00 at pci4 dev 4 function 2 not

OpenBSD compatibe USB bluetooth adaptor.

2007-11-29 Thread Evgeniy Sudyr
Hello misc, I need recommendation for exact model of USB bluetooth adaptor to using with OpenBSD (I following current). Btw, http://openbsd.org/i386.html not have anything about supported devices, same as man ubt(4) http://www.openbsd.org/cgi-bin/man.cgi?query=ubt&sektion=4&format=html

Re: System limits

2007-12-21 Thread Evgeniy Sudyr
Hello Bambero, Friday, December 21, 2007, 11:50:38 AM, you wrote: > Hello > I have a problem with system limis (max_open_files, semaphors, etc). > By default this settings are very restrictive, and I want to change > them. So can anyone help me with that ? > I'm running small hosting system with

Zend Optimizer with apache and php5 on 4.2

2008-01-14 Thread Evgeniy Sudyr
Hi all, I want use Zend optimizer with apache and php5. I downloaded ZendOptimizer-3.3.0a-openbsd3.4-i386.tar.gz from Zend website (latest version is only for 3.4) and unpacked archive and copied PHP module from /data/5_2_x_comp/ZendOptimizer.so to /var/www/lib/ZendOptimizer.so I put lines bel

Re: Zend Optimizer with apache and php5 on 4.2

2008-01-14 Thread Evgeniy Sudyr
x[32 2E 33] in ZendOptimizer.so at offset 0xCEAE > 5. Edit your /var/www/conf/php.ini and add the section > [Zend] > zend_extension=/var/www/lib/php/ZendExtensionManager.so > zend_extension=/var/www/lib/php/ZendOptimizer.so > 6. Test > Reboot your webserver > # apachectl stop >

Re: Zend Optimizer with apache and php5 on 4.2

2008-01-21 Thread Evgeniy Sudyr
x[32 2E 33] in ZendOptimizer.so at offset 0xCEAE > 5. Edit your /var/www/conf/php.ini and add the section > [Zend] > zend_extension=/var/www/lib/php/ZendExtensionManager.so > zend_extension=/var/www/lib/php/ZendOptimizer.so > 6. Test > Reboot your webserver > # apachectl stop >

D-Link DWL-650 CardBus crash report

2007-09-13 Thread Evgeniy Sudyr
Hello all, I bought D-Link G650 (ath) - which is present in http://openbsd.org/i386.html list. When I put this card into my laptop (Toshiba Satellite S6157) and try boot -current (GENERIC) I get panic message at the end of boot. = panic message =

Re: D-Link DWL-650 CardBus crash report

2007-09-13 Thread Evgeniy Sudyr
Hello Miod, Thursday, September 13, 2007, 10:58:21 AM, you wrote: >> I bought D-Link G650 (ath) - which is present in >> http://openbsd.org/i386.html list. >> >> When I put this card into my laptop (Toshiba Satellite S6157) and >> try boot -current (GENERIC) I >> get panic message at the end o

Re: D-Link DWL-650 CardBus crash report

2007-09-13 Thread Evgeniy Sudyr
Hello Evgeniy, Thursday, September 13, 2007, 10:41:53 AM, you wrote: > Hello all, > I bought D-Link G650 (ath) - which is present in > http://openbsd.org/i386.html list. > When I put this card into my laptop (Toshiba Satellite S6157) and try boot > -current (GENERIC) I > get panic message at t

Re: OpenBSD Apache with IPv6 VirtualHost

2011-07-17 Thread Evgeniy Sudyr
Try add record to DNS or/and hosts On Sun, Jul 17, 2011 at 8:30 PM, joshua stein wrote: >> I try to configure the OpenBSD Apache to use IPv6 with Name based >> VirtualHosts. But it doesn't work. apachectl configtest says: >> [Sun Jul 17 18:12:53 2011] [error] Cannot resolve host >> fd07:8085:b92f

Re: IPv6 status

2011-02-09 Thread Evgeniy Sudyr
Leal, I think good start is to visit http://www.kame.net man inet6 man ip6 On Wed, Feb 9, 2011 at 4:31 PM, Orestes Leal R. wrote: > colleagues, I need to know if the ipv6 status it's mature, or al least very > usable > and well conformant to rfcs, any comments, links, > > Best regards, > LeaL

Build darkice on OpenBSD 4.8

2011-03-28 Thread Evgeniy Sudyr
Hello, I'm trying to build darkice with mp3 support and getting error during compile process. I have no idea if it's openbsd specific and need your guys help. My steps: 1) build lame http://sourceforge.net/projects/lame tar zxf cd lame-3.98.4.tar.gz cd lame-3.98.4/ ./configure make make install

Re: [darkice] Re: Build darkice on OpenBSD 4.8

2011-03-30 Thread Evgeniy Sudyr
Anybody there was able to compile darkice on OpenBSD 4.8 or -current ? On Tue, Mar 29, 2011 at 4:47 PM, Evgeniy Sudyr wrote: > I got source from anoncvs and then added include to .cpp files > > #include "/usr/src/usr.sbin/nsd/compat/pselect.c" > > now I'm getting ne

Re: Force Internet traffic out IPSec VPN

2011-04-08 Thread Evgeniy Sudyr
What about mobile VPN? For PUBKEY auth you can use UFQDN identities http://openbsd.org/papers/asiabsdcon07-ipsec/mgp00065.html and http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf On Fri, Apr 8, 2011 at 10:41 AM, Ivan Nudzik wrote: >

Is monit broken in OpenBSD -current ?

2011-04-13 Thread Evgeniy Sudyr
Hello, I've tried to use monit on my OpenBSD snapshot Which is: # uname -ap OpenBSD openbsd.eject.name 4.9 GENERIC.MP#814 i386 Intel(R) Atom(TM) CPU D425 @ 1.80GHz ("GenuineIntel" 686-class) # pkg_info -v monit Information for inst:monit-4.10.1p1 I tried to run it with "out of package config"

Re: tftp - no route to host

2011-04-29 Thread Evgeniy Sudyr
Pavel, 1) Are you sure that you uncommented tftpd in inetd.conf ? Is inetd started ? 2) netstat -na | grep 69 3) tcpdump -ni lo port 69 4) check PF rules as Janne wrote before (maybe you need to pass or just skip on lo). Btw, does it make any sense to use TFTP on localhost ? :) -- Thanks! Eugene

Re: tftp - no route to host

2011-04-29 Thread Evgeniy Sudyr
Sorry, I've missed your netstat output, ignore part of my previous mail :) On Fri, Apr 29, 2011 at 12:33 PM, Evgeniy Sudyr wrote: > Pavel, > > 1) Are you sure that you uncommented tftpd in inetd.conf ? Is inetd started ? > 2) netstat -na | grep 69 > 3) tcpdump -ni lo port 69

Slow disk IO HP DL120 G5 with LSI1068E

2010-08-31 Thread Evgeniy Sudyr
I have troubles with on OpenBSD 4.7 with HP DL 120 G5 Actually I'm trying to unpack src.tar.gz and see that it's very slow. There is my systat during unpacking and dmesg for the server systat 2 usersLoad 2.77 2.48 2.17 Tue Aug 31 19:46:02 2010 memory to

Re: Slow disk IO HP DL120 G5 with LSI1068E

2010-08-31 Thread Evgeniy Sudyr
the actual physical > disks show up. B Then enable write cache on them using scsi. B Not really > something for the faint hearted. B At some point I'll go spend some time > to figure this out but not anytime soon :-( > > On Tue, Aug 31, 2010 at 06:52:44PM +0300, Evgeniy Sudyr w

Re: Slow disk IO HP DL120 G5 with LSI1068E

2010-08-31 Thread Evgeniy Sudyr
OBSD on 1st drive. 3. After installation I tried to do the same unpack and figured that it's "Then enable write cache on them using scsi" - how can I do this ? Let me know if I can help with this issues testing on my hardware :) - I would like to help you in this! -- Thank you! Evg

Re: Slow disk IO HP DL120 G5 with LSI1068E

2010-08-31 Thread Evgeniy Sudyr
1 > > On Tue, Aug 31, 2010 at 08:20:18PM +0300, Evgeniy Sudyr wrote: >> Marco, >> >> thank you for your super fast answer! >> >> As I understood you told that I need to delete raid logical disk, and >> use two separate disks. >> >> I did it and I

Re: Slow disk IO HP DL120 G5 with LSI1068E

2010-08-31 Thread Evgeniy Sudyr
che, you can > switch on write cache. You should also download and boot "Firmware > CD"... > > I. > > On Tue, 2010-08-31 at 18:52 +0300, Evgeniy Sudyr wrote: > >> I have troubles with on OpenBSD 4.7 with HP DL 120 G5 >> >> Actually I'm trying to

Re: pf redirect problem

2010-09-02 Thread Evgeniy Sudyr
Timothy, I don't see where is you pass rules for redirected traffic on for both external and internal (if you don`t skip it) interfaces ? You have to add these pass rules to pf, it's pretty straightforward. -- Thanks! Evgeniy Sudyr >pass in on $ext_nic proto tcp from any to 192.1

Re: Mobile VPN

2010-10-02 Thread Evgeniy Sudyr
I was able to get it working with 4.6/4.7 and E60/E65/E52 it works as expected :) Nokia VPN config tool will save hours instead trial by error. On Fri, Oct 1, 2010 at 10:29 PM, Claudiu Pruna wrote: > On Fri, 2010-10-01 at 21:19 +0200, David Coppa wrote: > > On Fri, Oct 1, 2010 at 9:11 PM, Claud

IPSEC with lo interface

2010-10-08 Thread Evgeniy Sudyr
Guys, I have problem with IPSEC tunnel on OpenBSD 4.7-stable I have ipsec vpn tunnel established between my gateway (default and only one gateway for my internal network) and other ipsec peer. I need allow clients from my internal network access to peer's internal host (ZZZ.ZZZ.ZZZ.ZZZ) and use m

IPSEC with lo interface (copy)

2010-10-08 Thread Evgeniy Sudyr
Guys, I have problem with IPSEC tunnel on OpenBSD 4.7-stable I have ipsec vpn tunnel established between my gateway (default and only one gateway for my internal network) and other ipsec peer. I need allow clients from my internal network access to peer's internal host (ZZZ.ZZZ.ZZZ.ZZZ) and use m

IPSEC with lo interface (copy)

2010-10-08 Thread Evgeniy Sudyr
Guys, I have problem with IPSEC tunnel on OpenBSD 4.7-stable I have ipsec vpn tunnel established between my gateway (default and only one gateway for my internal network) and other ipsec peer. I need allow clients from my internal network access to peer's internal host (ZZZ.ZZZ.ZZZ.ZZZ) and use

Re: Sniffer detector for OpenBSD

2011-01-26 Thread Evgeniy Sudyr
Check list of companies which provides support there http://openbsd.org/support.html On Wed, Jan 26, 2011 at 5:37 PM, Orestes Leal R. wrote: > the only isp in cuba it's named etecsa, here there is no such things like > multiples isps, > conections are slow (from 3kilobytes/s to 60kilobytes/s in t

IPv6 router with static addresses assignment not works

2011-02-04 Thread Evgeniy Sudyr
Hi all: I have problem with my ipv6 router (two NICs) running on 4.8. I have external IP address /64 and routed by ISP /48 network through that IP. I want to use static addressing in my internal network, so I've choose one /64 subnet in my /48 network and assigned xx::1 to my internal router and a

Re: IPv6 router with static addresses assignment not works

2011-02-04 Thread Evgeniy Sudyr
te ::/0 11 2aaa::::1b:1::1 0 100 no Hope this will be useful for somebody else. OpenBSD rocks! On Sat, Feb 5, 2011 at 12:15 AM, Joakim Aronius wrote: > * Evgeniy Sudyr (eject.in...@gmail.com) wrote: >> Magic happens when I'm starting rtadvd re0 -c /etc/rtadvd.conf