need help getting an enet server online
Posted: Tue Feb 09, 2016 2:53 pm
im trying to get an enet server to work but i dont have a lot of experience with networking
im not gonna provide any code since its pretty much just the example @ https://love2d.org/wiki/lua-enet
when i use localhost for server and client and run both on my pc everything works fine
to get it to work online i used my lan ip for the server, forwarded the port on my router (tested and working), and tested it with a friend trying to connect
but the packets dont seem to reach the program, i can tell with wireshark that theres definitely stuff arriving on that port
i tried it with a loopback so i can test it myself but that doesnt work either, but looks similar in wireshark
like i said i dont have any experience with wireshark, all i see is there are packets coming in wrapped in gsvp ?
did i make any obvious mistakes ? what info can i provide to help you help me ?
im not gonna provide any code since its pretty much just the example @ https://love2d.org/wiki/lua-enet
when i use localhost for server and client and run both on my pc everything works fine
to get it to work online i used my lan ip for the server, forwarded the port on my router (tested and working), and tested it with a friend trying to connect
but the packets dont seem to reach the program, i can tell with wireshark that theres definitely stuff arriving on that port
i tried it with a loopback so i can test it myself but that doesnt work either, but looks similar in wireshark
like i said i dont have any experience with wireshark, all i see is there are packets coming in wrapped in gsvp ?
did i make any obvious mistakes ? what info can i provide to help you help me ?