tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ipv6 gateway on different subnet



On Sat, Jan 18, 2025 at 09:17:16AM -0600, Peter Miller wrote:
> > inet6 2602:fed2:7116:d82c::1/64
> > !route add -inet6 -net 2602:fed2:7116::1/128 -connected -link -iface $int
> >
> > Seems to work absolutely fine.
> >
> > BTW, you appear to be in the same datacentre as my VPS, but different
> > provider - I have a VPS with linveo.com there (and I have actually
> > sent them a NetBSD image that automatically sets up the network
> > configuration).
> 
> That's a fun coincidence.
> 
> I noticed 'alias' was missing from the end of the inet6 address, and was
> surprised it worked. I thought it was required per the docs I read.
> https://www.netbsd.org/docs/network/ipv6/
> I tried with and without, but still had ping issues after several
> minutes.

Interesting. I believe I had the "alias" there at some point, but then
thought it was weird to have the alias on the first IPv6 address and
removed it - doesn't seem to make any difference.


> netstat -rn
> Internet6:

That output looks identical to what I have (except that the IPv6
addresses are different).

At this point I would actually check what you get on the network, i.e.
"tcpdump -npi vioif0 icmp6" - do you see the expected neighbor
solicitations and ping request/replies? (it sounds a bit like the IPv6
network you got assigned has also been assigned to another VPS)


Christof

-- 
https://cmeerw.org                             sip:cmeerw at cmeerw.org
mailto:cmeerw at cmeerw.org                   xmpp:cmeerw at cmeerw.org


Home | Main Index | Thread Index | Old Index