I want to access a program on server across my network. The program should be accessible through firebox on a client machine but I don't seem to be able to point to the server correctly. Any help appreciated.
The program is Oscaremr12
|
I want to access a program on server across my network. The program should be accessible through firebox on a client machine but I don't seem to be able to point to the server correctly. Any help appreciated. The program is Oscaremr12 |
||||
|
|
First you should know the port of the software. Then type in the address bar of firefox:
To find the software port it is easy to use "Nmap": first install Nmap and then type in terminal:
Then you can see the ports of softwares on the host. Probably, It is on the port 8080, and you should type in the address bar:
Or if it is on your own machine, type localhost for Domain name. Complete information is here. |
||||
|
|