lncm/pi-factory

lnd with nat enabled crashes

Closed this issue · 5 comments

Most probably related to miniupnp or nat-pmp missing in path

Scanning local network for a NAT-PMP enabled device
[ERR] SRVR: Unable to discover a NAT-PMP enabled device on the local network: fork/exec /usr/bin/ip: no such file or directory
[ERR] SRVR: unable to create server: Unable to discover a NAT-PMP enabled device on the local network: fork/exec /usr/bin/ip: no such file or directory

thats a tough one to resolve because the box is within its own docker compose VLAN. Unless we remove docker-compose, which adds more complexity in orchestration.

Good point. Let's defer this to later

also

/usr/bin/ip: no such file or directory

This seems to help: lightningnetwork/lnd#2008

Disabling ufw stops lnd from insta-crashing, but still doesn't seem to be doing anything.

lnd_1 | SRVR: Scanning local network for a UPnP enabled device

Fixed in docker-lnd nat-fix branch

PR incoming