Quantcast
Channel: AT&T U-verse forum - dslreports.com
Viewing all 11270 articles
Browse latest View live

Any luck with getting promotional discounts?

$
0
0
I had my $10/mo sign-up promo end last month and asked a chat support person if there were any available. He said that there were no current loyalty discounts available, but to check back later in the month as they get generated monthly. I was wondering if anyone else has had any luck getting any. Was considering calling in as well but I don't know if it's worth trying. I see there's a $30/mo discount available for new customers on Internet 1000.

[AT&T Fiber] Is this a peering issue? (PingPlotter chart included)

$
0
0
AT&T Fiber in Louisville, KY FYI I'm not trying to diagnose the problem, this (peering) was just suggested as a possibility elsewhere and it was suggested that I post here. Symptoms Example: Browsing a site at home on my PC/Phone/Tablet. Every once in awhile (~30-60 mins), the browser will get hung on a request (e.g. when clicking a link). Browser will appear to be disconnected from the internet. On my phone, switching off WiFi works immediately - site loads fine. Site generally starts working again within a few minutes. Streaming video, once started, is almost always VERY good. Speed tests are almost always VERY good. App startup can be excruciatingly slow at times but is also VERY good pretty often. Info Gathering I'll start with an illustrative example using youtube.com but many sites tends to have this issue periodically. Pingplotter, youtube.com [att=1] What I notice in this pattern (which seems to repeat indefinitely) is that whenever the DNS resolution is updated (DNS cache expires), there is a non-zero probability that the connection will degrade significantly. This happens regardless of wired/wireless/device/OS but is limited to traffic exiting through the AT&T network. Pingplotter, youtube.com via PIA VPN [att=2] This is the same trace with OpenVPN active using PIA. This is a much longer window (~7.5 hours) that shows no signs of this issue when the DNS target is updated. Asking for help I'd love to hear any thoughts on this. I've done a lot of testing over the last several months that this seems to have become an issue and I feel like I've isolated enough variables to be pretty sure it's not something going on with my home network. If there's any other data I can provide or tests I can perform, just let me know! Clarifications Tests were performed following a reboot of the BGW210 All presented data is from a wired gigabit connection. I do understand that PingPlotter uses "ping" and "tracert" functions which rely on ICMP packets. I understand ICMP packets may be de-prioritized by nodes throughout the route. Youtube.com is an illustrative example but this type of periodic slowdown is not limited to a specific set of sites based on my observations. I have used the Network Utilities iOS app to perform the same types of Trace Route tests when I notice slowdowns on my phone and I see similar results compared to PingPlotter.

[AT&T Fiber] Help with dumb switch bypass

$
0
0
Hello everyone. I recently acquired 1000/1000 fiber service in my new apartment but I was less than thrilled with the fact that they were forcing their equipment on me. I found instructions to perform the dumb switch bypass and bought the required hardware. I got a small UPS and a DGS-1005G switch and followed the instructions, and while my router does acquire a public IP via DHCP, I am left with no internet access. I am using a TP-Link Archer C7. This router was working fine on my previous connection, which was a barebones docsis 3.0 modem on Spectrum. I have the MAC of my gateway cloned to my router. From a completely powered off state, I power on the ONT and allow it to establish a connection (Solid green lights). I plug the ONT and Pace gateway into my DGS-1005G, power on the Pace, and wait for it to establish a broadband connection (Solid green lights). From a powered on state, I unplug the Pace gateway and plug in the router to the DGS-1005G. I web into the router and confirm it has the same public IP the gateway had acquired. Test internet connectivity, no access. Am I missing a step or is the TP-Link Archer C7 perhaps not compatible with the bypass trick? I am fairly competent when it comes to computers and networking but this one has me stumped. Any tips or advice would be appreciated...thanks!

[AT&T Fiber] Just installed!

$
0
0
An friend of mine got AT&T fiber installed with Directv from Costco! The Internet is crazy fast and the tv is super clear and good looking!

