You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@mxnet.apache.org by Can via MXNet Forum <mx...@discoursemail.com.INVALID> on 2020/10/14 17:26:23 UTC

[MXNet Forum] [MXNet Model Server] Accessing MMS server from external machine


Hello all,

I am trying to use Mxnet MMS (multi-model-server) to make my Mxnet model accessible by my website. The Mxnet MMS can run without problem and I can use the served model on the same machine. However, I want to access the served model from another server that are connected each other through the LAN. In order to test the connection, I run the following command from the terminal of Server A (assume that Mxnet MMS works on Server B). When I try to access it, I get an error.

`curl -X POST http://127.0.0.1:8080/predictions/hand -T image.jpg`

Although the above command runs without problem when I try to run this command in the same server, it does not work from the another server. In order to perform this, how could I do to access the served model on another server?

I also tried to use IP address instead of a localhost. However, it gives below error:

> curl: (7) Failed to connect to $IP_address$ port 8080: Connection refused

Could anyone help?

Thanks and best.





---
[Visit Topic](https://discuss.mxnet.apache.org/t/accessing-mms-server-from-external-machine/6654/1) or reply to this email to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.mxnet.apache.org/email/unsubscribe/b5365e6a63276b3717ca307329c0a91236b682ed05e8d6ff5f8329d61618fcaa).