@GroovyDoovy wrote:
@5ubj3ctz3r0I wonder if it's not time of day related but volume of traffic related, and that maybe the volume of traffic tends to start going up around 7pm CST?
Can't speak for console/Origin/etc users - but for Steam users you can see some historical graphs using steamdb.info ( https://steamdb.info/app/1517290/charts/ ) and there is actually a sharp drop in player count around that time, consistently too (could be AT&T users).
Checking again this afternoon when it does connect and there is no change in which IP addresses I'm connecting to - it's the same ones except during this time there is no errors. If it was bandwidth or load related I would assume that the experience would be intermittent not consistently unable to log in during those times.
AWS, and AWS customers often have redundant designs for their applications - makes me wonder if at a certain time whatever sits behind those before mentioned IPs does some kind of routine maintenance and fails over to other "servers" that are problematic. Whether that's AWS underlying infrastructure causing dropped packets somewhere (though this is AT&T routes specifically, so this seems unlikely), or an EA configuration difference between "A" and "B" sets of "servers" that sit behind those IPs who knows.
I took a trace route when it's working to see if it's different when it's not (I don't expect there to be a change)
Working:
C:\Users\M>tracert -d 99.80.71.123
Tracing route to 99.80.71.123 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 10.3.5.1
2 1 ms <1 ms 1 ms 10.5.5.1
3 1 ms 1 ms 1 ms 108.232.84.1
4 1 ms 1 ms 1 ms 71.151.17.114
5 8 ms 7 ms 7 ms 12.242.114.16
6 22 ms 22 ms 29 ms 173.241.128.29
7 108 ms 136 ms 99 ms 89.149.185.49
8 142 ms 142 ms 143 ms 154.14.130.134
EDIT:
Not working:
C:\Users\M>tracert -d 99.80.71.123
Tracing route to 99.80.71.123 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 10.3.5.1
2 <1 ms 1 ms <1 ms 10.5.5.1
3 1 ms 1 ms 1 ms 108.232.84.1
4 2 ms 1 ms 2 ms 71.151.17.114
5 9 ms 7 ms 6 ms 12.242.114.16
6 3 ms 4 ms 2 ms 173.241.128.29
7 89 ms 89 ms 90 ms 89.149.185.49
8 151 ms * 143 ms 154.14.130.134
9 * * * Request timed out.
10 ^C
C:\Users\M>time
The current time is: 20:15:35.92
Same path as expected - same previously noted behavior. Appears to happen at 8PM CST.
(Note it doesn't actually make it to it's destination but that just means that ICMP is being dropped beyond that last hop, doesn't mean it's unreachable.)