lnd with nat enabled crashes
Closed this issue · 5 comments
AnotherDroog commented
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
nolim1t commented
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.
AnotherDroog commented
Good point. Let's defer this to later
nolim1t commented
also
/usr/bin/ip: no such file or directory
meeDamian commented
This seems to help: lightningnetwork/lnd#2008
Disabling ufw
stops lnd
from insta-crashing, but still doesn't seem to be doing anything.
AnotherDroog commented
lnd_1 | SRVR: Scanning local network for a UPnP enabled device
Fixed in docker-lnd nat-fix
branch
PR incoming