Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0A075781A67 for <~alpine/users@lists.alpinelinux.org>; Tue, 4 Aug 2020 20:17:33 +0000 (UTC) Received: by mail-lj1-f174.google.com with SMTP id i10so10301220ljn.2 for <~alpine/users@lists.alpinelinux.org>; Tue, 04 Aug 2020 13:17:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hzqyC7amh+qyfZ31XQGnEU1oyBevsei2qeml8rVaxOk=; b=AaZhTIXz3McvCgUBGVZYWaIPJWG9wtCYchDWU0kiBVxPXlQrUCqTHEz3qppMbUWIUO w3UoxFu7YnAFbUoZ14qrqz/zmJwZyhfa+i21IsGXCYzqTaygyEqg8OiCMLgLVlp8UDYw QUdbxJXjMYWyR/K2ItGo2UHMogWcYFwRra1O4a8EyCYe/rJGr2o/Rwvpaix2yPPNzYaP AXtwlB6cFUY5h276qcsbUFHdaQkSBLQ0PzggS3miyPLRTzWGP/5GewqNkbRureKyo3tM vkGZm9N01ar7GITUZGn7dnWGgLm8JAIpfjrCaIFcLF2k6/Dp1R0VciUtjwaib8mKPvgC sAXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hzqyC7amh+qyfZ31XQGnEU1oyBevsei2qeml8rVaxOk=; b=VRrDOmO5EtXG/+/HDPW0hrvrj3hTK6K9czeCHAIsDR8aIlwiKCZAMVx4coidIuZvq7 S0q+00/LSaFM2zm1XqRGydlRynYkfhsIGCiXLdJFLTs/at6IJOIT+3X4o3kqa2+Xox8p 1ivneEA5BdeH5sZY+4u/tpA5lnIZF1NJhKidSr7JlUBQk3xjefQKVqYKFHCOtsqORMYE qqHmQg+cmKchOmwAnwmP6M/gvJOP5vp3TJp40ARmWiR5q820g4fpHeFVV8eHgKDm3RAx VJWFdQFND1Jsd85n4cqU4Tp+SpB1ft2GLwK1UkcHq7uhJPpbQxKym/KTmd275Is697LY pG0A== X-Gm-Message-State: AOAM532HjSTZhCGkYRC2HMzf+U/XtaYQJasnwOP2t6Grl8VciisPtizd 0kFf04Aaj23GGHOcKcwGt+uHlbiFRsXdxhDSYyM= X-Google-Smtp-Source: ABdhPJxmshalnrLgjqnwVueo3Zomv1CXf6dIlwxQpt2iXco9+DDeGwO7kujj++7/PPHeS+TBAj6GaMrL981FcdmBZW8= X-Received: by 2002:a2e:8816:: with SMTP id x22mr11828691ljh.304.1596572252187; Tue, 04 Aug 2020 13:17:32 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: PICCORO McKAY Lenz Date: Tue, 4 Aug 2020 16:17:21 -0400 Message-ID: Subject: Re: ipv6 rtunnel config confirmation help To: Paul Zillmann Cc: ~alpine/users@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="000000000000f32ebe05ac12f132" --000000000000f32ebe05ac12f132 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable El mar., 4 de ago. de 2020 a la(s) 16:08, Paul Zillmann (p.zillmann@h6g.de) escribi=C3=B3: > Hey Piccoro, > > Am 29.07.20 um 15:30 schrieb PICCORO McKAY Lenz: > > > now i try to configure dualstack and tunnel broker, but in the list only = i > have: Debian, winbuntu, linux-nettools and linux-iproute2 .. > > > It depends on how you would like to work with your network stack. You > usually use iproute2 for the CLI and /etc/network/interfaces (the so call= ed > Debian way) for automated configuration. > > Both work, both can be used in parallel, both are interchangeable with > each other. > It depends on what you like and what you need. > > Unfortunately I only have experience with dual stack configuration. I hav= e > never worked with a tunnel broker. > > P.S.: with iproute2 I would rather use "ip -6 route add default via..." > THAT WAS PRETTY CLEAR.. now i noted i need more study on ipv6 to make and understand future answers.. thanks a lot.. i ned to prepare more! so by now.. i cannot make any network related wiki page yet! > > - Paul > > ``` > modprobe ipv6 > ip tunnel add he-ipv6 mode sit remote X.X.X.X local Y.Y.Y.Y ttl 255 > ip link set he-ipv6 up > ip addr add X:XXX:XXX:XXX::2/64 dev he-ipv6 > ip route add ::/0 dev he-ipv6 > ip -f inet6 addr > ``` > > BUT the option of Debian also seems could be compatible: > > ``` > auto he-ipv6 > iface he-ipv6 inet6 v4tunnel > address X:XXX:XXX:XXX::2 > netmask 64 > endpoint X.X.X.X > local Y.Y.Y.Y > ttl 255 > gateway X:XXX:XXX:XXX::1 > ``` > > where endpoint is X.X.X.X > public ip Y.Y.Y.Y > public ip6 X:XXX:XXX:XXX::2 > > so wicht configuration must I use for an alpine tunnel broker? > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > > > --000000000000f32ebe05ac12f132 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
El mar., 4 de ago. de 2020 a la(s) 16:08,= Paul Zillmann (p.zillmann@h6g.de)= escribi=C3=B3:
=20 =20 =20
Hey Piccoro,

Am 29.07.20 um 15:30 schrieb PICCORO McKAY Lenz:
=20

now=C2=A0i try to configure dualstack and tunnel broker, but i= n the list only i have: Debian, winbuntu, linux-nettools and linux-iproute2 ..=C2=A0

It depends on how you would like to work with your network stack. You usually use iproute2 for the CLI and /etc/network/interfaces (the so called Debian way) for automated configuration.

Both work, both can be used in parallel, both are interchangeable with each other.
It depends on what you like and what you need.

Unfortunately I only have experience with dual stack configuration. I have never worked with a tunnel broker.

P.S.: with iproute2 I would rather use "ip -6 route add default via..."=C2=A0


THAT WAS PRETTY CLEAR.. now i noted i need more study on ipv6 to make= and understand future answers.. thanks a lot.. i ned to prepare more! so b= y now.. i cannot make any network related wiki page yet!
=C2=A0

- Paul

```
modprobe ipv6
ip tunnel add he-ipv6 mode sit remote X.X.X.X local Y.Y.Y.Y ttl 255
ip link set he-ipv6 up
ip addr add X:XXX:XXX:XXX::2/64 dev he-ipv6
ip route add ::/0 dev he-ipv6
ip -f inet6 addr
```

BUT the option of Debian also seems could be compatible:

```
auto he-ipv6
iface he-ipv6 inet6 v4tunnel
=C2=A0 =C2=A0 =C2=A0 =C2=A0 address X:XXX:XXX:XXX::2
=C2=A0 =C2=A0 =C2=A0 =C2=A0 netmask 64
=C2=A0 =C2=A0 =C2=A0 =C2=A0 endpoint X.X.X.X
=C2=A0 =C2=A0 =C2=A0 =C2=A0 local Y.Y.Y.Y
=C2=A0 =C2=A0 =C2=A0 =C2=A0 ttl 255
=C2=A0 =C2=A0 =C2=A0 =C2=A0 gateway X:XXX:XXX:XXX::1
```

where endpoint is X.X.X.X
public ip Y.Y.Y.Y
public ip6=C2=A0X:XXX:XXX:XXX::2

so wicht configuration must I use for an alpine tunnel broker?

Lenz McKAY Gerardo (PICCORO)


--000000000000f32ebe05ac12f132--