Port forwarding http - tomcat 404 not found
nomana123
Newbie

My router is reporting this IP :

{edited for privacy}

My ipconfig/all is:

Windows IP Configuration

   Host Name . . . . . . . . . . . . : Nomi-PC
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : fios-router.home

Ethernet adapter Local Area Connection 2:

   Connection-specific DNS Suffix  . : fios-router.home
   Description . . . . . . . . . . . : Marvell Yukon 88E8057 Family PCI-E Gigabi
t Ethernet Controller #2
   Physical Address. . . . . . . . . : 00-1F-BC-08-D7-17
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::3d6a:729c:9be:70dd%13(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.1.151(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Sunday, April 23, 2017 8:08:42 AM
   Lease Expires . . . . . . . . . . : Monday, April 24, 2017 8:08:42 AM
   Default Gateway . . . . . . . . . : 192.168.1.1
   DHCP Server . . . . . . . . . . . : 192.168.1.1
   DHCPv6 IAID . . . . . . . . . . . : 301998012
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-20-8E-63-BF-00-1F-BC-08-D7-18

   DNS Servers . . . . . . . . . . . : 192.168.1.1
   NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter Local Area Connection:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Marvell Yukon 88E8057 Family PCI-E Gigabi
t Ethernet Controller
   Physical Address. . . . . . . . . : 00-1F-BC-08-D7-18
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{0C1864AD-CE0D-42D8-AF03-3DA25D8C6290}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.fios-router.home:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : fios-router.home
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : {edited for privacy}(Pref
erred)
   Link-local IPv6 Address . . . . . : fe80::3ca0:2a39:93cc:a317%15(Preferred)
   Default Gateway . . . . . . . . . : ::
   NetBIOS over Tcpip. . . . . . . . : Disabled

This is how I'm trying to port forward, I have also tried with {edited for privacy}

image

My tomcat application is running on http://192.168.1.151/Test01/ But I don't think this is plublically visible. Please let me know how I can setup my http port forward properly. Thank you.

0 Likes
Re: Port forwarding http - tomcat 404 not found
dslr595148
Community Leader
Community Leader

I am not sure of everything that is wrong, but I see one issue.

It needs to be TCP Any -> TCP 80.

0 Likes