VM with default gateway on different subnet, not working

2020-06-19 Thread Travis Cole
Hi there, I've been struggling with this one for a while, so figured it was time to ask. After searching around a lot, I did find this very similar thread a few years back: https://marc.info/?t=148164912800052=1=2 but no fixes that address my issue. Some background. I have a dedicated server

Re: hostname.pppoe0, !/bin/sh when reconnecting

2020-06-19 Thread Lévai , Dániel
Thanks everyone for their reply and the pointer to ifstated(8)! For the archives; this simple configuration did the trick: == 8< == state if_up { init { run "/usr/local/sbin/dyndnsupdate.sh" } if pppoe0.link.down { run "/usr/bin/logger -p daemon.warn -i

Re: IKEDv2 and alias addresses

2020-06-19 Thread Stuart Henderson
On 2020-06-19, Sonic wrote: > With IKEDv1 I was able to use alias addresses for the VPN tunnels with > a Listen-on directive in isakmpd.conf: >== > [General] > Listen-on= 1.2.3.7 >== > > So far my attempts with IKEDv2 have been unsuccessful at using

IKEDv2 and alias addresses

2020-06-19 Thread Sonic
With IKEDv1 I was able to use alias addresses for the VPN tunnels with a Listen-on directive in isakmpd.conf: == [General] Listen-on= 1.2.3.7 == So far my attempts with IKEDv2 have been unsuccessful at using alias addresses. Is it possible? Thanks!

OpenBSD 6.7 + unbound rapidly consumes system memory

2020-06-19 Thread Jon Arlund
Hi misc, On a fresh install of OpenBSD 6.7 + binary patches, unbound appears to rapidly consume system memory when DNS-over-TLS forwarding is enabled. vmstat -w 300: --  procs    memory   page    disks    traps  cpu  r   s   avm fre  flt  re  pi  po 

Re: Correct subnet mask for alias IPs?

2020-06-19 Thread Robert
On Fri, 19 Jun 2020 07:44:03 -0400 Daniel Ouellet wrote: > On 6/19/20 7:15 AM, Robert wrote: > > Hi, > > > > I want to configure multiple alias IPs on the same interface and in the > > same subnet. > > (reason: hosting services with dedicated DNS names and IPs) > > > > inet 10.0.0.1

Re: Correct subnet mask for alias IPs?

2020-06-19 Thread Daniel Ouellet
On 6/19/20 7:15 AM, Robert wrote: > Hi, > > I want to configure multiple alias IPs on the same interface and in the same > subnet. > (reason: hosting services with dedicated DNS names and IPs) > > inet 10.0.0.1 255.255.255.0 > inet alias 10.0.0.2 255.255.255.0 > inet alias 10.0.0.3

Correct subnet mask for alias IPs?

2020-06-19 Thread Robert
Hi, I want to configure multiple alias IPs on the same interface and in the same subnet. (reason: hosting services with dedicated DNS names and IPs) inet 10.0.0.1 255.255.255.0 inet alias 10.0.0.2 255.255.255.0 inet alias 10.0.0.3 255.255.255.255 ... What is the correct subnet mask for those