Two parent NICs for VLAN

2023-12-19 Thread Lars Bonnesen
I have a physical switch with a number of VLANs and a NIC connected to a wireless setup. I want to have those two separated except for one particular VLAN that I want on the physical switch as well as on the APs. So I have vmx1 connected to the APs and vmx3 to the switch. Then some vlans that eac

OpenSSH update web page: typo

2023-12-19 Thread Alex Naumov
Hey, It seems there are two same update manuals for OpenSSH 9.5 and 9.6[1]. Link to the tarball and the second shell command should be updated. Cheers, Alex [1] https://www.openssh.com/openbsd.html

Re: [PossibleSpam] UTF-8 chars

2023-12-19 Thread Omar Polo
On 2023/12/16 20:12:16 +0100, Robert Palm wrote: > > Thanks again to all of you! > > xterm is now working!!! > > Still, xfce4-terminal doesn't seem to use this settings. > > Don't dare to ask where that setting is digged. I tried for curiosity and xfce4-terminal doesn't show the lock icon for

Re: Two parent NICs for VLAN

2023-12-19 Thread Zé Loff
On Tue, Dec 19, 2023 at 09:33:18AM +0100, Lars Bonnesen wrote: > I have a physical switch with a number of VLANs and a NIC connected to a > wireless setup. I want to have those two separated except for one > particular VLAN that I want on the physical switch as well as on the APs. > > So I have vm

Re: OpenBSD on Dell Wyse 3040 N10D - Successful installation and possible problem with ACPI

