1
General Discussion / Re: DNS issues with certain sites like netflix, spotify, usps and even opnsense.org
« on: Today at 02:49:21 am »
Thank you for your response! I've left any MTU setting as default so it should be 1500. From my understanding my ISP uses PPPoE. If my ISP did use VLANs i would have to set the vlan ID for the internet to work at all correct? Just did some ping test to see if i can figure it the MTU. Seems to be 1500. Ill use wireshark to try and find the failing point for this since im at a loss
Code: [Select]
ping yahoo.com -f -l 1472
Pinging yahoo.com [74.6.231.20] with 1472 bytes of data:
Reply from 74.6.231.20: bytes=1472 time=44ms TTL=49
Reply from 74.6.231.20: bytes=1472 time=47ms TTL=49
Reply from 74.6.231.20: bytes=1472 time=46ms TTL=49
Reply from 74.6.231.20: bytes=1472 time=46ms TTL=49
Ping statistics for 74.6.231.20:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 44ms, Maximum = 47ms, Average = 45ms
Code: [Select]
ping netflix.com -f -l 1472
Pinging netflix.com [54.160.93.182] with 1472 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 54.160.93.182:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
Code: [Select]
ping opnsense.org -f -l 1472
Pinging opnsense.org [178.162.131.118] with 1472 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 178.162.131.118:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
You should try to look at what exactly is not working. Other than the thread title suggests, the DNS resolution seems to work just fine...
Are you using jumbo frames or does your ISP connection use VLANs or PPPoE? There are websites that do not use PMTU discovery, so they may fail when your MTU settings are wrong.