Re: I need help configuring IPv6
Nathan Van Ymeren <[email protected]> Wed, 23 Feb 2022 20:43:43 -0800
| Newsgroups | gmane.linux.debian.devel.ipv6 |
|---|---|
| Message-ID | <CAEKyVWNB=0bU+XNr7yJv3BWbq1h6e-+qk-Jv98CU=tVE46Jt_Q@mail.gmail.com> |
Hi Andika, Thanks for your reply. I can ping the v6 gateway from my laptop at home/outside the datacenter, but I cannot ping it from the server. On Wed, Feb 23, 2022 at 8:24 PM Andika Triwidada <[email protected]> wrote: > > > > On Thu, Feb 24, 2022 at 10:58 AM Nathan Van Ymeren <[email protected]> wrote: >> >> >> The relevant portion of /etc/network/interfaces is: >> >> iface eno1 inet6 static >> address 2604:xxxx:xxxx:xxxx::2/64 >> gateway 2604:xxxx:xxxx:xxxx::1 >> >> As far as I can tell from reading the debian wiki and whatever else, >> it should work like this, but even ping6'ing the gateway gives "ping6: >> connect: Network is unreachable". I can ping the gateway on its >> link-local (fe80) address, but that's all I can do. >> >> Please help! >> > > Hi Nathan, > > I think the first important step is to ensure that the gateway pingable > at its 2604:xxxx:xxxx:xxxx::1 address, both from your computer and from the internet. > > Regards, > Andika >