Hi John,

> I still have trouble with these servers listening.  I can ssh between
> them on my lan,
> I can ping them, but from any of them this does not work:
> 
> curl http://localhost:4001/version
> 
> There is nothing about openwrt firewall that would kill port 4001 on
> machines on the lan is there?
The OpenWrt firewall does not block any traffic within your LAN by default.

> Does static dhcp lease have any affect on range of IPs considered lan?
The static lease should be in the range of your network (e.g. on a
192.168.15.0/24 network, the adress range should be from 192.168.15.1 to
192.168.15.254).

> 
> Do any of these choices affect connecting on the lan?
> Domain required    yes;  Rebind protection   yes;   Allow localhost  no;
> 
I think those settings are unrelated to your problem.

Since you can ping and SSH those machines, I'd still guess that there is
a configuration issue on your host machines.

What is the output of:
$ netstat -tpln | grep :4001
on your host machines?

You can also use telnet to debug the situation:
$ telnet 192.168.15.106 4001

I hope I could help you.

Regards,
Jannis

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to