Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 23CB47819B4 for ; Wed, 29 Jul 2020 13:34:59 +0000 (UTC) Received: by mail-lj1-f180.google.com with SMTP id 185so14839599ljj.7 for ; Wed, 29 Jul 2020 06:34:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=xdCAtiE0g0dUX84jp24ufdMQ2bF5dvbTHC2jxl+PASY=; b=YK7ExOwAWuGnO4Bf/NRMr1aRqDamH1U5BcURAfGHCr2v+c3AWqK7688bH4cpN684Sj 62Q5Kr4yW69Oli+yQJOjM/cGiyYQDnkaxr/TnKqWXm3uiVpzwcjxmd1OkC8xArzKaluS xWizZTupHaqc58nsDyxsQE/nldPGy0Sp3m7aWIfGNub/TweH2mdDg/Ox+j2I6FHRPdfg NbydqGFaS+8DDasxXG69OQbf3/fZv8FRjKTqPLxCVJHh8rH5CD/g23HYs+sKggYTAiZB tc+VzsA30ganMj3sLIvxXkSbmXwy40EBO9xl7WzUN73d30rEDjd821+Zx9bG6zh7drV1 AC/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=xdCAtiE0g0dUX84jp24ufdMQ2bF5dvbTHC2jxl+PASY=; b=QWvjgsRKfGe3CWbJ8jyuvq6g14AVKMllC5BLqwtljiYAgc48hl6yiswAsgS3vBzDR5 yw/BmHI5gLJDkXGj5gecjNS2OTG9cuDxiiLN59B+7dQOLp63Pj+buaxt4y2SYDu5OXAx FF+esQ8Uc+Mgbfat6EYokxpPsvHxBX6rl3XUs74pGdBnnRzj7NTa57HTKX9m6fdYWktG NxWzN9Jg4w2mbB3Lt+B6Z0t77W0O+Q7DGH0Y3uI4tfLNZSIBp6Hh9DSjlGchf3UklpaI wr51HUoXrET6rmRKSflm0Ufl44iZZXaDMKmnrgB187bqXiwIe0fufiufT7FS2VtDaVZv 8BvQ== X-Gm-Message-State: AOAM5323BwYgKz7Pg6TV+2Ukeohr+iRr15BByYdQTtJd4t+Qdnl81bgK 7p99xXnHq2juWjLhEoLo4FfyHgwzdIspgkV9VDQJVkG1kmM= X-Google-Smtp-Source: ABdhPJxgfWPX8K6nFn1mNi2goN/Iua86MLHsEQh03NgmYl51mkeOR6Wj8WWFrABhMb7Ml3DvD7EJUDDGUz8V2tWi8HQ= X-Received: by 2002:a2e:8087:: with SMTP id i7mr1106075ljg.98.1596029697066; Wed, 29 Jul 2020 06:34:57 -0700 (PDT) MIME-Version: 1.0 From: PICCORO McKAY Lenz Date: Wed, 29 Jul 2020 09:00:59 -0430 Message-ID: Subject: ipv6 rtunnel config confirmation help To: alpine-user Content-Type: multipart/alternative; boundary="000000000000250b5f05ab949f32" --000000000000250b5f05ab949f32 Content-Type: text/plain; charset="UTF-8" to make right documentation for the wiki (that was lack of good information in old days for starter users) i get involved in ipv6 world now i try to configure dualstack and tunnel broker, but in the list only i have: Debian, winbuntu, linux-nettools and linux-iproute2 .. based on alpine OS structure i try to coparre eacho one and i want to confirm if the right choose is the "Linux-route2" cos use same commands and modules i found in alpine linux: ``` 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 --000000000000250b5f05ab949f32 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
to make right documentation=C2=A0for the wiki (that w= as lack of good information in old days for starter users) i get involved i= n ipv6 world

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

based on alpine= OS structure i try to coparre eacho one and i want to confirm if the right= choose is the "Linux-route2" cos use same commands and modules i= found in alpine linux:

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

BUT the optio= n 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 alp= ine tunnel broker?

Lenz McKAY Gerardo (PICCORO)
--000000000000250b5f05ab949f32--