Re: How to check that HT is working and used?

2021-11-24 Thread Dev Op
Hi, Kevin! Yes, I have already disabled hw.smt. Thanks! The reason was well described in Mark Kettenis' commit message ( https://www.mail-archive.com/source-changes@openbsd.org/msg99141.html). About the CPU. Earlier, the OS installer saw a single processor with no cores. After updating the BIOS an

Re: How to check that HT is working and used?

2021-11-18 Thread Dev Op
You are absolutely right! Now I see all the cores! Thank you, guys! чт, 18 нояб. 2021 г. в 16:28, Christer Solskogen < christer.solsko...@gmail.com>: > On Thu, Nov 18, 2021 at 1:50 PM Dev Op wrote: > >> Updated BIOS to the latest version for this server - P58 (08/16/2015

Re: How to check that HT is working and used?

2021-11-18 Thread Dev Op
Failed to load firmware "radeon/R100_cp.bin" [drm] *ERROR* Failed to load firmware! drm:pid0:r100_startup *ERROR* failed initializing CP (-2). drm:pid0:r100_init *ERROR* Disabling GPU acceleration radeondrm0: 1024x768, 16bpp wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using

Re: How to check that HT is working and used?

2021-11-18 Thread Dev Op
phy 1: BCM5708C 10/100/1000baseT PHY, rev. 6 bnx1: address 00:1f:29:6a:6d:24 brgphy1 at bnx1 phy 1: BCM5708C 10/100/1000baseT PHY, rev. 6 radeondrm0: RV100 radeon_cp: Failed to load firmware "radeon/R100_cp.bin" [drm] *ERROR* Failed to load firmware! drm:pid0:r100_startup *ERROR* failed initializing

Re: How to check that HT is working and used?

2021-11-17 Thread Dev Op
omg.. damn autocorrect! s/hypertrading/Hyper-threading/ :) Sometimes words change their meaning. I'm laughing. Sorry for that. ср, 17 нояб. 2021 г. в 11:00, Dev Op : > Hi all! > > I was dealing with one router and faced with the fact that I did not see > hypertrading after i

How to check that HT is working and used?

2021-11-17 Thread Dev Op
Hi all! I was dealing with one router and faced with the fact that I did not see hypertrading after installing OpenBSD 7.0. I came across an email https://www.mail-archive.com/source-changes@openbsd.org/msg99141.html, where I read hypertrading was disabled for Intel processors running on OpenBSD/a

Re: IKEv1 support with IKEv2 on the same router

2021-04-14 Thread Dev Op
Now it's clear to me. Thanks a lot! ср, 14 апр. 2021 г. в 15:54, Stefan Sperling : > On Wed, Apr 14, 2021 at 03:28:31PM +0300, Dev Op wrote: > > Hello all! > > > > I have several partners working with different IKE versions. Is it > possible > > to run iked a

IKEv1 support with IKEv2 on the same router

2021-04-14 Thread Dev Op
Hello all! I have several partners working with different IKE versions. Is it possible to run iked and isakmpd on the same machine if I have two public IP addresses on it? On iksampd (IKEv1) it's simple, for example: /etc/isakmpd/isakmpd.conf [General] Listen-on=X.X.X.X Retransmits=32 Exchange-ma

No advertisements from CARP master

2021-02-19 Thread Dev Op
Hello, collegues! In vlan2 I have 4 routers: rt1 (master) and rt2 (slave) grouped into VHID 50 in terms of CARP; rt3 (master) and rt4 (slave) grouped into VHID 2. Why don't I see carp advertisements from rt1? Instead, I see carp announcements only from rt3 (vhid2). Where am I wrong? rt1: -> % if

Re: Wrong source address of outgoing ESP packets (IKEv1)

2020-11-20 Thread Dev Op
г. в 20:45, Dev Op : > Hello all! > > I'm trying to create an IPSec (IKEv1) tunnel from my router to foreign > host. I've got FLOWS and SAD records for foreign host, everything might be > ok but esp packets go from the wrong IP address. > > Configuration (sorry I need

Wrong source address of outgoing ESP packets (IKEv1)

2020-11-19 Thread Dev Op
Hello all! I'm trying to create an IPSec (IKEv1) tunnel from my router to foreign host. I've got FLOWS and SAD records for foreign host, everything might be ok but esp packets go from the wrong IP address. Configuration (sorry I need to hide my real net): Foreign router: Y.Y.Y.Y/24 - foreign net

Fault tolerant BGP and firewall routers on OpenBSD

2020-11-11 Thread Dev Op
Hi all! I am looking for a way to build fault tolerant routers with a firewall. We have an AS num and a /24 network prefix as well as a multihome peering with two upstream ISPs. To build this solution, I've got 4 machines with OpenBSD on it: Hosts `border1' and `border2'. Each of these routers ar