Forum > Networking and Web Programming

[SOLVED, THANKS FOR HELP] Port Forwarding Help

<< < (3/3)

Jishaxe:
Hm, another question.
How exactly do I connect to my server with another computer connected to my router?
I use LNet.

--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---Serverr.Listen(23); Listens at port 23, yet I can not connect to my server over the router using a host generated by DynDNS. The DDNS host was mapped to what it said was 'my current IP address'.

--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---Clientt.Connect('madhouserot.selfip.com',23);// But this doesn't work either.Clientt.Connect('95.147.180.84',23); //My 'current IP address' What am I doing wrong?

Martin_fr:
Either use the server local/private IP (192.x.x.x) or set up another port forward for port 23

95.147.180.84 is NOT your server => it is the IP of your router => so you try to connect to the router.

Navigation

[0] Message Index

[*] Previous page

Go to full version