I've installed Artifactory 3.1.0 on RHEL 6 on an Amazon EC2 instance.  I have
ports 80 and 8081 open, and the website hosted on Apache on port 80 is
visible to the world.  The Artifactory server is running on 8081, and I can
"curl localhost:8081" and get a response from it.  I can't get any response
from port 8081 from other machines.

Here's the listing of open ports on the machine.  What's going on?

# netstat -tanp | grep LISTEN
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                  
LISTEN      916/rpcbind
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                  
LISTEN      1169/sshd
tcp        0      0 127.0.0.1:631               0.0.0.0:*                  
LISTEN      1003/cupsd
tcp        0      0 127.0.0.1:25                0.0.0.0:*                  
LISTEN      1245/master
tcp        0      0 0.0.0.0:40571               0.0.0.0:*                  
LISTEN      934/rpc.statd
tcp        0      0 ::ffff:127.0.0.1:8015       :::*                       
LISTEN      1331/java
tcp        0      0 :::111                      :::*                       
LISTEN      916/rpcbind
tcp        0      0 :::80                       :::*                       
LISTEN      1277/httpd
tcp        0      0 :::8081                     :::*                       
LISTEN      1331/java
tcp        0      0 :::8019                     :::*                       
LISTEN      1331/java
tcp        0      0 :::22                       :::*                       
LISTEN      1169/sshd
tcp        0      0 ::1:631                     :::*                       
LISTEN      1003/cupsd
tcp        0      0 :::34825                    :::*                       
LISTEN      934/rpc.statd



--
View this message in context: 
http://forums.jfrog.org/Artifactory-inaccessible-to-outside-hosts-tp7579543.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to