Skip to main content
Solved

How to allow machines on my LAN access to my FME Server??

  • August 22, 2020
  • 4 replies
  • 54 views

benvk
Contributor
Forum|alt.badge.img+8
  • Contributor
  • 60 replies

Hi, 

I am currently working through the FME Server Tutorials, it is a very steep learning curve as I have only just installed FME Server on my PC and had zero server experience before now.

 

So I have it up and running, and I have several other devices connected to the same local network, and I am wanting to log into this server using another machine, but it is as though the server does not exist! the link can be accessed fine from the same machine, its just other machines that cannot access it ("Page not found")

 

I have double checked, I can successfully ping the machine, no worries at all.

 

So I have used the 'direct link' on another machine on my network (just replaced localhost:80 with 192.168.1.2), but it is returning a page not found. 

http://192.168.1.2/fmeserver/#/workspaces/run/Training/SelfServe-Ex1-Complete.fmw/fmedatadownload

Any thoughts on what may be going wrong here?

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
                               Publish Summary
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
FME Server URL               : http://localhost:80
Username                     : admin
Repository                   : Training
Name                         : SelfServe-Ex1-Complete.fmw
Direct Link                  : http://localhost:80/fmeserver/#/workspaces/run/Training/SelfServe-Ex1-Complete.fmw
Uploaded Resources           : C:\FMEData2019\Data\Orthophotos\06-07-LM.tif
Registered Services          : Data Download
                               Job Submitter
Included Writers in Download : Training [JPEG]
Included Writers in Stream   : Training [JPEG]
Time                         : Sat Aug 22 16:44:48 2020
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 

 

Best answer by takashi

Hi, is the port #80 opened?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

mark2atsafe
Safer
Forum|alt.badge.img+57
  • Safer
  • 2554 replies
  • August 24, 2020

Can you try to ping the server from the client machine in a command window? That might help to show if a connection is possible.

You could also try 192.168.1.2:80 to ensure the right port is being used.


benvk
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • 60 replies
  • August 24, 2020

Hi Mark,

As mentioned the ping from secondary PC to 192.168.1.2 it works fine.

I then try ping 192.168.1.2:80, and I get 'please check the name and try again'.

 

Yet if I navigate to 192.168.1.2:80 on my host it opens the fme server interface no worries.


takashi
Celebrity
  • 7843 replies
  • Best Answer
  • August 26, 2020

Hi, is the port #80 opened?


benvk
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • 60 replies
  • August 26, 2020

Hi, is the port #80 opened?

So I made an assumption that the firewall allowed local machines to access each other, as they are all on the 'private network'. After a quick google search, I added port 80 to be an acceptable inbound port for local machines, and now it works perfectly. Very happy as its working as expected!

 

thanks heaps for the suggestion!