β TCP Connect To Public iP
I Make a simple app for chat(it work in local) but dos not work for connect to public IP
22 Replies
what parameters are you using for the tcp listener?
i use public IP and turn off firewall
have you forwarded the port in your routers firewall
yes i make them
it work but for client side
server side AcceptTcpClient stock
Wait in AcceptTcpClient
start the server and use an external port checker to verify the port is indeed open
if you want i show you the app
sure
i in voice dev-vc-0
I cannot join at the moment on my phone
oh ok
π
this is all code
right, and what port are you binding to?
my router prot
i make them
yes but what port are you trying to use
i do not understand . If you mean the number 80
is it possible the port is in use? 80 is a widely used port for http
I mean, I'll find and use an unused port from here.(https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers)
List of TCP and UDP port numbers
This is a list of TCP and UDP port numbers used by protocols for operation of network applications.
The Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP) only need one port for duplex, bidirectional traffic. They usually use port numbers that match the services of the corresponding TCP or UDP implementation, if they exist....
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.