Routing to rails server from local IP

854 views Asked by At

I have a rails app running on standard port 3000. I can access it from localhost:3000 just fine, but I want to access it from my LAN address as well. (http://192.168.1.x:3000). When I try to use the LAN IP in my browser, I get a connection refused error. I am using POW (http://pow.cx/), which may be the culprit, but cannot sort how. I CAN access http://192.168.1.x which delivers the default pow landing page, so it seems like the IP resolution is working, but for some reason not on the port my app is serving on.

0

There are 0 answers