Hi, Folks.
I have an application that needs to be accessed over the LAN on tcp port 8080.
If I open a browser on http://127.0.0.1:8080, i see it fine.
If I use http://192.168.0.2:8080, which is the IP address of THIS server, then it’s page cannot be displayed. It’s not an Internet explorer issue as there is a monotoring utility that shows the same result.
Netstat -o shows:
TCP xyzserver:8080 xyzserver.xyz.local:1838 TIME_WAIT
0
TCP xyzserver:8080 xyzserver.xyz.local:1844 TIME_WAIT
0
TCP xyzserver:8080 xyzserver.xyz.local:1886 TIME_WAIT
0
TCP xyzserver:8080 xyzserver.xyz.local:1912 TIME_WAIT
0
TCP xyzserver:8080 xyzserver.xyz.local:1919 TIME_WAIT
0
TCP xyzserver:8080 xyzserver.xyz.local:1951 TIME_WAIT
0
Can anyone give me any guidance ?
Many thanks,
Neil