Project

General

Profile

Actions

Bug #20437

open

dev: listening on * does not seem to work

Added by Guido Günther over 6 years ago. Updated over 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Development tools
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

As described at

https://theforeman.org/handbook.html

using

BIND=:: bundle exec foreman s

does not seem to work. Connnecting from another host fails:

$ curl http://10.0.1.15:3000/
curl: (7) Failed to connect to 10.0.1.15 port 3000: Connection refused

But:

$ lsof -i :3000
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
ruby 2268 agx 10u IPv6 20241 0t0 TCP *:3000 (LISTEN)

and connecting from localhost works.

Actions #1

Updated by Marek Hulán over 6 years ago

  • Category set to Development tools
Actions

Also available in: Atom PDF