[AT&T Fiber] EdgeRouter Bypass with Successful IPv6

$
0
0
This is under the assumption you are already bypassed on the edgerouter and have a connection from the edgerouter straight to the ONT. This has been up for me for the last few days and I have restarted the router a couple times and it grabs back the IPV6 connection in a few minutes after boot. I generated the DUID from [link]https://github.com/aus/pfatt/blob/master/bin/gen-duid.sh and then grabbed the last octets after the 31:36:33:31:35:30 and pasted that in. Edit: From DLS suggestions, to get rid of /128 and then added to the loopback. Interfaces Xinterfaces { ethernet eth0 { duplex auto firewall { in { ipv6-name WANv6_IN name WAN_IN } local { ipv6-name WANv6_LOCAL name WAN_LOCAL } out { } } mac [MAC ADDRESS] speed auto vif 0 { address dhcp description Internet dhcpv6-pd { duid 00:02:00:00:0d:e9:30:30:31:45:34:36:2d:[SN converted into ASCII] pd 1 { interface eth1 { host-address ::1 no-dns prefix-id :2 service slaac } interface eth2 { host-address ::1 no-dns prefix-id :0 service slaac } interface eth2.40 { host-address ::1 no-dns prefix-id :1 service slaac } interface lo { host-address ::1 no-dns prefix-id :9 service slaac } prefix-length 60 } prefix-only rapid-commit enable } firewall { in { ipv6-name WANv6_IN name WAN_IN } local { ipv6-name WANv6_LOCAL name WAN_LOCAL } out { } } mac [MAC ADDRESS] } } ethernet eth1 { address 192.168.10.1/24 description Local duplex auto speed auto } ethernet eth2 { address 192.168.20.1/24 description LAN duplex auto ipv6 { dup-addr-detect-transmits 1 router-advert { cur-hop-limit 64 link-mtu 0 managed-flag false max-interval 600 other-config-flag false prefix ::/64 { autonomous-flag true on-link-flag true valid-lifetime 2592000 } reachable-time 0 retrans-timer 0 send-advert true } } speed auto vif 40 { address 192.168.40.1/24 description WLAN mtu 1500 } } ethernet eth3 { duplex auto speed auto } ethernet eth4 { duplex auto speed auto } ethernet eth5 { duplex auto speed auto } ethernet eth6 { duplex auto speed auto } ethernet eth7 { duplex auto speed auto } loopback lo { }} Firewall Xfirewall { all-ping enable broadcast-ping disable ipv6-name WANv6_IN { default-action drop description "WAN inbound traffic forwarded to LAN" enable-default-log rule 10 { action accept description "Allow established/related sessions" state { established enable related enable } } rule 20 { action drop description "Drop invalid state" state { invalid enable } } rule 30 { action accept description "Allow ICMPv6" protocol icmpv6 } } ipv6-name WANv6_LOCAL { default-action drop description "WAN inbound traffic to the router" enable-default-log rule 10 { action accept description "Allow established/related sessions" state { established enable related enable } } rule 20 { action drop description "Drop invalid state" state { invalid enable } } rule 30 { action accept description "Allow IPv6 icmp" protocol ipv6-icmp } rule 40 { action accept description "allow dhcpv6" destination { port dhcpv6-client } protocol tcp_udp } } ipv6-receive-redirects disable ipv6-src-route disable ip-src-route disable log-martians enable name WAN_LOCAL { default-action drop description "WAN to router" rule 10 { action accept description "Allow established/related" state { established enable related enable } } rule 20 { action drop description "Drop invalid state" state { invalid enable } } rule 40 { action accept description ike destination { port 500 } log disable protocol udp } rule 50 { action accept description esp log disable protocol esp } rule 60 { action accept description nat-t destination { port 4500 } log disable protocol udp } rule 70 { action accept description l2tp destination { port 1701 } ipsec { match-ipsec } log disable protocol udp } } name WAN_OUT { default-action drop description "" rule 10 { action accept description "Allow established/related" log disable protocol all state { established enable invalid disable new disable related enable } } } receive-redirects disable send-redirects enable source-validation disable syn-cookies enable}

