addded ufw

This commit is contained in:
Shannon Appelcline 2020-10-13 15:08:24 -10:00 committed by GitHub
parent 1f0a01ad8d
commit c9f49f52e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,15 @@ $ sudo systemctl enable lightningd.service
$ sudo systemctl start lightningd.service
```
### Enabling Remote Connections
If you have some sort of firewall, you'll need to open up port 9735, to allow other Lightning nodes to talk to you.
If you use `ufw` from Bitcoin Standup, this is done as follows:
```
$ sudo ufw allow 9735
```
## Verifying your Node
You can check if your Lightning node is ready to go by comparing the output of `bitcoin-cli getblockcount` with the `blockheight` result from `lightning-cli getinfo`.