Sunday, August 05, 2018

Re: Error adding tunnel to mgre interface

On 1/08/2018 7:52 p.m., joe@snoopy.net.nz wrote:
> Hi,
>
> I am trying to add a tunnel to an mgre interface.
> I can't get past the following error.
>
> $doas ifconfig mgre0 destroy
> $doas ifconfig mgre0 create
> $doas ifconfig mgre0 tunnel 192.0.2.1 192.0.2.1
> ifconfig: SIOCSLIFPHYADDR: Invalid argument
> $
> $ifconfig mgre
> mgre0: flags=8800<SIMPLEX,MULTICAST> mtu 1476
>         index 9 priority 0 llprio 3
>         encap: vnetid none
>         groups: mgre
>         tunnel: (unset) ttl 64 nodf
> $
>
> This is on a default install with patches up to and including 014.
> OpenBSD 6.3 GENERIC.MP#7 amd64
>
> If anyone has had success setting up an mgre interface then I would
> appreciate a little advice.
>
> Regards
>
> Joe
>

I found the answer in an openbsd-cvs archive.
Ref. https://marc.info/?l=openbsd-cvs&m=151977078027087&w=2

Example command.
>$ doas ifconfig mgre0 tunneladdr 192.0.2.1

>$ ifconfig mgre
mgre0: flags=8800<SIMPLEX,MULTICAST> mtu 1476
        index 24 priority 0 llprio 3
        encap: vnetid none
        groups: mgre
        tunnel: inet 192.0.2.1 ttl 64 nodf

Regards

Joe COok





---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

No comments:

Post a Comment