AT&T TV Launches Nationwide February 2020

$
0
0
I hope they add more streams. They also don’t have two main channels in my area that I like 11 and 24. AT&T TV launches nationwide in February 2020 AT&T Communications CEO Jeff McElfresh, speaking today at Barclays Global TMT Conference, said that AT&T TV will officially launch in February 2020 and that it, along with HBO Max, will spearhead a “market reorientation” at AT&T. “Our growth agenda is on fiber, in our entertainment group, and on AT&T TV,” said McElfresh. He said AT&T TV will feature customer acquisition costs of about half of what AT&T currently spends to bring on legacy satellite TV subscribers for DirecTV. He said the content lineup will be “every bit as good” as what AT&T currently offers through DirecTV and U-verse and that the user experience is “future leaning.”

Cannot reset IP allocations

$
0
0
Have one wired device connect to the gateway with DHCP. out of the 5 IPs (1...5) sequentially it picks .4. I would like it to be .2. I allocated the MAC address to .1 rebooted the device and it won't connect. The only way to get it to connect is to unallocate the IP but then it comes back to the assigned IP of .4. The device itself has to be DHCP, so I cannot pre-assign it a fixed IP internally.

[AT&T Fiber] High packet loss at 3rd hop

$
0
0
I have had AT&T Gigabit Fiber for a year or so, and it has been amazing until a few months ago. It is painfully slow trying to browse the internet or play some cell phone games. I turn wifi off on my cell phone just to browse. It's absurd. I still have very high download speeds. I can stream Netflix/Hulu without issue. Web browsing is the main concern for me right now. I am fairly confident the issue is not in my home. AT&T support came out and replaced my modem; no improvement. My house is fairly new, and the cabling from the Fiber Optic converter box is new and undamaged. Speed test on the modem shows 999Mbps. So, tech support says its fixed. I've not found the right person to assist with this problem. I will be cancelling my service eventually if I can't get this resolved. I hate to do it. But I can't take the painful web browsing. I have found a user with the exact same problem on the forums, but no answer: https://forums.att.com/t5/AT-T-Fiber-Equipment/ATT-Fiber-High-Latency-Packet-Loss/td-p/6075249 I ran a similar test with MTR to several websites overnight. Results are below. The issue appears to be at IP 76.201.209.8. Over 90% packet loss. It's always the 3rd hop outside my modem. Does anybody have any insight to fix this? www.apple.com Start: 2019-12-10T09:56:58-0500 HOST: bridget Loss% Snt Last Avg Best Wrst StDev 1.|-- 192.168.1.254 0.0% 1000 3.2 2.9 2.5 16.7 0.5 2.|-- 107.137.88.1 0.0% 1000 4.3 7.9 3.8 304.5 10.2 3.|-- 107.212.168.118 0.0% 1000 12.3 8.9 6.8 305.1 13.6 4.|-- 76.201.209.8 91.7% 1000 9.4 9.9 8.5 22.2 1.9 5.|-- 12.83.82.185 0.0% 1000 11.2 10.5 8.2 15.9 1.2 6.|-- 12.120.22.170 0.0% 1000 9.7 9.8 8.8 46.4 2.4 7.|-- 12.120.146.64 3.6% 1000 28.8 373.3 8.1 9901. 1332.3 8.|-- 23.73.17.211 0.0% 1000 9.2 9.2 8.5 12.3 0.3 www.ibm.com Start: 2019-12-10T10:13:43-0500 HOST: bridget Loss% Snt Last Avg Best Wrst StDev 1.|-- 192.168.1.254 0.0% 1000 3.1 3.0 2.6 31.6 1.1 2.|-- 107.137.88.1 0.0% 1000 4.5 7.6 3.8 26.7 3.9 3.|-- 107.212.168.118 0.0% 1000 8.1 8.1 7.4 17.3 0.9 4.|-- 76.201.209.8 92.3% 1000 9.7 9.4 8.8 15.2 0.9 5.|-- 12.83.82.177 0.0% 1000 14.9 12.5 8.3 22.5 2.3 6.|-- 12.120.22.170 0.0% 1000 11.2 10.3 8.9 34.6 2.8 7.|-- 12.120.146.64 1.0% 1000 20.4 703.1 8.5 9724. 1841.9 8.|-- 23.72.250.25 0.0% 1000 6.9 6.5 5.6 28.7 1.0 www.walmart.com Start: 2019-12-10T10:30:28-0500 HOST: bridget Loss% Snt Last Avg Best Wrst StDev 1.|-- 192.168.1.254 0.0% 1000 3.2 2.9 2.5 15.8 0.6 2.|-- 107.137.88.1 0.0% 1000 11.1 7.2 3.7 25.4 3.7 3.|-- 107.212.168.118 0.0% 1000 8.1 8.0 7.5 22.0 0.8 4.|-- 76.201.209.8 91.0% 1000 12.3 10.1 8.6 18.4 1.8 5.|-- 12.83.82.177 0.0% 1000 13.2 10.5 8.3 38.7 1.7 6.|-- 12.120.22.170 0.0% 1000 9.4 9.6 8.2 32.8 1.8 7.|-- 12.120.146.64 1.8% 1000 20.7 698.9 9.6 9899. 1801.2 8.|-- 23.72.226.97 0.0% 1000 6.5 6.5 6.0 9.8 0.3 www.google.com Start: 2019-12-10T10:47:13-0500 HOST: bridget Loss% Snt Last Avg Best Wrst StDev 1.|-- 192.168.1.254 0.0% 1000 3.3 2.9 2.4 23.1 0.8 2.|-- 107.137.88.1 0.0% 1000 4.2 7.1 3.5 24.7 3.6 3.|-- 107.212.168.118 0.0% 1000 7.9 8.1 7.3 62.2 1.9 4.|-- 76.201.209.8 92.3% 1000 9.1 9.6 8.7 15.9 1.2 5.|-- 12.83.82.177 0.0% 1000 11.8 10.5 8.0 23.3 1.3 6.|-- 12.122.96.85 0.0% 1000 10.0 9.6 9.1 21.2 0.6 7.|-- 12.255.10.0 0.0% 1000 12.2 10.2 8.9 113.6 5.4 8.|-- 108.170.249.108 0.0% 1000 10.3 10.0 9.4 38.6 1.0 9.|-- 209.85.248.247 0.0% 1000 10.3 11.4 9.7 51.4 3.8 10.|-- 209.85.240.16 16.6% 1000 27.0 26.9 25.6 62.1 2.7 11.|-- 108.170.228.72 0.0% 1000 28.9 30.3 28.6 208.0 7.3 12.|-- 108.170.240.129 0.0% 1000 30.6 30.5 29.6 155.7 6.0 13.|-- 209.85.244.61 0.0% 1000 27.0 27.0 26.2 44.7 1.6 14.|-- 216.58.193.132 0.0% 1000 29.7 29.2 28.8 47.5 0.8 www.duckduckgo.com Start: 2019-12-10T11:03:59-0500 HOST: bridget Loss% Snt Last Avg Best Wrst StDev 1.|-- 192.168.1.254 0.0% 1000 2.9 2.9 2.4 15.3 0.5 2.|-- 107.137.88.1 0.0% 1000 4.2 7.4 3.5 524.5 16.8 3.|-- 107.212.168.118 0.0% 1000 8.0 10.2 7.4 632.8 24.1 4.|-- 76.201.209.8 92.8% 1000 8.9 9.7 8.7 17.5 1.4 5.|-- 12.83.82.185 0.0% 1000 12.5 10.5 8.4 18.4 1.3 6.|-- 12.122.135.213 0.0% 1000 26.5 26.5 25.6 67.8 1.4 7.|-- 206.121.24.34 0.0% 1000 27.5 28.0 26.4 64.5 3.4 8.|-- 54.239.108.70 0.0% 1000 31.2 45.7 28.3 222.3 13.9 9.|-- ??? 100.0 1000 0.0 0.0 0.0 0.0 0.0 www.att.com Start: 2019-12-10T11:20:45-0500 HOST: bridget Loss% Snt Last Avg Best Wrst StDev 1.|-- 192.168.1.254 0.0% 1000 2.8 2.9 2.6 18.6 0.7 2.|-- 107.137.88.1 0.0% 1000 4.3 7.0 3.8 35.9 3.7 3.|-- 107.212.168.118 0.0% 1000 8.2 8.6 7.4 26.6 1.6 4.|-- 76.201.209.8 92.2% 1000 9.1 9.9 8.5 14.9 1.4 5.|-- 12.83.82.185 0.0% 1000 12.6 10.6 8.1 25.6 1.4 6.|-- 12.120.22.170 0.0% 1000 9.6 9.7 8.3 40.3 2.1 7.|-- 12.120.146.64 0.7% 1000 29.9 403.7 8.5 9679. 1304.4 8.|-- 23.72.240.54 0.0% 1000 8.8 7.1 6.3 13.6 0.4 www.xfinity.com Start: 2019-12-10T11:37:30-0500 HOST: bridget Loss% Snt Last Avg Best Wrst StDev 1.|-- 192.168.1.254 0.0% 1000 2.9 2.9 2.3 18.8 0.6 2.|-- 107.137.88.1 0.0% 1000 10.6 7.0 3.8 23.9 3.5 3.|-- 107.212.168.118 0.0% 1000 13.2 8.2 7.3 27.2 1.3 4.|-- 76.201.209.8 91.3% 1000 9.0 9.7 8.8 14.5 1.1 5.|-- 12.83.82.185 0.0% 1000 11.9 10.6 8.5 33.4 1.7 6.|-- 12.120.22.170 0.0% 1000 9.5 9.6 8.9 29.3 1.7 7.|-- 12.120.146.64 14.7% 1000 2970. 819.3 8.4 9992. 2010.6 8.|-- 23.73.2.235 0.0% 1000 7.2 7.2 6.3 22.6 0.7 www.microsoft.com Start: 2019-12-10T11:54:15-0500 HOST: bridget Loss% Snt Last Avg Best Wrst StDev 1.|-- 192.168.1.254 0.0% 1000 2.9 2.9 2.4 16.0 0.6 2.|-- 107.137.88.1 0.0% 1000 14.1 7.2 3.5 27.6 3.6 3.|-- 107.212.168.118 0.0% 1000 8.2 8.5 7.1 297.8 9.3 4.|-- 76.201.209.8 92.0% 1000 9.9 9.8 8.6 18.5 1.6 5.|-- 12.83.82.177 0.0% 1000 11.5 12.5 8.4 24.7 2.4 6.|-- 12.242.113.20 0.0% 1000 7.7 7.5 7.0 32.5 0.9 7.|-- 12.127.81.10 0.0% 1000 12.2 38.4 9.6 544.3 73.8 8.|-- 72.246.254.12 0.0% 1000 10.0 9.8 8.8 25.6 0.9 www.wikipedia.org Start: 2019-12-10T12:11:00-0500 HOST: bridget Loss% Snt Last Avg Best Wrst StDev 1.|-- 192.168.1.254 0.0% 1000 3.1 2.9 2.2 22.4 1.1 2.|-- 107.137.88.1 0.0% 1000 13.5 7.1 3.8 31.5 3.7 3.|-- 107.212.168.118 0.0% 1000 8.8 8.1 7.2 34.9 1.5 4.|-- 76.201.209.8 93.9% 1000 9.4 9.7 8.7 13.7 1.2 5.|-- 12.83.82.177 0.0% 1000 9.6 12.6 8.5 34.8 2.5 6.|-- 12.122.141.233 0.0% 1000 8.1 9.3 6.7 30.3 1.5 7.|-- 192.205.36.158 0.0% 1000 8.5 8.8 7.1 36.0 3.4 8.|-- 129.250.5.57 0.0% 1000 25.6 25.7 25.2 37.3 0.8 9.|-- 129.250.5.209 2.6% 1000 8.2 11.5 7.4 274.5 12.8 10.|-- 129.250.4.165 22.7% 1000 28.8 26.8 25.6 57.6 2.7 11.|-- 129.250.2.121 0.0% 1000 26.4 26.3 25.4 56.4 1.8 12.|-- 129.250.5.214 0.0% 1000 34.5 27.5 25.5 58.9 3.6 13.|-- 129.250.204.190 0.0% 1000 27.0 27.6 26.5 53.5 2.6 14.|-- 208.80.154.224 0.0% 1000 27.7 27.2 26.4 54.3 1.6