2023-12-19 Thread Stuart Henderson
On 2023-12-18, Luca Di Gregorio wrote: > The system booted, but I saw that it stopped unexpectedly after > some time (hours or minutes) without any apparent reason. > > dmesg said 'acpicpu0 ... bad value ...' > (Unfortunately I don't have a copy of this dmesg). Use sendbug as root to create a bug

Re: Two parent NICs for VLAN

2023-12-19 Thread Lars Bonnesen
That is exactly what I want. Ah, veb... although I cannot make it work. I see a lot of arp'ing not getting any replies. So devices that working before tries to arp for the gateway and not getting any replies.even though they are on the same layer2 net: 12:28:54.101968 arp who-has 172.18.14.1 tell

Re: Two parent NICs for VLAN

2023-12-19 Thread Zé Loff
On Tue, Dec 19, 2023 at 02:25:01PM +0100, Lars Bonnesen wrote: > That is exactly what I want. > > Ah, veb... although I cannot make it work. I see a lot of arp'ing not > getting any replies. So devices that working before tries to arp for the > gateway and not getting any replies.even though the

Re: Two parent NICs for VLAN

2023-12-19 Thread Lars Bonnesen
Ah, ok... and then you assign the IP address to that vport... thanks... will try that out later. On Tue, Dec 19, 2023 at 2:42 PM Zé Loff wrote: > > On Tue, Dec 19, 2023 at 02:25:01PM +0100, Lars Bonnesen wrote: > > That is exactly what I want. > > > > Ah, veb... although I cannot make it work. I

Any tool in base which allows to get all IPs in prefix?

2023-12-19 Thread Maksim Rodin
Hello Is there any tool in base which allows to get something like this? $ nmap -sL -n IP_PREFIX ... a long list of ip addresses ... -- Maksim

Re: Any tool in base which allows to get all IPs in prefix?

2023-12-19 Thread Zé Loff
On Tue, Dec 19, 2023 at 04:27:14PM +0300, Maksim Rodin wrote: > Hello > Is there any tool in base which allows to get something like this? > $ nmap -sL -n IP_PREFIX > ... > a long list of ip addresses > ... > > -- > Maksim > Not on base (I know, sorry), but ipcalc, on ports, is a 12k binary tha

Appimage

2023-12-19 Thread Kevin Chadwick
I'm not sure if this is a pipe dream but atleast I imagine the filesystem API and /proc avoidance is likely possible. "https://github.com/AppImage/AppImageKit/issues/98";

Re: Appimage

2023-12-19 Thread Dave Voutila
Kevin Chadwick writes: > I'm not sure if this is a pipe dream but atleast I imagine the filesystem API > and /proc avoidance is likely possible. > Depends on what you're smoking in said pipe. > "https://github.com/AppImage/AppImageKit/issues/98";

Re: Any tool in base which allows to get all IPs in prefix?

2023-12-19 Thread Matthew Ernisse
On Tue, Dec 19, 2023 at 04:27:14PM +0300, Maksim Rodin said: Is there any tool in base which allows to get something like this? I have over the years implemented this in shell several times, it's not terribly difficult to convert dotted quad into an integer and then you can work out your addres

Re: Appimage

2023-12-19 Thread Benjamin Stürz
On 19.12.23 16:50, Kevin Chadwick wrote: I'm not sure if this is a pipe dream but atleast I imagine the filesystem API and /proc avoidance is likely possible. "https://github.com/AppImage/AppImageKit/issues/98"; A few months ago I wrote a proof of concept /proc implementation for OpenBSD usin

Re: cwm on wayland

2023-12-19 Thread Volker Schlecht
On 2023-12-15 18:49, David Coppa wrote: On Fri, Dec 15, 2023 at 6:29 PM wrote: So they're putting a Wayland in our BSD. I've never used that before. Is a port of cwm planned? I really don't think so. But there's hikari, a stacking Wayland compositor heavily inspired by cwm: https://hikari

Re: Appimage

2023-12-19 Thread Daniel Wilkins
On Tue, Dec 19, 2023 at 03:50:26PM +, Kevin Chadwick wrote: > I'm not sure if this is a pipe dream but atleast I imagine the filesystem API > and /proc avoidance is likely possible. > > "https://github.com/AppImage/AppImageKit/issues/98"; > The point of appimage is to work on any Linux distro.

Re: Appimage

2023-12-19 Thread Mihai Popescu
> The point of appimage is to work on any Linux distro. But it is not working. Like many other ideas created to work on any distro ...

man.openbsd.org, cvsweb.openbsd.org maintenance

2023-12-19 Thread Nick Holland
Hello, man.openbsd.org, cvsweb.openbsd.org, openbsd.cs.toronto.edu and obsdacvs.cs.toronto.edu will be unavailable for site maintenance starting Thursday, December 21 about 6:00am ET (UTC-5) and hopefully be back up and running by Saturday, December 23, 6:00am ET. Sorry for any inconvenience. N

Bridging firewall and ntpd

2023-12-19 Thread Karel Lucas
Hi all, I am creating a bridging firewall, and am wondering if it is possible to use the ntp daemon to ensure that all log files are timed correctly. Is there a way to achieve that despite the fact that the network connections do not have an IP address?

Re: Bridging firewall and ntpd

2023-12-19 Thread Stuart Henderson
On 2023-12-19, Karel Lucas wrote: > > Hi all, > > I am creating a bridging firewall, and am wondering if it is possible to > use the ntp daemon to ensure that all log files are timed correctly. Is > there a way to achieve that despite the fact that the network > connections do not have an IP ad

Re: Bridging firewall and ntpd

2023-12-19 Thread Karel Lucas
Dear Mr. Henderson, From your answer I understand that to use the ntp daemon the interfaces still need an IP address. Unfortunately, a GPS unit is not available or desirable, so it seems to me that I will have to do it without a calibrated time, if there is no other option. Op 20-12-2023 om

Re: isakmpd does not tag packets

2023-12-19 Thread Tobias Heider
On Tue, Dec 12, 2023 at 07:38:30AM +0100, Sebastian John wrote: > Hello, > > I installed (not upgrade) OpenBSD 7.4 (amd64) on a brand new > machine. I put the isakmpd.conf from the old maschine (7.3) on the > new one. Also some other configurations (interfaces, pf...). All > works fine but the inc