Routers and DNS - sgml/signature GitHub Wiki
- ping the IP address of your current DNS with an explicit MTU
- test with a packet size of 50 less than the MTU
- repeat with a lower MTU if there is packet loss
- keep repeating, lowering the MTU by 50 each time until there is no packet loss
- save the MTU on the router and/or modem
- ping example.com with the new MTU
- repeat as before until there is no packet loss
- trace the route to each DNS server based on these lists:
- Set the DNS servers to the ones with the lowest number of hops
- Manually set the DNS server on the client to fail fast
- Reset TCP/IP
- Use Multiples of 576: 576, 864, 1152, 1326, 1500
Protocol / Service | Typical MTU | Reason for Lower MTU |
---|---|---|
X.25 | 576-1024 | Early packet-switched networks with strict MTU limits. |
DECnet Phase IV | 576 | Legacy Digital Equipment Corporation networking protocol. |
IPX/SPX (Novell NetWare) | 576-1500 | Older LAN protocol with variable MTU settings. |
Appletalk | 600-1500 | Apple’s legacy networking protocol with MTU constraints. |
Protocol / Service | Typical MTU | Reason for Lower MTU |
---|---|---|
IPv6 Minimum MTU | 1280 | IPv6 mandates a minimum MTU of 1280 bytes for all links. |
Mobile Networks (LTE, 5G) | ≤1286 | Some cellular providers enforce strict MTU limits. |
Console / Game | Typical MTU | Anecdotal Evidence |
---|---|---|
Xbox Series X / S | 1384-1500 | Some users report packet loss at 1500 MTU and recommend 1480 for stability. |
PlayStation 5 | 1400-1480 | Community testing suggests 1400-1480 provides the best balance of latency and reliability. |
Nintendo Switch | 1400-1500 | Reports indicate 1400 MTU improves online multiplayer consistency. |
Call of Duty (Warzone, MW2) | ≤1480 | Competitive players adjust MTU to 1480 for lower latency. |
Fortnite | ≤1472 | Some users claim 1472 MTU reduces lag spikes. |
Console | Game | Typical MTU | Online Features |
---|---|---|---|
Super Famicom (Satellaview) | Excitebike: Vroom! Vroom! Mario Battle Stadium | 576-1000 | Online downloads via Satellaview service. |
PC Engine (TurboGrafx-16 Japan) | Bomberman Online | 600-1024 | Multiplayer battles via dial-up modem. |
Sega Mega Drive (Japan) | Mega Anser | 512-576 | Online banking and stock trading via Sega Meganet. |
Nintendo 64DD | Mario Artist | 1024-1280 | Online sharing of custom artwork and animations. |
Dreamcast (Japan-Only Titles) | Sakura Wars Online | 1280-1400 | Online tactical RPG battles. |
Tool | Description |
---|---|
tcpdump |
Real-time packet capture and filtering. |
capinfos |
Displays packet statistics, including duplicate counts. |
ngrep |
Searches packet payloads for specific patterns. |
Tool | Description |
---|---|
editcap -D |
Removes duplicate packets from .pcap files. |
mergecap |
Merges multiple .pcap files while filtering duplicates. |
text2pcap |
Converts text-based packet logs into .pcap . |
pcapfix |
Repairs malformed .pcap files. |
Tool | Description |
---|---|
tcpdump -w |
Captures live traffic and writes it to a .pcap file. |
Tool | Description |
---|---|
ping -M do -s <size> |
Tests MTU fragmentation issues. |
traceroute --mtu |
Identifies MTU mismatches along network routes. |
ip link show |
Displays interface MTU values. |
tcpdump -i eth0 -l | awk '{print strftime("[%Y-%m-%d %H:%M:%S]"), $0}' | grep -v "ARP" > packet_log.txt
- Set the primary and secondary to the closest DNS server based on geolocation
- Reverse the primary and secondary order on the DHCP server settings versus the main router settings
- Check the client device itself; if it is using manual DNS IP address entries, delete them; switch to manual to avoid intermittent DNS hopping
- Check the DNS IP addresses via ping; change them at least once every few years
- Export all settings
- Do a factory reset periodically, then import the old settings
- Use traceroute and ping regularly, and never expect one setting to rule them all
- Use 5Ghz to extend 2.4Ghz since 5Ghz has more range
- Use an older router as an access point hub for all wired connections
- DO NOT override DHCP servers on a device by device basis
- Fix DHCP issues by doing a factory reset, rather than turning DHCP off
Category | Term | Definition |
---|---|---|
Latency | Mean Latency | The average time taken for a system to respond. |
Optimal Response Time | The best achievable latency under normal conditions. | |
Ideal Jitter | The lowest possible variation in latency for consistent performance. | |
Steady-State Latency | The latency level maintained under stable conditions. | |
Baseline Latency | The expected latency in an unloaded system. | |
Value | Nominal Value | The standard or expected value in a system. |
Optimal Throughput | The best achievable data transfer rate without degradation. | |
Ideal Processing Time | The fastest time a system can process data efficiently. | |
Balanced Load | The distribution of resources for optimal performance. | |
Stable Performance Metrics | Values that remain consistent under normal operation. |
- Find the endpoint URL
- Google: lens.meet.l.google.com
- Run ping and traceroute
- Update DNS to reduce the number of hops to 12 or less
- https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0060548
- https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0063568
- Cut RTS in half 2346 / 2 = 1173, then retest
- Cut RTS in a third 2346 / 3 = 782, then retest
- If download speed is unaffected, reset to 2346
- Set Beacon to the min, then retest
- Set Beacon to the max, then retest
- If download speed is unaffected, then reset to the default
- Set DTIM to double 1 * 2 = 2, then retest
- Set DTIM to quadruple 1 * 4 = 4, then retest
- If download speed is unaffected, reset to 1
ping -c 4 -M do -s 1500 208.201.224.33 ping -c 4 -M do -s 1400 208.201.224.33 ping -c 4 -M do -s 1300 208.201.224.33 sudo ip link set dev wlp1s0 mtu 1200
ipconfig /flushdns ipconfig /registerdns ipconfig /release ipconfig /renew netsh int ip reset netsh winsock reset c:\winsocklog.txt
- https://www.fortinet.com/resources/cyberglossary/wardriving
- https://github.blog/security/application-security/localhost-dangers-cors-and-dns-rebinding/
- https://www.darkreading.com/cyberattacks-data-breaches/wardrivers-can-still-crack-70-of-wifi-passwords
- Network Time Protocol
- https://www.speedguide.net/speedtest/results.php?test=1724247115
- https://www.speedguide.net/speedtest/results.php?test=1712982927
- https://wiki.dd-wrt.com/wiki/index.php/Advanced_wireless_settings
- https://www.ibm.com/blog/using-dig-trace/
- https://docs.oracle.com/en-us/iaas/Content/DNS/Tasks/testingdnsusingdig.htm
- https://www.baeldung.com/linux/dns-speed-test
- https://netbeez.net/blog/testing-packet-loss/
- https://www.xfinity.com/support/repair/internet
- https://speedtest.xfinity.com/
- https://webrtc.github.io/samples/
- https://webrtc.github.io/test-pages/
- https://www.tp-link.com/us/support/faq/2584/
- https://www.tp-link.com/us/support/faq/1482/
- https://www.tp-link.com/us/support/download/archer-ax50/#FAQs
- https://www.baeldung.com/linux/maximum-transmission-unit-change-size
- https://netbeez.net/blog/network-performance-analysis/
- https://netbeez.net/blog/linux-network-path-analysis-mtr/
- https://humanwhocodes.com/blog/2024/05/someone-temporarily-took-over-subdomain/
- https://www.ibm.com/topics/primary-dns
- https://www.catchpoint.com/dns-monitoring/slow-dns
- https://public-dns.info/
- https://www.makeuseof.com/what-is-mac-binding-how-does-it-work/
- https://www.tp-link.com/us/support/faq/170/
https://www.xfinity.com/support/status
https://www.xfinity.com/support/statusmap
http://ftp.hp.com/pub/networking/software/06-C03-RadioPortConfig.pdf
https://www.guidetotcpip.com/wp-content/uploads/files/Appendices/tcpip5e_CommandLineIPUtils.pdf
https://techwiser.com/how-to-reset-tcp/
https://www.dslreports.com/forum/r32534903-DSL-I-solved-my-high-latency-problem-created-by-frontier
http://www.linux-magazine.com/Issues/2014/161/Security-and-SOHO-Routers
http://screenshots.portforward.com/
https://en.wikipedia.org/wiki/Uniregistry
http://ptgmedia.pearsoncmg.com/images/9780789753342/samplepages/9780789753342.pdf
http://www.gadgetvictims.com/2016/10/who-else-is-watching-your-ip-cameras.html
https://blog.cloudflare.com/understanding-the-prevalence-of-web-traffic-interception/
https://docs.microsoft.com/en-us/previous-versions/tn-archive/dd261764(v=technet.10)
https://blog.webernetz.net/cisco-anyconnect-ipv6-access-through-ipv4-vpn-tunnel/
https://thebestvpn.com/chrome-extension-vpn-dns-leaks/
https://www.linksys.com/sg/support-article?articleNum=142456
http://www.tcpipguide.com/content.htm
http://www.l-com.com/content/Article.aspx?Type=L&ID=467
https://www.mathworks.com/help/wlan/gs/what-is-wlan.html
http://www.dtic.mil/dtic/tr/fulltext/u2/a420632.pdf
http://www.dtic.mil/dtic/tr/fulltext/u2/a497761.pdf
http://www.au.af.mil/au/awc/awcgate/cst/bh_peacock.pdf
https://ws680.nist.gov/publication/get_pdf.cfm?pub_id=33178
http://www.dtic.mil/dtic/tr/fulltext/u2/a480069.pdf
https://share-ng.sandia.gov/news/resources/releases/2006/images/wireless-fingerprinting.pdf
https://www.debian.org/doc/manuals/debian-reference/ch05
http://www.ni.com/white-paper/12558/en/
https://superuser.com/questions/876301/cascading-routers-lan-to-wan-and-dns
https://superuser.com/questions/978667/static-dns-when-connected-to-vpn-loses-internet-connection
https://superuser.com/questions/1288878/dns-server-unreachable-from-one-client
https://technet.microsoft.com/pt-pt/library/cc772774(v=ws.10).aspx
https://tools.ietf.org/html/rfc1034
https://tools.ietf.org/html/rfc2136
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.479.9416&rep=rep1&type=pdf
https://support.apple.com/en-us/HT202944
https://openconnect.netflix.com/en/network-configuration/
https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-port-requirements.html
https://corporate.comcast.com/images/Comcast_Innovation_Fund_-_2016_Annual_Report_PKlPHJY.pdf
https://business.comcast.com/help-and-support/internet/comcast-business-ip-gateway-static-firewall/
https://www.xfinity.com/support/articles/run-traceroute-command
https://support.xbox.com/en-US/xbox-360/networking/network-ports-used-xbox-live
https://frontier.com/helpcenter/categories/categories/internet/get-rid-of-problems#/collapse3
http://shouldiblockicmp.com/ 33001
https://www.getcujo.com/wp-content/uploads/2016/04/CUJO_Manual_Instructions.pdf
https://www.tp-link.com/us/support/faq/
https://community.spiceworks.com/how_to/1014-how-to-convert-a-wireless-router-into-an-access-point
https://support.google.com/wifi/answer/6277579
https://support.apple.com/en-au/HT202068
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html
https://tools.ietf.org/id/draft-perkins-intarea-multicast-ieee802-03.html
https://tools.ietf.org/id/draft-ietf-mboned-ieee802-mcast-problems-01.html
https://dri.es/files/wlan-faq.html
https://link.springer.com/content/pdf/bbm%3A978-1-4020-5397-9%2F1.pdf
http://ftp1.digi.com/support/documentation/0190170_b.pdf
https://mentor.ieee.org/802.15/dcn/12/15-12-0600-00-0l2r-l2r-november-2012-tutorial.pdf
https://arxiv.org/pdf/1601.00028.pdf
http://www.nyu.edu/classes/jcf/CSCI-GA.2262-001_fa13/slides/session5/WirelessAndMobileNetworks.pdf
https://www.methodist.edu/sites/default/files/ctools/CompTIA_Network_N10-005.pdf
http://ridl.cfd.rit.edu/products/manuals/IPCam/IP%20CAM%20%20UM.pdf
https://www.redbooks.ibm.com/redbooks/pdfs/gg243376.pdf
https://docs.oracle.com/cd/E52521_01/doc.420/910-5411-001_rev_c.pdf
https://ruckus-www.s3.amazonaws.com/pdf/wp/wp-how-interworking-works.pdf
http://www.sanog.org/resources/sanog17/sanog17-wifi-wimax-tanim.pdf
https://www.silabs.com/documents/login/presentations/WiFi-technology.pdf
https://www.gsma.com/newsroom/wp-content/uploads/TS.22_v5.0.pdf
https://www.arris.com/globalassets/resources/white-papers/arris_quest_4k_video_over_wi-fi_wp.pdf
https://www.savvius.com/networking-glossary/wireless_lan_overview/wlan_packets/
http://www.practicallynetworked.com/networking/fixing_double_nat.htm
https://devblogs.microsoft.com/scripting/use-powershell-for-network-host-and-port-discovery-sweeps/
https://superuser.com/questions/45687/how-can-i-ping-a-range-of-ip-addresses-simultaneously
https://serverfault.com/questions/153776/nmap-find-all-alive-hostnames-and-ips-in-lan
https://superuser.com/questions/805621/test-network-ports-faster-with-powershell
https://davidhamann.de/2017/09/27/vpn-connect-to-server-same-subnet/
- https://portforward.com/nat-types/
- https://www.mbreviews.com/how-to-change-nat-type/
- https://support.xbox.com/en-US/help/hardware-network/connect-network/xbox-360-nat-error
- https://support.xbox.com/en-US/help/hardware-network/connect-network/xbox-one-nat-error
- https://openwrt.org/docs/guide-user/network/wan/dmz-based-bridge-mode
- https://openwrt.org/docs/guide-user/network/switch_router_gateway_and_nat
- https://www.dslreports.com/forum/r31600056-Vantage-Help-with-Arris-nvg443b-bridge-mode?search=%22Cascaded%20Router%22%20443b
- https://www.cisco.com/c/en/us/support/docs/voice-unified-communications/spa8000-8-port-ip-telephony-gateway/108670-pqa-108670.html
- https://nerdbacon.com/router-to-wireless-bridge/
- https://nerdbacon.com/convert-router-to-bridge-v4/
- https://www.tp-link.com/us/support/faq/717/
- https://www.cnet.com/home/internet/how-to-turn-an-old-wi-fi-router-into-an-access-point/
- https://lifehacker.com/how-to-extend-your-wi-fi-network-with-an-old-router-915783308
Stage | Role | Primary Focus | Key Skills | What You Learn | Non-Vendor Certifications | Non-Profit Associations | LLM Helpers (Non-LLM Specific) |
---|---|---|---|---|---|---|---|
Entry-Level | Network Technician/Administrator | Day-to-day router configuration and troubleshooting | Command-line management, routing protocols, network monitoring | Real-world network setups, equipment behavior, hands-on troubleshooting techniques | CompTIA A+, CompTIA Network+ | IEEE (Institute of Electrical and Electronics Engineers), Internet Society (ISOC) | Open-source documentation summarizers; community forums with automated Q&A (e.g., self-hosted NLP assistants for log analysis) |
Mid-Level | Network Engineer/Network Specialist | Designing & implementing complex network architectures | Advanced network design, device integration, performance optimization | Evaluating vendor solutions, scalability challenges, and optimizing network performance | CompTIA Security+, vendor-neutral NPA courses | IEEE Communications Society, Internet Society (ISOC) | Research assistants built on open-source NLP frameworks; generic configuration analyzers and aggregators for technical best practices review |
Advanced | Network Architect/Technical Manager | Overseeing network design strategy and ensuring long-term infrastructure resilience | Strategic planning, cross-vendor integration, technical specification analysis | Standardizing equipment; reconciling technical limitations with business requirements | TOGAF, vendor-neutral courses, SANS GIAC | IEEE Computer Society, ACM (Association for Computing Machinery), Internet Society (ISOC) | Design summarizers and simulation report generators using open-source language model frameworks; tools for synthesizing vendor product comparisons and network analytics |
Senior/Managerial | IT/Infrastructure Manager or Procurement Manager | Managing budgets, vendor contracts, and making purchasing decisions | Vendor negotiations, contract management, strategic budgeting, investment analysis | Balancing technical requirements with cost-effectiveness; making large-scale equipment purchasing decisions | ITIL, PMP, CGEIT | ISACA (Information Systems Audit and Control Association), PMI (Project Management Institute) | Decision support systems for market analysis and trend forecasting via non-proprietary analytics tools; open frameworks for summarizing procurement research and vendor evaluations |
https://support.ooma.com/home/advanced-connections-and-service-ports/
https://help.webex.com/en-us/b2exve/Port-Reference-for-Cisco-Webex-Calling-Value-Added-Resellers
https://help.webex.com/en-us/WBX264/How-Do-I-Allow-Webex-Meetings-Traffic-on-My-Network
https://www.dslreports.com/forum/r32629626-Price-I-just-don-t-get-it~start=30
http://www.dslreports.com/faq/15643