[AT&T Fiber] Incredibly slow speeds

$
0
0
I have Gigabit fiber service. After a 10 mb/sec stream buffered endlessly, I ran speed tests to about 30 servers and tracroutes to about 15. Other than the AT&T server in my town, the best downstream results were under 500 down and all that router through Dallas were under 60 mb/sec - one as low as 38. I tested with a Cyberpower PC via Ethernet directly to the modem. I confirmed these results with an Alienware laptop, also via Ethernet directly to the modem and several wifi devices (same basic speeds as Ethernet site by site). These problems occur repeatedly in peak hours. AT&T support told me because they had a perfect connection from my home to their local DSLAM, that they would not even look into it. When I asked what I should do, they said "check my equipment". When I reiterated that I had confirmed the problem with multiple high end pieces of equipment, they said, "check my equipment". The direct support link said "connection refused. I'm in Austin TX. Does anyone have a contact at AT&T that might help me?

AT&T mail server bad certificate

$
0
0
Is anyone else getting a Bad Certificate Exception when trying to send Email Via AT&T? It's saying invalid site. I'm using Thunderbird to port 465 Sending of the message failed. The message could not be sent using Outgoing server (SMTP) smtp.att.yahoo.com for an unknown reason. Please verify that your Outgoing server (SMTP) settings are correct and try again.

