i'm currently working on my multiple online game scenario (the code is very messed up but its work fine :D)
i'm using UDP connection, the server clings into port 9321 on my computer (192.168.1.100)
the game work on computer on my LAN.
But when i change the client to use my internet address (139.195.12.183) , the packet cannot be sent.
i've set up my router to forward request on port 9321 to my address and add firewall exception on that port.
what's possibly wrong?