Re: support new

2020-10-01 Thread Ingo Schwarze
Hi,

Mischa wrote on Wed, Sep 30, 2020 at 11:10:27PM +0200:

> 0
> C Netherlands
> P
> T Amsterdam
> Z 1083 HN
> O OpenBSD Amsterdam
> I
> A Barbara Strozzilaan 251
> M service@openbsd.amsterdam
> U https://openbsd.amsterdam/
> B
> X
> N Hosting OpenBSD VMs on dedicated vmm(4)/vmd(8) servers.

Committed, thanks.
  Ingo



Re: support new

2020-10-01 Thread Ingo Schwarze
Hi Ottavio,

Ottavio Caruso wrote on Thu, Oct 01, 2020 at 10:37:22AM +0100:
> On 01/10/2020 09:41, Ingo Schwarze wrote:
>> Mischa wrote on Wed, Sep 30, 2020 at 11:10:27PM +0200:

>>> U https://openbsd.amsterdam/
>>> N Hosting OpenBSD VMs on dedicated vmm(4)/vmd(8) servers.

> BTW, for the non-initiated, what is this?

Just read the text at the URI cited above.  It explains in
detail what openbsd.amsterdam is.

Yours,
  Ingo



Re: support new

2020-10-01 Thread Marc Chantreux
hello Ottavio,

> BTW, for the non-initiated, what is this?

https://www.openbsd.org/groups.html

see the "this template" link to go there:

https://www.openbsd.org/grp-tmpl.txt

cheers,
marc



Re: support new

2020-10-01 Thread Ottavio Caruso

On 01/10/2020 09:41, Ingo Schwarze wrote:

Hi,

Mischa wrote on Wed, Sep 30, 2020 at 11:10:27PM +0200:


0
C Netherlands
P
T Amsterdam
Z 1083 HN
O OpenBSD Amsterdam
I
A Barbara Strozzilaan 251
M service@openbsd.amsterdam
U https://openbsd.amsterdam/
B
X
N Hosting OpenBSD VMs on dedicated vmm(4)/vmd(8) servers.


Committed, thanks.
   Ingo




BTW, for the non-initiated, what is this?

--
Ottavio Caruso



Re: Sending IPv6 packets via an interface even when NDP is not available

2020-10-01 Thread Fernando Gont

On 25/5/20 15:05, Demi M. Obenour wrote:

How can I force all IPv6 packets sent via a certain route to:

- Be directed out of a certain interface
- Sent to a certain MAC address
- Regardless of whether NDP works?

I don’t know the peer’s IPv6 address, but I do know the interface
and MAC address.


Insert a route that points to a "fake router" (with the "fake router" 
being a fake link-local address). And also insert a static entry in the 
Neighbor Cache, where the "fake router" is mapped to the MAC address 
that you know.


(which address you pick for the fake router is rather irrelevant, as 
long as it's not in use. So something along the lines of 
fe80::0123:4567:890a:bcde will probably work fine).


(and appologies for the timing :-) )

Thanks,
--
Fernando Gont
e-mail: ferna...@gont.com.ar || fg...@si6networks.com
PGP Fingerprint: 7809 84F5 322E 45C7 F1C9 3945 96EE A9EF D076 FFF1