I got my server up fully funtional etc. (Need the damn Hide skill :P)
Everyone was able to connect to it except for me :sq_yellow
I used this as 'temp' fix.
Code:if (player->getUserid() == 1){ packet.addByte(192); // Internal IP packet.addByte(168); packet.addByte(x); packet.addByte(x); } else{ packet.addByte(xxx); // External IP packet.addByte(xxx); packet.addByte(xxx); packet.addByte(xxx); }


Reply With Quote![[Tut] What to do if you can't connect to you ext IP](http://ragezone.com/hyper728.png)

