Re: doas

2024-09-05 Thread jrmu
I wrote a guide: https://wiki.ircnow.org/?n=Doas.Configure -- jrmu IRCNow (https://ircnow.org) On Thu, Sep 05, 2024 at 01:59:49PM -0400, openbsd_fr...@mail2tor.com wrote: > Gentlemen! How do I doas my regular user. > > How do I learn the syntax? > > Thanks. >

Re: how do I debug this? any hints?

2024-08-11 Thread jrmu
Searching for .fullchain.pem first before .crt would be a great help, it best matches the naming conventions used in the /etc/example/acme-client.conf -- jrmu IRCNow (https://ircnow.org) On Sun, Aug 11, 2024 at 12:44:40PM +0200, Peter Philipp wrote: > On Sun, Aug 11, 2024 at 11:10:17AM +0

Re: ripd processes not exchanging routing tables

2024-07-10 Thread jrmu
rcnow.org/index.php?n=Ripd.Configure Thanks so much for the help. -- jrmu IRCNow (https://ircnow.org)

Re: ripd processes not exchanging routing tables

2024-07-07 Thread jrmu
en to multicast packets. -- jrmu IRCNow (https://ircnow.org)

ripd processes not exchanging routing tables

2024-07-06 Thread jrmu
UHLch 12 - 7 vio2 10.4.2.1 link#3 UHCS 10 - 8 vio2 10.5/1610.3.2.1 UGS01 - 8 vio1 127/8 127.0.0.1 UGRS 00 32768 8 lo0 127.0.0.1 127.0.0.1 UHhl 12 32768 1 lo0 Anyone have suggestions for what is wrong with my configuration? -- jrmu IRCNow (https://ircnow.org)

Re: Packet filter can't NAT devices 2 hops away?

2024-07-04 Thread jrmu
problem I made was setting the veb interfaces to link1. This caused packet filter to filter them really early in some way I didn't expect. Once I remove link1 from the veb interfaces, NAT works just fine now. So it was my configuration error, thanks again. -- jrmu IRCNow (https://ircnow.org)

Re: Packet filter can't NAT devices 2 hops away?

2024-07-04 Thread jrmu
e hardware addresses are also correct, that's the hardware address from the host's em1 interface to the default gateway. So the packets are being sent, but NAT is not being performed, and I have no idea why. -- jrmu IRCNow (https://ircnow.org)

Re: Packet filter can't NAT devices 2 hops away?

2024-07-03 Thread jrmu
re in the same broadcast domain, so it's not possible to directly send a message from R5 to R1. -- jrmu IRCNow (https://ircnow.org) On Wed, Jul 03, 2024 at 09:39:06PM +0100, Zé Loff wrote: > On Wed, Jul 03, 2024 at 12:43:53PM -0700, jrmu wrote: > > Greetings, > > > > I&#

Packet filter can't NAT devices 2 hops away?

2024-07-03 Thread jrmu
41.21100:25:90:5a:2d:92 UHLl 0 766416 - 1 em1 104.167.241.255104.167.241.211UHb0 449707 - 1 em1 127/8 127.0.0.1 UGRS 00 32768 8 lo0 127.0.0.1 127.0.0.1 UHhl 2 1707666 32768 1 lo0 -- jrmu IRCNow (https://ircnow.org)

Re: How to configure vlans with vmm

2024-07-02 Thread jrmu
tiple separate host. -- jrmu IRCNow (https://ircnow.org) signature.asc Description: PGP signature

Re: How to configure vlans with vmm

2024-07-02 Thread jrmu
researching, thanks again for your help. -- jrmu IRCNow (https://ircnow.org) signature.asc Description: PGP signature

Re: How to configure vlans with vmm

2024-06-14 Thread jrmu
} bsdiso="/home/iso/install75.iso" vm "jrmu" { owner jrmu memory 2G cdrom $bsdiso disk /home/jrmu/jrmu.qcow2 format qcow2 interface tap1 { locked lladdr e8:8b:27:7b:7a:02 switch "switch1" } } # cat /etc/hostname.bridge0

Re: How to configure vlans with vmm

2024-06-14 Thread jrmu
: $ doas cat /etc/vm.conf socket owner :vmdusers switch "switch1" { locked lladdr interface veb1 } bsdiso="/home/iso/install75.iso" vm "jrmu" { owner jrmu memory 2G cdrom $bsdiso disk /home/jrmu/jrmu.qcow2 format qcow2 interface tap1 {

Re: How to configure vlans with vmm

2024-06-12 Thread jrmu
tual machine to do that? To handle this entirely by the host? -- jrmu IRCNow (https://ircnow.org) signature.asc Description: PGP signature

Re: How to configure vlans with vmm

2024-06-12 Thread jrmu
One more question I forgot to ask: How do you get the virtual machines to use your vport800/vport880 interfaces? From what I see in vm.conf(5), the virtual machines are required to use tap(4) interfaces. -- jrmu IRCNow (https://ircnow.org) signature.asc Description: PGP signature

Re: How to configure vlans with vmm

2024-06-12 Thread jrmu
create N switches. I think this is making sense now. Seems a bit complex, but I'm guessing it's best practice for security. -- jrmu IRCNow (https://ircnow.org) signature.asc Description: PGP signature

How to configure vlans with vmm

2024-06-10 Thread jrmu
my case is veb(4). To set up the virtual machines, would I want to create a vlan(4) device for each virtual machine, and have the machine use that? And then to add the vlan device onto the veb bridge? * https://openbsd.amsterdam/setup.html -- jrmu IRCNow (https://ircnow.org) signature.asc

Re: Issue bridging vport and tap interfaces with veb

2024-06-09 Thread jrmu
ill be re-initialized. Perhaps there should be a special note in the veb(4) manual page? -- jrmu IRCNow (https://ircnow.org) signature.asc Description: PGP signature

Re: Issue bridging vport and tap interfaces with veb

2024-06-03 Thread jrmu
> This interface is not UP. Not sure why. Thank you! This was indeed the cause. I appended "up" to /etc/hostname.vport0 and everything works now. Most interfaces get turned on automatically, I wonder why vport(4) does not. In any case, it's solved, thanks so much. --

Issue bridging vport and tap interfaces with veb

2024-06-03 Thread jrmu
ers switch "switch0" { group vms locked lladdr interface veb0 } bsdiso="/home/iso/install75.iso" vm "mattbsd" { owner matt memory 8G cdrom $bsdiso disk /home/matt/disks/openbsd.qcow2 format qcow2 interface tap0 { locked lladdr e8:8b:27:7

Re: IPv6 routing problems with vether and vmm

2024-06-03 Thread jrmu
experimenting it by manually adding the route and it seems to have worked. -- jrmu IRCNow (https://ircnow.org) signature.asc Description: PGP signature

Re: OpenBSD 7.4 in virtualize env

2024-05-24 Thread jrmu
i wonder if the code could be modified so the device just drop to DDB >Did you run out of memory / swap perhaps? I have noticed that occurring when my system runs out of swap space. -- jrmu IRCNow (https://ircnow.org) signature.asc Description: PGP signature

Re: IPv6 routing problems with vether and vmm

2024-05-21 Thread jrmu
ra route to the IPv6 gateway. But then, wouldn't I want to set my IPv4 address with a subnet mask of 255.255.255.255, so that the network length would be 32 rather than 26, and also add a manual route there? -- jrmu IRCNow (https://ircnow.org) signature.asc Description: PGP signature

Re: IPv6 routing problems with vether and vmm

2024-05-21 Thread jrmu
for all your VMs. I also don't control the entire /48. Here is the information I was given: My IPv6 Address Subnet: 2602:fccf:400:41::/64 Hypervisor' IPv6 Gateway: 2602:fccf:400::1 I was only given a /64. Thanks for your help. -- jrmu IRCNow (https://ircnow.org) signature.asc Description: PGP signature

IPv6 routing problems with vether and vmm

2024-05-20 Thread jrmu
e:e1:ba:d8:99:f9 description: vm2-if0-jrmu index 15 priority 0 llprio 3 groups: tap status: active hypervisor$ route -n show Routing tables Internet: DestinationGatewayFlags Refs Use Mtu Prio Iface default104.167.241.193UGS 114

RAID5 softraid inside VMM unable to read disklabel

2024-04-09 Thread jrmu
failed(100). will try /bsd RAID1 worked fine, it's just RAID5 throwing this error at me. -- jrmu IRCNow (https://ircnow.org)

Re: RAID5 softraid inside VMM unable to read disklabel

2024-04-09 Thread jrmu
Please ignore, sibiria on IRC clarified to me that boot support is limited to only RAID1, crypto, and RAID1c disciplines. -- jrmu IRCNow (https://ircnow.org) On Tue, Apr 09, 2024 at 03:50:19PM -0700, jrmu wrote: > I am practicing setting up RAID5 inside a virtual machine running > OpenB

Re: No audio playback with azalia0 Intel Braswell HD Audio

2024-02-08 Thread jrmu
> Please use sendbug(1) to make a report, and make sure it includes the > acpidump from the system. > > -peter I hope this helps. Below is the output of sendbug: >Synopsis: No audio playback with azalia0 Intel Braswell HD Audio >Category: Audio bug report >Environment: System

No audio playback with azalia0 Intel Braswell HD Audio

2024-02-05 Thread jrmu
did not complete or timeout within 10ms (status 0xa0130064) inteldrm0: 1366x768, 32bpp wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 wskbd1: connecting to wsdisplay0 wsdisplay0: screen 1-5 added (std, vt100 emulation) iwm0: hw rev 0x210, fw ver 17.3216344376.0, address 88:b1:11:3b:15:dc pckbc: command timeout pckbc: command timeout pckbc: command timeout -- jrmu IRCNow (https://ircnow.org)

Re: my software is changing its future

2024-01-30 Thread jrmu
Greetings Peter, Will the BSD port remain freely licensed? If so, thank you. -- jrmu IRCNow (https://ircnow.org)

Re: Keyboard/trackpad issues on HP Chromebook 11 G5 Setzer

2023-12-30 Thread jrmu
eriment with the wscons settings you suggested: wsconsctl keyboard.repeat.del1=1024 wsconsctl keyboard.repeat.deln=1024 What I ended up doing was attaching an external USB keyboard and mouse, and now the laptop is usable, but it's obviously not ideal to have to carry an external usb keyboard. -- jrmu IRCNow (https://ircnow.org)

Keyboard/trackpad issues on HP Chromebook 11 G5 Setzer

2023-12-25 Thread jrmu
>Synopsis: Keyboard/trackpad issues on HP Chromebook 11 G5 Setzer >Category: amd64 >Environment: System : OpenBSD 7.4 Details : OpenBSD 7.4 (GENERIC.MP) #1382: Wed Sep 27 10:51:31 MDT 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd6

Re: UTF-8 chars

2023-12-16 Thread jrmu
This is the setup I use for Chinese and it works OK for me for traditional Chinese and xterm: https://wiki.ircnow.org/index.php?n=Openbsd.Uim Fonts render properly and traditional Chinese input works. -- jrmu IRCNow (https://ircnow.org)

Keyboard/trackpad issues on HP Chromebook 11 G5 Setzer

2023-10-05 Thread jrmu
>Synopsis: Keyboard/trackpad issues on HP Chromebook 11 G5 Setzer >Category: amd64 >Environment: System : OpenBSD 7.4 Details : OpenBSD 7.4 (GENERIC.MP) #1382: Wed Sep 27 10:51:31 MDT 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd6

Re: relayd error: socket_rlimit: max open files 1024

2021-03-13 Thread jrmu
Thank you, that helped. Here was the setup I settled with in the end: https://wiki.ircnow.org/index.php?n=Relayd.Acceleration jrmu On Tue, Mar 02, 2021 at 12:32:03PM +0200, Jean-Pierre de Villiers wrote: > The entry openfiles-cur=1024 is overriding the entry openfiles=1024. > Not

relayd error: socket_rlimit: max open files 1024

2021-03-02 Thread jrmu
I am trying to use relayd to provide TLS acceleration for 20+ user services. Here is my /etc/relayd.conf (with ip4 and ip6 redacted): ip4="192.168.0.1" ip6="2001:db8::" table { 127.0.0.1 } table { 127.0.0.1 } table { 127.0.0.1 } table { 127.0.0.1 } table { 127.0.0.1 } table { 127.0.0.1 }

Re: relayd, ipv6, and tls keypair names

2021-02-27 Thread jrmu
Adding two relay blocks does seem to fix the problem, thank you. jrmu On Sat, Feb 27, 2021 at 02:50:11AM -0700, Anthony J. Bentley wrote: > Hi, > > j...@ircnow.org writes: > > Then it seems relayd also works. So I suspect relayd is ignoring > > the tls keypair directive f

relayd, ipv6, and tls keypair names

2021-02-27 Thread jrmu
/private/example.com.key /etc/ssl/private/2001:db8:::443.key Then it seems relayd also works. So I suspect relayd is ignoring the tls keypair directive for IPv6 addresses. In other words, when IPv6 is enabled, relayd appears to ignore: tls { keypair example.com } Can someone verify if this is correct behavior, if I misconfigured, or if this is a bug? jrmu

Re: relayd, ipv6, and tls keypair names

2021-02-27 Thread jrmu
; > $ doas ln -s /etc/ssl/example.com.fullchain.pem /etc/ssl/2001:db8:::443.crt > $ doas ln -s /etc/ssl/private/example.com.key > /etc/ssl/private/2001:db8:::443.key > > Then it seems relayd also works. So I suspect relayd is ignoring > the tls keypair directive for IPv6 addresses. In other words, when IPv6 is > enabled, > relayd appears to ignore: > > tls { keypair example.com } > > Can someone verify if this is correct behavior, if I misconfigured, or > if this is a bug? > > jrmu

Re: Shell account service providers

2020-07-16 Thread jrmu
If you connect to IRC on irc.ircnow.org and join #ircnow, we offer free openbsd shell accounts. Our web page is at https://ircnow.org. jrmu IRCNow On Thu, Jul 16, 2020 at 01:51:44AM +, Ibsen S Ripsbusker wrote: > Are there services that sell managed OpenBSD shell accounts? > I

Error messages with VMM on 6.6 and 6.7

2020-06-01 Thread jrmu
OpenBSD VMM suffers from error messages and possibly spontaneous crashing System : OpenBSD 6.7 Details : OpenBSD 6.7 (GENERIC.MP) #182: Thu May 7 11:11:58 MDT 2020 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP Arc

Re: OpenBSD PPPOE

2020-01-21 Thread jrmu
Can you provide me with some more information? Perhaps run dmesg or check /var/log/messages ? You may also want to reboot your PC and test ping to see where the network error lies. jrmu On Mon, Jan 20, 2020 at 10:42:51PM -0700, peterwkc wrote: > Dear All, > > I would like to setup m

LCP keepalive timeout for PPPOE

2020-01-03 Thread jrmu
amdisplay0 at simplebus0 amdisplay0: no display attached. "emif" at simplebus0 not configured "sham" at simplebus0 not configured "aes" at simplebus0 not configured "mcasp" at simplebus0 not configured "rng" at simplebus0 not configured sdmmc0: can't enable card scsibus0 at sdmmc1: 2 targets, initiator 0 sd0 at scsibus0 targ 1 lun 0: removable sd0: 3648MB, 512 bytes/sector, 7471104 sectors vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root bootfile: sd0a:/bsd boot device: sd0 root on sd0a (d5018eab85909b4e.a) swap on sd0b dump on sd0b WARNING: CHECK AND RESET THE DATE! pppoe0: LCP keepalive timeout pppoe0: LCP keepalive timeout (last line repeats 100x) jrmu