Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #256021
| From | jeremy ardley <jeremy@ardley.org> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: Debian 12 IPv6 client? |
| Date | 2023-03-14 10:10 +0100 |
| Message-ID | <G98Po-con2-5@gated-at.bofh.it> (permalink) |
| References | <G94sp-clpm-1@gated-at.bofh.it> <G95eN-clX3-1@gated-at.bofh.it> <G96Xf-cncx-9@gated-at.bofh.it> <G98Po-con2-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 14/3/23 16:21, Tim Woodall wrote: > On Tue, 14 Mar 2023, Jeremy Ardley wrote: >> I conclude there is no IPv6 DHCP involved but there must be something >> that listens to RA announcements and generates a MAC derived address >> from that. >> >> I still need to know how to control that as there are options >> relating to privacy that can do things like generate an expendable >> address in a different way and later generate another and deprecate >> earlier addresses. >> >> > > Just add them to the ipv6 section. > > I have > > iface xenbr0-active inet6 auto > up echo 64 > >/proc/sys/net/ipv6/conf/$IFACE/accept_ra_rt_info_max_plen > up ip token set ::128/64 dev $IFACE > bridge_ports usb0 > bridge_stp off # disable Spanning Tree Protocol > bridge_waitport 0 # no delay before a port becomes available > bridge_fd 0 # no forwarding delay > I had hoped (not very hopefully) the solution wouldn't involve bashing kernel parameters. From previous journeys in this area systemd-networkd does a much neater job and has huge numbers of options. This is my worstation config root@client:/etc/systemd/network# cat wired_lan.network [Match] Name=enp7s0 [Network] DHCP=yes Address=10.31.40.68/24 Gateway=10.31.40.1 DNS=10.31.40.4 10.31.40.5 Address=2403:5800:c101:b700:beef::44/64 IPv6PrivacyExtensions=yes IPv6AcceptRA=yes Domains=lan example.com [IPv6AcceptRA] -- Jeremy
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Debian 12 IPv6 client? jeremy ardley <jeremy@ardley.org> - 2023-03-14 05:30 +0100
Re: Debian 12 IPv6 client? Jeremy Ardley <jeremy@ardley.org> - 2023-03-14 06:10 +0100
Re: Debian 12 IPv6 client? David Wright <deblis@lionunicorn.co.uk> - 2023-03-14 06:20 +0100
Re: Debian 12 IPv6 client? Jeremy Ardley <jeremy@ardley.org> - 2023-03-14 08:10 +0100
Re: Debian 12 IPv6 client? jeremy ardley <jeremy@ardley.org> - 2023-03-14 10:10 +0100
Re: Debian 12 IPv6 client? David Wright <deblis@lionunicorn.co.uk> - 2023-03-14 19:00 +0100
Re: Debian 12 IPv6 client? Jeremy Ardley <jeremy@ardley.org> - 2023-03-14 23:00 +0100
Re: Debian 12 IPv6 client? David Wright <deblis@lionunicorn.co.uk> - 2023-03-14 19:00 +0100
Re: Debian 12 IPv6 client? Charles Curley <charlescurley@charlescurley.com> - 2023-03-14 14:30 +0100
csiph-web