Could My Subdivision Be Getting A FTTH Upgrade?

$
0
0
Pulling in the entrance I noticed a Utility Work Ahead sign. No crews yet. We recently had underground wiring installed so I know that’s not it.

blog.taylorsmith.xyz gone?

$
0
0
I just had my fiber installed yesterday (went great, and the installer was amazing), and am now digging into research on the best ways to integrate my Ubiquiti equipment. The eap_proxy github repo points to https://blog.taylorsmith.xyz/att-uverse-modem-bypass-unifi-usg/, but that site doesn't work for me (looks like there's no DNS record for blog.taylorsmith.xyz). Is there a new resource that folks are using instead?

[AT&T Fiber] Worth Calling Retentions

$
0
0
We have U200 with HBO, Internet 1000, and unlimited home phone. We pay around $184 after tax. I have called Retentions in the past and have been told that’s the best they can do. I called them today asking how much it’d cost for Internet only and if we could get any promos with that. The rep first said let me look into your current plan first and came back with $20 off Internet for a year! If I recall correctly, we should now be paying $50 a month for Internet 1000. I am glad I called!

[AT&T Fiber] Data usage not correct

$
0
0
I have an issue that I hope someone here can help with. AT&T associates seem to want to pass the buck. I had an outage in late August due to me getting too close to the fiber run to my house with my string trimmer or mower, and it pulled it loose from the NID on the outside of the house. This was repaired and the cable was re-buried to prevent this from happening again, but ever since this repair was completed, my total data usage has not been accumulating correctly. As you can see in the attached screenshot, my RG is displaying my household data usage for my devices, but neither the SmartHome Manager app or the AT&T website is displaying my total usage for the current bill cycle. Also, my monthly bill indicates that I have no usage for the past 3 months. I had trouble explaining to AT&T that although I don’t have a data cap, I would still like to track my usage. They sent a tech out, and he understood the situation, but explained that since there wasn’t a service issue, (my speeds are as expected and no interruptions) there wasn’t anything he could do and suggested I go to a retail store for help. My guess is that the retail associates are primarily sales persons and probably wouldn’t be much help for this technical issue. Looking for suggestions as I seem to think the problem is in the ONT or beyond.

