Passage about licensing from OpenBSD documentation

2022-02-06 Thread Ibsen S Ripsbusker
My great and good friends, Like 20 years ago while trying to install OpenBSD for the first time I read a short passage in OpenBSD documentation that I really liked. Does anyone know where I can find it? The passage that said very directly that we license OpenBSD permissively because we know our

Question about packet reassembly and pf

2022-02-06 Thread J Doe
Hi, I have a question regarding packet reassembly. man 5 pf.conf says: "set reassemble yes | no [no-df] The reassemble option is used to enable or disable the reassembly of fragmented packets, and can be set to yes (the default) or no..." and later with traffic normalization via "scrub"

Re: httpd.conf: 2 interfaces, 2 listen, IPv6, only one server works

2022-02-06 Thread Brian Brombacher
> On Feb 6, 2022, at 4:51 PM, Brian Brombacher wrote: > >  > >> On Feb 6, 2022, at 4:32 PM, Mike Fischer wrote: >> >>  Am 06.02.2022 um 21:13 schrieb Brian Brombacher : >>> > You can work around it by putting both interfaces in diffrent rdomains, > then running two httpd

Re: httpd.conf: 2 interfaces, 2 listen, IPv6, only one server works

2022-02-06 Thread Brian Brombacher
> On Feb 6, 2022, at 4:32 PM, Mike Fischer wrote: > >  >> Am 06.02.2022 um 21:13 schrieb Brian Brombacher : >> You can work around it by putting both interfaces in diffrent rdomains, then running two httpd instances, one in rdomain with first IP, second in rdomain with

Re: httpd.conf: 2 interfaces, 2 listen, IPv6, only one server works

2022-02-06 Thread Mike Fischer
> Am 06.02.2022 um 21:13 schrieb Brian Brombacher : > >>> You can work around it by putting both interfaces in diffrent rdomains, >>> then running two httpd instances, one in rdomain with first IP, second in >>> rdomain with second IP. >> > > This will work. You can use PF rules to cross

Re: httpd.conf: 2 interfaces, 2 listen, IPv6, only one server works

2022-02-06 Thread Brian Brombacher
> On Feb 6, 2022, at 12:07 PM, Mike Fischer wrote: > > Hi Łukasz, > >>> Am 06.02.2022 um 12:08 schrieb Łukasz Moskała : >>> >>> W dniu 6.02.2022 o 05:28, Mike Fischer pisze: >>> OpenBSD 7.0 stable amf64 >>> My host has two ethernet interfaces, em0 and em1. >>> Note: The host is a VM with

Re: httpd.conf: 2 interfaces, 2 listen, IPv6, only one server works

2022-02-06 Thread Łukasz Moskała
W dniu 6.02.2022 o 18:04, Mike Fischer pisze: Hi Łukasz, Am 06.02.2022 um 12:08 schrieb Łukasz Moskała : W dniu 6.02.2022 o 05:28, Mike Fischer pisze: OpenBSD 7.0 stable amf64 My host has two ethernet interfaces, em0 and em1. Note: The host is a VM with two virtual interfaces. Both

Re: httpd.conf: 2 interfaces, 2 listen, IPv6, only one server works

2022-02-06 Thread Mike Fischer
Hi Łukasz, > Am 06.02.2022 um 12:08 schrieb Łukasz Moskała : > > W dniu 6.02.2022 o 05:28, Mike Fischer pisze: >> OpenBSD 7.0 stable amf64 >> My host has two ethernet interfaces, em0 and em1. >> Note: The host is a VM with two virtual interfaces. >> Both interfaces are configured like this for

Re: Kernel fails to execute a.out

2022-02-06 Thread Peter J. Philipp
On Sun, Feb 06, 2022 at 03:36:49PM +0100, Gabriele Pelissetto wrote: > Hi, I'm having problems running a program I wrote. > I wrote this program that should just exit with exitcode 44: > > // prog.S > #include > .text > .globl _start > _start: > subl $8, %esp > pushl $44 > movl

Kernel fails to execute a.out

2022-02-06 Thread Gabriele Pelissetto
Hi, I'm having problems running a program I wrote. I wrote this program that should just exit with exitcode 44: // prog.S #include .text .globl _start _start: subl $8, %esp pushl $44 movl $SYS_exit, %eax pushl $0 int $0x80 I compiled with $ cc prog.S -nostdlib -o a.out and run

Re: NXDOMAIN on unbound with local TLD

2022-02-06 Thread Peter J. Philipp
Hi Laura, Hey, that's quite the advanced config, it's too advanced for me. Though I'd do this setup a bit different. I program a program called delphinusdnsd and it can do forwarding but is otherwise authoritative. I would put it on port 53 with a zone for bar.corp and a forwarder to unbound

Re: httpd.conf: 2 interfaces, 2 listen, IPv6, only one server works

2022-02-06 Thread Łukasz Moskała
W dniu 6.02.2022 o 05:28, Mike Fischer pisze: OpenBSD 7.0 stable amf64 My host has two ethernet interfaces, em0 and em1. Note: The host is a VM with two virtual interfaces. Both interfaces are configured like this for IPv6 in the /etc/hostname.em0 and /etc/hostname.em1 files: inet6 autoconf