0
Guys, I’m trying to get my app up in the air, but I have no idea which way to go.
It is a server developed in grails, already managed the . War and it runs on top of tomcat7, when access locally and from other machines on the same network it is running.
However for me to access from another machine anywhere in the world I know I have to configure the route on my network’s edge server, in case I have pfsense installed
I know the real ip of my machine through the site https://www.whatismyip.com/.
However when access this ip by port 8080 nothing is found, what is missing I configure? I have to have some registered dns?
UPDATE
Suggested change
Drops to pfsense login screen
Do a test, from inside the network try to access 192.168.1.95:8080 and see if connects. Because by default Tomcat only "listens" to the localhost interface (127.0.0.1), then you have to edit its startup and put something like "0.0.0.0" so that it "listens" to all network interfaces.
– Giovanni Nunes
Yes, access my application from any machine in the internal network. If I put my real ip in the browser it drops in pfsense login screen, And if I put in port 8080 nothing happens.
– Marcius Leandro
Put "Enable ( NAT+Proxy )" in "NAT Reflection" option solves.
– Giovanni Nunes
Giovani already this option, and yet nothing
– Marcius Leandro