https://www.greenend.org.uk/rjk/tech/nat.html has a worked example.
On 1/1/26 11:34, Richard Kettlewell wrote:
https://www.greenend.org.uk/rjk/tech/nat.html has a worked example.
Curiously <https://www.greenend.org.uk/rjk/tech/nat.html> is an example of
a website that fails to load when I use IPv6 but works fine under IPv4
curl -4 https://www.greenend.org.uk/rjk/tech/nat.html works fine
.
curl -6 https://www.greenend.org.uk/rjk/tech/nat.html times out.
Last thing I receive in IPv6 pcap from Greenend says
[TCP Previous segment not captured]
Richard Kettlewell wrote:
https://www.greenend.org.uk/rjk/tech/nat.html has a worked example.
Curiously <https://www.greenend.org.uk/rjk/tech/nat.html> is an
example of a website that fails to load when I use IPv6 but works fine
under IPv4
curl -4 https://www.greenend.org.uk/rjk/tech/nat.html
works fine
.
curl -6 https://www.greenend.org.uk/rjk/tech/nat.html
times out.
Last thing I receive in IPv6 pcap from Greenend says
[TCP Previous segment not captured]
On 02/01/2026 15:39, druck wrote:
... and unique names (such as wl0sp3 on my laptop)
On my Thinkpad its wlp3s0. Those two couldn't possibly cause any
confusion for anyone, I'm sure!
On 02/01/2026 17:32, Daniel James wrote:
On 02/01/2026 15:39, druck wrote:
... and unique names (such as wl0sp3 on my laptop)
On my Thinkpad its wlp3s0. Those two couldn't possibly cause any
confusion for anyone, I'm sure!
Actually mine is wlp3s0 too, I remembered it wrong!
Also as someone else mentioned, it's actually predicable names rather
than unique names.
On 04/01/2026 19:02, druck wrote:
Also as someone else mentioned, it's actually predicable names
rather than unique names.
Yes, for some strange value of "predictable" that requires you to
know the naming scheme and also to know the hardware rather more
intimately than most people usually have any need or desire to do.
I was looking at my network and discovered an IP which I didn't know about; after a few seconds of investigation I discovered that one of my Pis (which is on wifi only, and only has one wifi card) has two IPs.
Two of my other Pis are running the same version of Raspberry Pi OS (i.e., "Debian GNU/Linux 12 (bookworm)"). They don't do this.
Looking around the net, there are claims that this is because Pis might try to netboot, and that later on in the boot process they also get their usual IP the "usual" way. (In my case I am using networkmanager.)
I can't imagine what I did to make one of my Pis want to (try to) netboot.
Has anyone here seen this, and, if so, know what grievous sins I have committed to make this happen? And how to make it stop?
Thanks.
Jim
Pancho <Pancho.Jones@protonmail.com> writes:
Richard Kettlewell wrote:
https://www.greenend.org.uk/rjk/tech/nat.html has a worked example.
Curiously <https://www.greenend.org.uk/rjk/tech/nat.html> is an
example of a website that fails to load when I use IPv6 but works fine
under IPv4
curl -4 https://www.greenend.org.uk/rjk/tech/nat.html
works fine
.
curl -6 https://www.greenend.org.uk/rjk/tech/nat.html
times out.
It works for me from a couple of locations (one with native IPv6 and
the other via a Hurricance Electric tunnel). traceroute -6 might reveal
where your problem is.
Last thing I receive in IPv6 pcap from Greenend says
[TCP Previous segment not captured]
AFAICT that just means you started tracing part way through a session.
On 27/12/2025 17:34, Jim Diamond wrote:
I was looking at my network and discovered an IP which I didn't know about; >> after a few seconds of investigation I discovered that one of my Pis (which >> is on wifi only, and only has one wifi card) has two IPs.
Two of my other Pis are running the same version of Raspberry Pi OS (i.e., >> "Debian GNU/Linux 12 (bookworm)"). They don't do this.
Looking around the net, there are claims that this is because Pis might try >> to netboot, and that later on in the boot process they also get their usual >> IP the "usual" way. (In my case I am using networkmanager.)
I can't imagine what I did to make one of my Pis want to (try to) netboot.
Has anyone here seen this, and, if so, know what grievous sins I have
committed to make this happen? And how to make it stop?
Thanks.
Jim
I had smililar problem when I upgraded to Bullseye. My solution was
deleted connman package.
Refer to https://raspberrypi.stackexchange.com/questions/133318/how-to-disable-the-dynamic-ip-address-after-assigning-a-static-ip-in-bullseye
On 12/30/25 20:00, David Higton wrote:
In message <10iv40e$1e1ba$1@dont-email.me>
Pancho <Pancho.Jones@protonmail.com> wrote:
IPv6 seems like a world of pain.In my experience it just works.
I'm surprised. Accepting that you do not do some of the things I do,
like policy routing rules based upon a host computer IP...
Pancho <Pancho.Jones@protonmail.com> writes:
On 12/30/25 20:00, David Higton wrote:
In message <10iv40e$1e1ba$1@dont-email.me>
Pancho <Pancho.Jones@protonmail.com> wrote:
IPv6 seems like a world of pain.In my experience it just works.
I'm surprised. Accepting that you do not do some of the things I do,
like policy routing rules based upon a host computer IP...
I actually do that. I route my IPTV boxes out via an alternate interface
due to some stupid contractual issues. So all I did was add routing
rules with ip -6 rule add from $addr table Magic and all the Magic table
has is a defaultroute out via the other interface. Same as IPv4. But
maybe your policy routing is something different?
For sure this would be a problem if the IPv6 addresses were changing all
the time but they haven't.
Some routers will let you use the source mac address in routing rules
which nicely overcomes the problem with varying IPv6 addresses.
Pancho <Pancho.Jones@protonmail.com> writes:
On 12/30/25 20:00, David Higton wrote:
In message <10iv40e$1e1ba$1@dont-email.me>
Pancho <Pancho.Jones@protonmail.com> wrote:
IPv6 seems like a world of pain.In my experience it just works.
I'm surprised. Accepting that you do not do some of the things I do,
like policy routing rules based upon a host computer IP...
I actually do that. I route my IPTV boxes out via an alternate interface
due to some stupid contractual issues. So all I did was add routing
rules with ip -6 rule add from $addr table Magic and all the Magic table
has is a defaultroute out via the other interface. Same as IPv4. But
maybe your policy routing is something different?
For sure this would be a problem if the IPv6 addresses were changing all
the time but they haven't.
That is the second IPv6 bug in pfSense, after the MTU/packet
fragmentation bug I mentioned earlier, which I'm still trying to get
to the bottom of.
IPv6 seems surprisingly hard.
On Wed, 14 Jan 2026 17:57:35 +0000, John R Walliker wrote:
Some routers will let you use the source mac address in routing rules
which nicely overcomes the problem with varying IPv6 addresses.
That could also be handled with a VLAN.
On Thu, 15 Jan 2026 01:17:23 +0000, Pancho wrote:
That is the second IPv6 bug in pfSense, after the MTU/packet
fragmentation bug I mentioned earlier, which I'm still trying to get
to the bottom of.
IPv6 seems surprisingly hard.
pfSense is built on FreeBSD and uses that network stack instead of
Linux, isn’t it?
On 1/14/26 21:13, Lawrence D’Oliveiro wrote:
On Wed, 14 Jan 2026 17:57:35 +0000, John R Walliker wrote:
Some routers will let you use the source mac address in routing rules
which nicely overcomes the problem with varying IPv6 addresses.
That could also be handled with a VLAN.
If your network hardware handles VLAN tags.
I have numerous switches (unmanaged) and WiFi access points, none of the ones I tested were compatible with VLAN tags (i.e. The network device stripped the VLAN tag off packets rather than dumbly passed the packet through with VLAN tag intact).
VLANs also aren't ideal as you may wish to implement policy routing on a protocol (e.g. VoIP) or WAN destination, not just upon a LAN host.
On 1/14/26 21:13, Lawrence D’Oliveiro wrote:
On Wed, 14 Jan 2026 17:57:35 +0000, John R Walliker wrote:
Some routers will let you use the source mac address in routing
rules which nicely overcomes the problem with varying IPv6
addresses.
That could also be handled with a VLAN.
If your network hardware handles VLAN tags.
Some routers will let you use the source mac address in routing rules
which nicely overcomes the problem with varying IPv6 addresses.
| Sysop: | DaiTengu |
|---|---|
| Location: | Appleton, WI |
| Users: | 1,124 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 23:36:33 |
| Calls: | 14,393 |
| Calls today: | 2 |
| Files: | 186,389 |
| D/L today: |
5,173 files (1,306M bytes) |
| Messages: | 2,544,970 |
| Posted today: | 1 |