jgoldshlag / padherder_proxy

Proxy to synchronize padherder.com with Puzzle and Dragons
22 stars 10 forks source link

Almost got it - client not seeing pad data #49

Open killerfrenzi opened 6 years ago

killerfrenzi commented 6 years ago

Hi, I got to the point where I enter the static IP on the phone and I'm trying to get the client to read the data for PAD.

This is all I get in the DNS Proxy Log:

Request: [192.168.1.95:35209] (udp) / 'wifi-test.mobidia.com.' (A) Reply: [192.168.1.95:35209] (udp) / 'wifi-test.mobidia.com.' (A) / RRs: CNAME Request: [192.168.1.95:21761] (udp) / 'ss.epdg.epc.mnc260.mcc310.pub.3gppnetwork.org.' (A) Reply: [192.168.1.95:21761] (udp) / 'ss.epdg.epc.mnc260.mcc310.pub.3gppnetwork.org.' (A) / RRs: CNAME,A Request: [192.168.1.95:49716] (udp) / 'wifi-test.mobidia.com.' (AAAA) Reply: [192.168.1.95:49716] (udp) / 'wifi-test.mobidia.com.' (AAAA) / RRs: CNAME Request: [192.168.1.95:37830] (udp) / 'clients3.google.com.' (A) Reply: [192.168.1.95:37830] (udp) / 'clients3.google.com.' (A) / RRs: CNAME,A Request: [192.168.1.95:42058] (udp) / 'clients3.google.com.' (A) Reply: [192.168.1.95:42058] (udp) / 'clients3.google.com.' (A) / RRs: CNAME,A Request: [192.168.1.95:15157] (udp) / 'wifi-test.mobidia.com.' (A) Reply: [192.168.1.95:15157] (udp) / 'wifi-test.mobidia.com.' (A) / RRs: CNAME

Proxy status:

proxy started

I got the cert. Nothing else is showing when I open PAD.

jgoldshlag commented 6 years ago

Do you have another DNS server listed on your phone? It doesn't look like it is hitting your computer's DNS after those first couple requests.

JohnnyxxS2 commented 6 years ago

I have this problem too, and no there's no other DNS server listed for me.

Edit: Fixed, by disabling IPv6.

avivbrook commented 6 years ago

I've tried disabling iPv6 yet I still see this issue no matter what. @JohnnyxxS2 could you please describe exactly what you did?

JohnnyxxS2 commented 6 years ago

Since my phone is rooted, I opened up the terminal emulator and used this command: “echo 1 > /proc/sys/net/ipv6/conf/wlan0/disable_ipv6”

This disabled IPv6 and I just continued with the steps of opening the game, and it found the data.

avivbrook commented 6 years ago

@JohnnyxxS2 damn I'm not rooted, unfortunately. Thanks for the response though!