ospfd 224.0.0.5: Can't assign requested address on rdomain 2

2015-12-28 Thread csszep
Hello! I created a simple ospf test lab, but i ran into the following error: The setup: ospfd.conf rdomain 2 area 0.0.0.0 { interface vio2 } route -T2 -n show Routing tables Internet: DestinationGatewayFlags Refs Use Mtu Prio Iface default12

Re: OpenBSD as an IKEv2 IPsec client with L/P authent

2018-02-23 Thread csszep
ot;# Feb 23 11:25:58 openbsdvm1 charon: 05[ESP] 64: 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F 30 31 32 33 $%&'()*+,-./0123 Feb 23 11:25:58 openbsdvm1 charon: 05[ESP] 80: 34 35 36 37 4567 Feb 23 11:25:58 openbsdvm1 charon: 05[ESP] padding = => 10 bytes @

Re: OpenBSD as an IKEv2 IPsec client with L/P authent

2018-02-23 Thread csszep
4281 packets for which no TDB was found I disabled it, and Strongswan works! openbsdvm1# sysctl net.inet.esp.enable=0 net.inet.esp.enable: 1 -> 0 openbsdvm1# sysctl net.inet.esp.udpencap=0 net.inet.esp.udpencap: 1 -> 0 Thx Csszep 2018-02-23 10:29 GMT+01:00 csszep : > Hi! >

Re: OSPF over gif on top of IPsec transport -current

2018-03-14 Thread csszep
Hi! Will this fix be commit before 6.3 release? Thx csszep David Gwynne ezt írta (időpont: 2018. márc. 13., K 23:41): > > > On 10 Mar 2018, at 08:01, Remi Locherer wrote: > > > > > > With below diff the setup works as expected: tcpdump shows OSPF hellos >

Virtualbox vs latest snapshot

2018-04-10 Thread csszep
Hi! I installed the latest 04.10 snapshot, the install procedure went fine, but after reboot the VM stucks at endless boot loop . It prints only the "booting hda0:/bsd" line.. before reboot The 04.03 snapshot works fine. There is a similar experience for someone with Virtualbox 5.2.8?

Re: Virtualbox vs latest snapshot

2018-04-10 Thread csszep
Hi! I'm using Virtualbox for years with OpenBSD guest without any serious issue. But of course maybe it's a Virtualbox bug. thx csszep 2018-04-10 11:51 GMT+02:00 Kevin Chadwick : > On Tue, 10 Apr 2018 10:50:27 +0200 > > > > There is a similar experience for some

Re: Virtualbox vs latest snapshot

2018-04-10 Thread csszep
Yes with pure sw virtualization. With hardware virtualization enabled (vt-x,amd-v) not do it, and amd64 guests recommends hw virtualization. Anyway thanks, for the answers., i just want to know if i only have a problem. Thx csszep 2018-04-10 12:58 GMT+02:00 Kevin Chadwick : > On Tue, 10

Re: 10Gbit network work only 1Gbit

2021-02-26 Thread csszep
Hi! I miss something , or veb(4) ifconfig bits not yet commited ? OpenBSD 6.9-beta (GENERIC.MP) #358: Wed Feb 24 17:11:53 MST 2021 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP ifconfig veb0 create ifconfig: SIOCIFCREATE: Invalid argument Hrvoje Popovski ezt ír

Re: 10Gbit network work only 1Gbit

2021-02-26 Thread csszep
): Hrvoje Popovski ezt írta (időpont: 2021. febr. 26., P, 9:16): > On 26.2.2021. 9:00, csszep wrote: > > Hi! > > > > I miss something , or veb(4) ifconfig bits not yet commited ? > > > > OpenBSD 6.9-beta (GENERIC.MP) #358: Wed Feb 24 17:11:53 MST 2021 > >

Re: IKEv2: CHILD_SA is not created

2021-05-21 Thread csszep
Hi! Not only Cisco ASA. Checkpoint, Fortinet, Juniper only support single set of subnets per CHILD_SA too. https://wiki.strongswan.org/projects/strongswan/wiki/Checkpoint https://wiki.strongswan.org/projects/strongswan/wiki/Fortinet https://wiki.strongswan.org/projects/strongswan/wiki/Juniper htt

npppd with tun interface not work on i386?

2013-01-29 Thread csszep
mily MTRR support (2 registers) nvram: invalid checksum vscsi0 at root scsibus0 at vscsi0: 256 targets softraid0 at root scsibus1 at softraid0: 256 targets root on wd0a (86722b7d28b15b50.a) swap on wd0b dump on wd0b clock: unknown CMOS layout thx csszep

Re: npppd with tun interface not work on i386?

2013-01-31 Thread csszep
Thx It works as expected. 2013/1/31 YASUOKA Masahiko : > Hi, > > On Tue, 29 Jan 2013 20:20:24 +0100 > csszep wrote: >> I tried to start npppd with the default config with tun0 interface on >> my Alix board: >> >> I get the following error message: >> &

iked alternate location for the control socket?

2016-09-05 Thread csszep
Hello! In ikectl there is a "-s socket" parameter to change the control socket location. But in iked the "-s" parameter is missing, so you cannot change the socket location. This is not implemented in iked? It is useful if run two iked process in different rdomain. Thx csszep

ciss(4) write very slow w/o bbwc

2012-05-29 Thread csszep
is patch? My C and OpenBSD internals knowledge is not enough for this task. PS: Yes i know, my english is terrible. thx csszep

Re: ciss(4) write very slow w/o bbwc

2012-05-29 Thread csszep
Ok, but i installed Linux (Debian 6) and there is no performance degradation. I will install NetBSD too, and i will do a test. The commit does not turn on the cache, it enable tagged queing if i understand it well. thx csszep 2012/5/29 Jonathan Gray : > I don't think that commit will

Re: ciss(4) write very slow w/o bbwc

2012-05-29 Thread csszep
Hi! So i tested the ciss performance with Openbsd 5.1 and Netbsd 5.1.2 and the numbers are the same. :( approx 13Mbyte/s write with dd if=/dev/zero of=/dev/rsd1c bs=1m count=500 But why Linux is four times faster (approx 40Mbyte/s)? thx csszep 2012/5/29 csszep : > Ok, but i installed Li

Re: ciss(4) write very slow w/o bbwc

2012-05-30 Thread csszep
ormace (eg. newfs) is not so important. Thx csszep 2012/5/29 Andreas Bartelt : > Hello, > > > On 05/29/12 17:28, Kenneth R Westerback wrote: >> >> On Tue, May 29, 2012 at 03:48:02PM +0200, csszep wrote: >>> >>> Hi! >>> >>> So i tes

Re: current snapshot pipex kernel panic

2012-09-26 Thread csszep
Thank you! It works as expected. Otherwise the "mppe no" option is missing from the manual page. 2012/9/26 YASUOKA Masahiko : > Hello, > > On Tue, 25 Sep 2012 16:16:12 +0200 > csszep wrote: >> I wanted to try a simple npppd setup and i got a panic. > > I'

virtual crossover link with vether(4) patch integration?

2011-07-09 Thread csszep
Hi! Is there any news about this patch integration? http://marc.info/?l=openbsd-tech&m=129622196824469&w=2 And i'm sorry to bother you... thx Csszep