Small go clone of httpd

2022-04-22 Thread Aaron Riekenberg
If anyone is interested have a small go clone of the httpd web server here: https://github.com/aaronriekenberg/go-httpd Not nearly as complete as the real httpd but has enough features to roughly handle a config similar to /etc/examples/httpd.conf Sample config file: https://github.com/aaronrieke

Re: Error output from ndp -an

2018-12-28 Thread Aaron Riekenberg
On Fri, Dec 28, 2018 at 6:14 AM Christian Weisgerber wrote: > On 2018-12-28, Denis Fondras wrote: > > >> I'm using OpenBSD 6.4 on a pcengines apu2 box as a router/firewall for a > >> CenturyLink DSL (pppoe) connection. > >> > >> [aaron@apu2] ~$ ndp -an > >> Neighbor L

Error output from ndp -an

2018-12-27 Thread Aaron Riekenberg
I'm using OpenBSD 6.4 on a pcengines apu2 box as a router/firewall for a CenturyLink DSL (pppoe) connection. Today I set up rd6 for ipv6 for the first time, similar to what is described here: https://gist.github.com/afresh1/791343380b4410687d51fdd94f20bd42 Things are working well but one minor is

Re: 6.1 syspatch installed SP kernel on MP system

2017-05-07 Thread Aaron Riekenberg
Got it. Sorry for the noise, and thanks for syspatch. https://github.com/openbsd/src/blob/master/distrib/miniroot/install.sub#L2600-L2604 On Wed, May 3, 2017 at 10:09 AM, Theo de Raadt wrote: > > Seems like syspatch should install new /bsd.sp and /bsd.mp and then link > > /bsd to the correct o

Re: 6.1 syspatch installed SP kernel on MP system

2017-05-03 Thread Aaron Riekenberg
/bsd.sp is not updated. On Wed, May 3, 2017 at 1:16 AM Antoine Jacoutot wrote: > On Tue, May 02, 2017 at 08:00:15PM -0500, Aaron Riekenberg wrote: > > Have a 6.1 amd64 MP system running the generic MP kernel from the > > installation. MP was automatically chosen by the installer - this

6.1 syspatch installed SP kernel on MP system

2017-05-02 Thread Aaron Riekenberg
Have a 6.1 amd64 MP system running the generic MP kernel from the installation. MP was automatically chosen by the installer - this is an Intel Atom 330 dual core box. Ran syspatch today which installed 4 new patches: $ syspatch -l 001_dhcpd 002_vmmfpu 003_libressl 004_softraid_concat One issu

Re: inet6 ff02::1:ff routes leaking?

2016-07-10 Thread Aaron Riekenberg
Have been running with this for several days, still working fine. On Wed, Jul 6, 2016 at 6:53 AM, Aaron Riekenberg wrote: > Hi Martin - > > Thanks for the patch. > > It installed ok on my 5.9 stable system. patch failed to process it - I > think because line numbers have ch

Re: inet6 ff02::1:ff routes leaking?

2016-07-06 Thread Aaron Riekenberg
, 2016 at 9:46 AM, Martin Pieuchot wrote: > Hello Aaron, > > On 24/06/16(Fri) 06:25, Aaron Riekenberg wrote: > > I am running an OpenBSD 5.9 box as a firewall/router on a Comcast cable > > connection. My box has 2 interfaces: em0 on external network (cable > modem) > &g

inet6 ff02::1:ff routes leaking?

2016-06-24 Thread Aaron Riekenberg
I am running an OpenBSD 5.9 box as a firewall/router on a Comcast cable connection. My box has 2 interfaces: em0 on external network (cable modem) and em1 on internal network. I have applied all available patches for 5.9. For ipv6 I'm running wide-dhcpv6 package to get a non-temporary address on

Re: rtadvd on OpenBSD 5.6 with Comcast cable connection

2015-01-01 Thread Aaron Riekenberg
log_debug("received RA from %s on non-advertising interface(%s)", inet_ntop(AF_INET6, &from->sin6_addr, ntopbuf, INET6_ADDRSTRLEN), if_indextoname(pi->ipi6_ifindex, ifnamebuf)); On Wed, Dec 31, 2014 at 1:

Re: rtadvd on OpenBSD 5.6 with Comcast cable connection

2014-12-31 Thread Aaron Riekenberg
/?l=openbsd-misc&m=141703607321548&w=2 > -- > Josh Smith > KD8HRX > > Email/jabber: juice...@gmail.com > > Sent from my iPhone. > > > On Dec 31, 2014, at 2:01 PM, Aaron Riekenberg < > aaron.riekenb...@gmail.com> wrote: > > > > I have an Op

rtadvd on OpenBSD 5.6 with Comcast cable connection

2014-12-31 Thread Aaron Riekenberg
I have an OpenBSD 5.6 box that I'm using as a router and firewall for my local LAN, using both ipv4 and ipv6. Things are mostly working, but I'm seeing some possibly broken/annoying behavior from rtadvd. First some background information: My box has 2 ethernet interfaces: em0 is the external con