[AT&T Fiber] 4K / UHD Availability

$
0
0
Hi, Recently my wife and I purchased a new Hisense Roku UHD tv. I'm on at&t fiber where I live, we're still uverse customers for now. My question is this..does at&t offer/pass through any 4k/UHD signals through the pace 5268AC broadband router that at&t furnishes for our tv/wireless service ? If not, our new tv is just being utilized as a 'ordinary' tv. David

ATT Default DNS vs Other (Google, Cloudflare, OpenDNS)

$
0
0
VDSL2 user here. When it comes to online gaming and video streaming, is there much consideration to be concerned about using the default DNS from the gateway vs using a personal router connected in IP Passthrough and overriding DNS in the router.

BGW320-505 new gateway with integrated ONT,

$
0
0
Can't find much info other than from the FCC site so far.

[AT&T Fiber] Another ATT Gateway Bypass Thread

$
0
0
Hi All, There is enormous amount of information and I've been reading for a few hours on bypassing the ATT gateway, versus DMZ+, IP Passthrough ect. I have the gigapower and the Pace 5682 gateway. I currently do not have static public IP but am open to paying for it if it helps I have ordered a Edgerouter 4 that is to be delivered tomorrow. I am an engineer and I do software amongst other things, but I am not a systems or networking engineer. I don't do any CLI with networking equipment, but I do CLI other things so I'm sure I can pick it up quicker than most. My questions are: 1) I am planning to start with the dumb-switch bypass as it sounds very straightforward, however, I am concerned about having all of my outbound traffic reliant upon a cheap $25 switch. Will it drop or mis-manage packets? I have the switch already and a small UPS I plan to use. My priority is mostly in online FPS gaming, in that I'd like to keep latency and packet loss (mis-management) low with an Open NAT. 2) Assuming long-term I'd like to have something better than the dumb-switch approach, I'm seeing options to use a managed switch and swap VLANs, but I've also seen posts about getting certs from a NV gateway and deploying the authentication in some routers. Would I be able to do this with the Edgerouter-4? I couldn't find any hits for this hardware combo and cert spoofing. 3) Any reason to buy a static IP and put the gateway into some sort of passthrough mode. There are some videos on Youtube and such that hint at this being a "true-bridge" but then there are comments that suggest this is not. My gut says going through the gateway in anyway is a loss, but again, I only know enough to be dangerous and can't prove this out on my own.

Unlikely install

$
0
0
So, my mom is attempting to have uverse/dsl installed at her house (5mbps). But I see a problem that will probably cause issue.. The lines running up the hill to her house from the nearest pedestal are the older type and to top it off, the poles are way to distant apart for the newer lines to be dropped..... My question is.. What are the odds of them burying a line up the road for her so she could obtain service? In theory, they are supposed to come out tomorrow mid day. Is there a process to maybe have them either bury a line or at least let her qualify for fixed wireless if they can't/won't run the new lines to her house? She attempted the fixed wireless route first but they denied her due to qualifying for uverse internet (again, at 5mbps) Thoughts?

Interleaved and Fast Path

$
0
0
How do I have my connection switched from Interleaved/attleave to Fast Path/fast?
Viewing all 11270 articles
Browse latest View live