F5F Stay Refreshed Power Users Networks My internet service provider and IPv6 configuration.

My internet service provider and IPv6 configuration.

My internet service provider and IPv6 configuration.

M
MCCrafter100
Member
159
10-06-2019, 08:56 AM
#1
You're dealing with a tricky network setup. Your ISP sends IPv6 to all devices behind your router, which means your mobile phones are getting public IP addresses. Running Pi-Hole helps block DNS but doesn't change the underlying IPv6 routing. Since you're using Debian Linux 10.3, ensure your network configuration supports IPv6 properly. Check your router's settings to confirm it's correctly assigning IPv6 addresses and verify that Pi-Hole is properly integrated. If needed, consider adjusting your ISP's settings or using a different DNS server to bypass the issue.
M
MCCrafter100
10-06-2019, 08:56 AM #1

You're dealing with a tricky network setup. Your ISP sends IPv6 to all devices behind your router, which means your mobile phones are getting public IP addresses. Running Pi-Hole helps block DNS but doesn't change the underlying IPv6 routing. Since you're using Debian Linux 10.3, ensure your network configuration supports IPv6 properly. Check your router's settings to confirm it's correctly assigning IPv6 addresses and verify that Pi-Hole is properly integrated. If needed, consider adjusting your ISP's settings or using a different DNS server to bypass the issue.

K
Kecs
Member
204
10-06-2019, 10:26 AM
#2
This seems unusual because your router would need to function as a DHCP relay for devices to obtain IP addresses from the ISP. Are you certain they use public IPv6 addresses? For instance, an example could be 2001:0db8:85a3:0000:0000:8a2e:0370:7334.
K
Kecs
10-06-2019, 10:26 AM #2

This seems unusual because your router would need to function as a DHCP relay for devices to obtain IP addresses from the ISP. Are you certain they use public IPv6 addresses? For instance, an example could be 2001:0db8:85a3:0000:0000:8a2e:0370:7334.

M
missingmetal
Member
181
10-08-2019, 12:19 AM
#3
Yes, I believe so. I work for the ISP and have dealt with similar issues before regarding devices behind a modem receiving public IP addresses. I'm trying to understand if setting up an IPv6 DHCP server could force a fe80:: address and then assign static fe80:: to my router, which IPv6 DHCP would then distribute to each device. I'm not very familiar with IPv6 and its workings, so I'm hoping to learn more.
M
missingmetal
10-08-2019, 12:19 AM #3

Yes, I believe so. I work for the ISP and have dealt with similar issues before regarding devices behind a modem receiving public IP addresses. I'm trying to understand if setting up an IPv6 DHCP server could force a fe80:: address and then assign static fe80:: to my router, which IPv6 DHCP would then distribute to each device. I'm not very familiar with IPv6 and its workings, so I'm hoping to learn more.

Z
Zeenor_
Junior Member
33
10-08-2019, 08:18 AM
#4
It's worth noting that IPv6 differs from IPv4 in ways like SLAAC. You can likely turn off DHCPv6 on your router and rely on your own setup, though the effect may vary based on NAT settings. Running a device without IPv6 and using a static IPv4 in the reserved range on your Linux router could also work.
Z
Zeenor_
10-08-2019, 08:18 AM #4

It's worth noting that IPv6 differs from IPv4 in ways like SLAAC. You can likely turn off DHCPv6 on your router and rely on your own setup, though the effect may vary based on NAT settings. Running a device without IPv6 and using a static IPv4 in the reserved range on your Linux router could also work.

G
Gameske
Junior Member
45
10-09-2019, 01:37 AM
#5
I considered turning off IPv6, but my ISP blocks it on the cable modem. My AT&T S9+ phone also prevents me from disabling IPv6. I'm almost ready to set up my Linux box as an IPv6 router, just finalizing the settings.
G
Gameske
10-09-2019, 01:37 AM #5

I considered turning off IPv6, but my ISP blocks it on the cable modem. My AT&T S9+ phone also prevents me from disabling IPv6. I'm almost ready to set up my Linux box as an IPv6 router, just finalizing the settings.

J
JesperSOS
Junior Member
18
10-24-2019, 08:24 PM
#6
Many cellular systems rely significantly on IPv6 technology.
J
JesperSOS
10-24-2019, 08:24 PM #6

Many cellular systems rely significantly on IPv6 technology.

A
Atlastic
Member
141
10-26-2019, 12:01 AM
#7
Start by confirming your router is properly wired. Public IPv6 addresses for internal clients should come from DHCP-PD if your setup supports it. There doesn’t seem to be another method for routers or DHCP to assign those V6 addresses. Once verified, you can maintain proper stateful handling of your IPV6 traffic and apply security rules like private DNS through your router. If you’re bridging your ISP into your local network, that’s a different situation—your current configuration may not work. Make sure your router acts as a true L3 gateway without any L2 bridges bypassing it.
A
Atlastic
10-26-2019, 12:01 AM #7

Start by confirming your router is properly wired. Public IPv6 addresses for internal clients should come from DHCP-PD if your setup supports it. There doesn’t seem to be another method for routers or DHCP to assign those V6 addresses. Once verified, you can maintain proper stateful handling of your IPV6 traffic and apply security rules like private DNS through your router. If you’re bridging your ISP into your local network, that’s a different situation—your current configuration may not work. Make sure your router acts as a true L3 gateway without any L2 bridges bypassing it.

D
138
10-26-2019, 02:07 AM
#8
It creates a problem because the router filters traffic, rejecting anything that doesn't come from an internal connection or meet specific rules.
D
DiamondKing126
10-26-2019, 02:07 AM #8

It creates a problem because the router filters traffic, rejecting anything that doesn't come from an internal connection or meet specific rules.

K
kcristan
Senior Member
514
10-26-2019, 04:29 AM
#9
It's set up this way... I'd confirm it matches the intended mode. Occasionally it defaults to ANY:ANY:ANY:X. (Source, Dest, Proto:port, action)
K
kcristan
10-26-2019, 04:29 AM #9

It's set up this way... I'd confirm it matches the intended mode. Occasionally it defaults to ANY:ANY:ANY:X. (Source, Dest, Proto:port, action)