Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some call won't detect remote caller IP #3

Open
WonderMr opened this issue Sep 15, 2023 · 6 comments
Open

Some call won't detect remote caller IP #3

WonderMr opened this issue Sep 15, 2023 · 6 comments

Comments

@WonderMr
Copy link
Contributor

WonderMr commented Sep 15, 2023

I'm facing issue for some calls while
packet.stun.get_field_value('stun.att.ipv4') always returns None while calling
So no IP returns

@WonderMr
Copy link
Contributor Author

WonderMr commented Sep 15, 2023

I've tested if remote ip is v6
packet.stun.get_field_value('stun.att.ipv6')
But that failed - it's always None

@n0a
Copy link
Owner

n0a commented Sep 16, 2023

I've tested if remote ip is v6 packet.stun.get_field_value('stun.att.ipv6') But that failed - it's always None

WonderMr, thank you for your interest in the project! I also saw the pull request. I'll get back to work after September 25th and check everything. I'm currently on vacation without the ability to test anything.

@zhuxu
Copy link

zhuxu commented Sep 19, 2023

you can test your network NAT type is what? while i got the same problem, my network NAT type is Symmetric NAT; i guess that is the problem when i check the packet flow by wireshark, while src client not direct connect to the dst client, instead, src and dst connected by use the telegram relay server

@D1splay
Copy link

D1splay commented Sep 22, 2023

[!] Couldn't determine the IP address of the peer.

@n0a
Copy link
Owner

n0a commented Oct 5, 2023

Check the new version pls.

@Shenanigans421546
Copy link

I'm facing issue for some calls while packet.stun.get_field_value('stun.att.ipv4') always returns None while calling So no IP returns

I'm facing issue for some calls while packet.stun.get_field_value('stun.att.ipv4') always returns None while calling So no IP returns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants