alias vs inet alias in hostname.if

2019-09-20 Thread Hrvoje Popovski
Hi all, if i have "alias" directive in hostname.if with dot-notation netmask and networks are in 10/8 or 172.16/12 it seems i'm getting classless /8 or /16 networks ... inet 192.168.42.1 255.255.255.0 alias 10.10.10.0 255.255.255.0 ix0: flags=8843 mtu 1500 inet 192.168.42.1 netmask

Re: alias vs inet alias in hostname.if

2019-09-20 Thread Stuart Henderson
On 2019-09-20, Hrvoje Popovski wrote: > Hi all, > > if i have "alias" directive in hostname.if with dot-notation netmask and > networks are in 10/8 or 172.16/12 it seems i'm getting classless /8 or > /16 networks ... hostname.if(5) format is weird and a bit annoying, the word "netmask" is added

What is the 3rd column in the learned mac address list in ifconfig

2019-09-20 Thread Tom Smyth
Hi all, hope those of you at eurobsdcon are enjoying your selves wish I was there I waswondering what is the 3rd column in the learned mac address list in the column is a number 0 or 1 after the interface name in ifconfig bridge x ihave highlighted with ** the value i'm interested in

Re: Incoming connection via VLAN

2019-09-20 Thread Felix Hanley
On Fri, Aug 30, 2019 at 11:32:02AM +1000, Felix Hanley wrote: > Hello all, > > My home internet connection (Internode Australia) has recently been > "upgraded" and is now delivered via vlan ID 2. Previously had the > following configuration which worked without issue: > > # cat /etc/hostname.em0

Re: What is the 3rd column in the learned mac address list in ifconfig

2019-09-20 Thread Tom Smyth
Thanks Claudio :) appreciate it ... On Fri, 20 Sep 2019 at 07:24, Claudio Jeker wrote: > On Fri, Sep 20, 2019 at 07:16:15AM +0100, Tom Smyth wrote: > > Hi all, hope those of you at eurobsdcon are enjoying your selves > > wish I was there > > I waswondering what is the 3rd column in the learned

Re: Bad fonts in pdf

2019-09-20 Thread Stuart Henderson
On 2019-09-19, openbsd-misc-nos...@riseup.net wrote: > Here is screenshot: https://screenshots.firefox.com/LyKbRyGMRT3sDHbu/null > > I had this problem in the past, but can't remeber what font should I install? > > Thanks! > > It might be helpful to explain what the problem is because it's not

Re: What is the 3rd column in the learned mac address list in ifconfig

2019-09-20 Thread Claudio Jeker
On Fri, Sep 20, 2019 at 07:16:15AM +0100, Tom Smyth wrote: > Hi all, hope those of you at eurobsdcon are enjoying your selves > wish I was there > I waswondering what is the 3rd column in the learned mac address list in > the column is a number 0 or 1 after the interface name in > ifconfig

Re: 6.5 crashing on an old Thinkpad 600X

2019-09-20 Thread Stuart Henderson
On 2019-09-19, Gwen Nelson wrote: > Hi all, I've been trying to fix up an old Thinkpad, a 600X model with a > Pentium III and 64mb RAM, I get some errors in the AML code: > > https://imgur.com/gallery/IRrpgmk > > Unfortunately I can't obtain a dmesg as the machine has no networking and > I've

Re: Prometheus node_exporter on OpenBSD - anyone managed ?

2019-09-20 Thread Rachel Roch
Claudio, pkg_add node_exporter ? I already had a good look at the package list on the FTP mirror and can't see any node_exporter there ?  pkg_add seems to agree with me, it says "can't find node_exporter" ? Certainly pkg_add would be my preferred option, but it seems someone has forgot poor

Re: Prometheus node_exporter on OpenBSD - anyone managed ?

2019-09-20 Thread Martin Schröder
Am Fr., 20. Sept. 2019 um 10:36 Uhr schrieb Rachel Roch : > pkg_add node_exporter ? It's in current so 6.6 will have it. Best Martin

Re: 6.5 crashing on an old Thinkpad 600X

2019-09-20 Thread Jan Stary
On Sep 19 23:10:31, g...@gwennelson.co.uk wrote: > Hi all, I've been trying to fix up an old Thinkpad, a 600X model with a > Pentium III and 64mb RAM, Is 64MB of RAM even workable for current? > I get some errors in the AML code: > https://imgur.com/gallery/IRrpgmk The panic immediately follows

Re: [OpenIKED] Network traffic over VPN site-to-site tunnel stalls few times a day

2019-09-20 Thread radek
Hello Patrick, I am sorry for the late reply. I have replaced my ALIX/Soekris production routers with APU1C and with PC box (cpu0: Intel(R) Pentium(R) D CPU 2.80GHz, 2810.34 MHz, 0f-06-04). Both are running 6.5/amd64 and both are fully syspatched. A also added "inet proto { tcp, udp, icmp }"

Re: [OpenIKED] Network traffic over VPN site-to-site tunnel stalls few times a day

2019-09-20 Thread Stuart Henderson
On 2019-09-20, radek wrote: > Hello Patrick, > I am sorry for the late reply. > > I have replaced my ALIX/Soekris production routers with APU1C and with PC box > (cpu0: Intel(R) Pentium(R) D CPU 2.80GHz, 2810.34 MHz, 0f-06-04). > Both are running 6.5/amd64 and both are fully syspatched. Please

Re: alias vs inet alias in hostname.if

2019-09-20 Thread Hrvoje Popovski
On 20.9.2019. 13:12, Stuart Henderson wrote: > On 2019-09-20, Hrvoje Popovski wrote: >> Hi all, >> >> if i have "alias" directive in hostname.if with dot-notation netmask and >> networks are in 10/8 or 172.16/12 it seems i'm getting classless /8 or >> /16 networks ... > > hostname.if(5) format

Re: Prometheus node_exporter on OpenBSD - anyone managed ?

2019-09-20 Thread Travis Cole
> On Sep 20, 2019, at 01:38, Rachel Roch > > Regarding the other gmake suggestion, that possibility occurred to me after > sending yesterday's email, but I guess I would have to edit various source > files to make sure its calling the right command. Not rocket science I > guess, but equally

ipsec pf queuing wierdness

2019-09-20 Thread Marko Cupać
Hi, while trying to implement queuing by service inside ipsec tunnel, by tagging traffic first (both in ipsec.conf or enc0 in pf.conf) and then setting queue by tag on outbound physical interface, I noticed that all traffic ends up in same queue - the first one which starts queuing (not default

Re: Prometheus node_exporter on OpenBSD - anyone managed ?

2019-09-20 Thread Rachel Roch
Sep 20, 2019, 15:57 by k...@plek.org: >> On Sep 20, 2019, at 01:38, Rachel Roch >> >> Regarding the other gmake suggestion, that possibility occurred to me after >> sending yesterday's email, but I guess I would have to edit various source >> files to make sure its calling the right command.