Verizon CR200a in ip passthrough?
-
@stephenw10 Do you mean on the modem, router, or my PC? It seems that all other devices in the home can access sites (and YouTube) without issue, it's just my desktop that is having trouble, so I assume it's on the client side. I've checked my network settings, and I don't think IPv6 is enable anywhere that I can see. Is there a way to check, or to definitively disable it?
I saw something last night about some having issues with the Verizon modem using IPv6 SLAAC, but that wasn't with IP Passthrough. I'm wondering if, since I didn't turn of v6 before enabling passthrough, it's somehow "leaking" v6 info through the connection. Is that even a thing? If so, would perhaps taking the device out of passthrough, turning off IPv6 entirely, then putting it back in passthrough perhaps help? Obviously, I'm grasping at straws here. lol
-
I mean on the local PC where you are seeing the delays. Though usually that would be because pfSense is passing it an IPv6 address.
Check Diag > DNS Lookup in pfSense. Are all the configured DNS servers responding?
-
@stephenw10 said in Verizon CR200a in ip passthrough?:
Check Diag > DNS Lookup in pfSense. Are all the configured DNS servers responding?
So it asks for a hostname to look up. What do I input there? Is that my DNS servers that I have specified on my client side? For example, I have adguard dns on my desktop PC. Would I input those server IPs, or something different? I've never used that tool before.
-
Any FQDN to resolve, so
www.pfsense.org
for example. -
@stephenw10 Ok, cool. So I looked up a couple different sites, and all came back with no issues. All loaded fine, and no errors were returned. I even tried youtube, and other than having a long record, it looked okay as well.
However, it still won't load any videos. I can browse the site just fine. All thumbnails load, and if I select a video to play, it will load the initial "cover image", but then it just sits there and spins.
I just found out while typing this that if I wait long enough, it will sometimes play! A video I had forgot I started began playing, at 144p. lol Once it started, I could select any resolution, and it would load just fine. I can even hop forward in the timeline, and it will immediately play, so it's having no issues streaming, it seems the problem is with the initial connection, or 'finding' the video stream. I know I'm saying it wrong, but I think you get the point. I swear it feels like a DNS issue, like it's hunting for the video amongst a big box of junk and is having trouble finding the right one. lol
What else could I check? I've already cleared cache and cookies back to the beginning of time, and tried a different browser, no difference.
-
It could potentially be an MTU issue on the new WAN. Like full sized packets are being blocked. Try pinging with large packets.
It could be an ad blocking issue. I see Youtube have upped their game today where I am.
-
@stephenw10 said in Verizon CR200a in ip passthrough?:
Try pinging with large packets.
I'd love to! Would you mind sharing the process? I really do appreciate all the walkthroughs and hand-holding. I'm gonna hang onto this thread. I'm learning a lot! :)
I thought about the ad blocking thing, but after turning all all my blockers, and even reverting my adguard dns to google (8.8.8.8), it's the same issue.
-
Sure so you can specify the size of a ping packet like so:
[24.03-RELEASE][admin@1100-3.stevew.lan]/root: ping -4 -s 1464 pfsense.org PING pfsense.org (208.123.73.68): 1464 data bytes 1472 bytes from 208.123.73.68: icmp_seq=0 ttl=47 time=116.687 ms 1472 bytes from 208.123.73.68: icmp_seq=1 ttl=47 time=116.637 ms 1472 bytes from 208.123.73.68: icmp_seq=2 ttl=47 time=116.924 ms
That's actually the largest packet I can send from that device; 1464. That's expected because I have a PPPoE WAN. It does imply something is not passing packet fragments or allowing fragmentation though.
-
@stephenw10 said in Verizon CR200a in ip passthrough?:
root: ping -4 -s 1464 pfsense.org
So when I run that string from an elevated cmd prompt, I get returned:
"Bad value for option -s, valid range is from 1 to 4."
Should I be running this from somewhere other than the typical Windows cmd?EDIT: I figured it out. There was another switch I needed to use in Windows.
Oh, freaky. I can't ping anything above 1400. That may be my issue! Lemme try that...EDIT2: Dang, nope. I forgot to account for the headers, which brought me back to my previous setting of 1428. YouTube still doesn't work. :(
-
Hmm, that still seems quite small. Can you access all sites as expected if you just connect a laptop to the modem directly?
-
@stephenw10 That's what she said. Sorry, too easy. lol
Good Q. I can try in a bit. I'm not sure what will happen, since the modem is in passthrough mode. How will I get an IP address? All other devices (PCs and tablets, laptops, etc..) are all working fine right now, even through the pfsense box and network. It's really only my desktop that appear to be having trouble, I think. I can even spin up a VM that resides on my server, and it connects fine as well.
I went to Vimeo, to see if had anything to do with video streaming in general, and it plays with no problems. It appear to be specifically YouTube.
I'm also noticing problems with the ZeroTier link to my office, when the Verizon ISP is active. If I switch everything back to the old DSL, it all works fine, including YT. -
Hmm, if it's only one LAN host hitting the issue it's probably not anything upstream.
Still feels like it could be an IPv6 issue. Do you see any public IPv6 IPs on the new WAN or on the Windows host?
-
@stephenw10 said in Verizon CR200a in ip passthrough?:
Still feels like it could be an IPv6 issue.
I agree.
@stephenw10 said in Verizon CR200a in ip passthrough?:
Do you see any public IPv6 IPs on the new WAN or on the Windows host?
Where would that be? I checked Status -> DHCPv6 leases and it's empty, but I suspect that's LAN, right? I'm not sure where to look for v6 public IPs.
EDIT: I logged into the modem and totally disabled IPv6. No change. :/
I did notice that the MTU is specified in the modem settings as 1500, but if i try to ping that, I get 100% packet loss. I can't ping above 1400. -
Can you test that ping from any other device?
-
@stephenw10 Sure. I hit it from my wife's desktop, which is connected through the exact same network and everything, with the exception of being wireless LAN. She also can only ping up to 1400 MTU. I also discovered that her machine can't access YouTube either! So it's not just my machine, it does appear to be network-wide, or at least common to windows machines. My iPad doesn't seem to have any trouble playing videos. My Android phone works fine as well.
-
@Elmojo said in Verizon CR200a in ip passthrough?:
That's what she said
Packet size isn't everything.
But I would try adding a policy routing rule for your desktop source IP on LAN via the other WAN. That would rule out any DNS issues. And anything IPv6.
-
@stephenw10 said in Verizon CR200a in ip passthrough?:
But I would try adding a policy routing rule for your desktop source IP on LAN via the other WAN
I love how you toss that out like I have any idea what that means, or how to do it.
-
Well I try not to make it too easy!
But basically add a firewall rule on the LAN above the default pass rule that matches only you test host as source Then on that rule set the old WAN gateway specifically.
https://docs.netgate.com/pfsense/en/latest/multiwan/policy-route.html
-
Like:
-
@stephenw10 One thing you didn't mention... is this a pass or block rule? Am I trying to allow all traffic specifically from the old DSL WAN, or block it? I'm not clear on the point of this rule, sorry. If I set the WANDHCP (DSL) back to the default routing gateway, then everything works, including YT and my ZeroTier link. If I disable that gateway and use the Verizon one, things go awry. Can you please clarify what this test will tell us? I'm going it now, I just don't fully follow...