networking - Open website via computer IP address while running tomcat locally with a router? -


i'm working on website friend, developing using eclipse/tomcat. i'm running locally , trying open via internet port ip address, can't work. computer running connected router, running off of 192.168.1.4, , http://192.168.1.4:8080/mobile_site/index.jsp works. when try , open via internet port ip, http://67.xxx.244.xx:8080/mobile_site/index.jsp doesn't find device, outside local network. there way send link when running locally when connected router?

you have configure router port forwarding (or virtual servers depending on router) forward tcp connections 67.xxx.244.xx:nnnn 192.168.1.4:8080.

then give 67.xxx.244.xx:nnnn address friend.

note: nnnn @ router doesn't need 8080, long port forwarding set properly.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -