All of the sudden Facebook for Android stopped working [U-Verse]

Starting this week, Facebook for Android stopped working while under my home network. At first I thought it was just an issue with my Access Points, and rebooted. It did not fix the problem, so I went ahead and rebooted my main router running DD-WRT. Still with the same issue, I decided to reboot the U-Verse gateway. Unfortunately nothing seemed to fix the problem.

I performed some research online and found out that by changing the MTU size of my main router, it might fix the problem. I went ahead and plugged in 1492 instead of the default 1500; done. It fixed the issue immediately.

I wonder why it started happening all of the sudden as it never gave me any problems with the MTU size of 1500 for at least a couple of years. My guess, AT&T made some changes.

Go to this link for instructions on how to get the best MTU size.

Ping Test

Spotify does not play track links from Facebook [Solved]

I never had a chance to figure out why I couldn’t play tracks  from Facebook or Spotify Play Button at home. After further research I found out that my DD-WRT flashed router had the “Deny DNS Rebinding” option enabled. Spotify needs to resolve *.spotilocal.com to 127.0.0.1.

In order to resolve it, I added this command to the DD-WRT startup options:

sed -i ‘s/stop-dns-rebind//g’ /tmp/dnsmasq.conf
killall dnsmasq
dnsmasq –conf-file=/tmp/dnsmasq.conf

Everything is good now, fortunately.