manual install does not print firewall help if firewall check fails
See original GitHub issueqoli@sarayun-gcm:~$ wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh | sudo bash
> Verifying that Docker is installed .......... OK
> Verifying that Docker daemon is running ..... OK
> Creating persistent state dir ............... OK
> Generating secret key ....................... OK
> Generating TLS certificate .................. OK
> Generating SHA-256 certificate fingerprint .. OK
> Starting Shadowbox .......................... OK
> Starting Watchtower ......................... OK
> Waiting for Outline server to be healthy .... OK
> Creating first user ......................... OK
> Adding API URL to config .................... OK
> Checking host firewall ...................... BLOCKED
Sorry! Something went wrong. If you can't figure this out, please copy and paste all this output into the Outline Manager screen, and send it to us, to see if we can help you.
Checking host firewall … BLOCKED
Please show what port need to open. I don’t know open which port.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
How to Fix “The Print Spooler Service Is Not Running” Error in ...
If your printer is connected to a network, it is possible that Windows Defender Firewall is preventing the connection resulting in the error....
Read more >Unable to Add a Printer to Windows 11 Pro (No Visible Errors)
Go to Start > Settings > Privacy & Security > Windows Security > Firewall & network protection. Toggle off the Windows Defender Firewall....
Read more >Firewall blocks driver install or printer functions (Windows)
Use the Print and Scan Doctor to temporarily disable firewall software to determine if it is the cause of driver installation or printer...
Read more >Guidelines on firewalls and firewall policy - GovInfo
Firewalls are devices or programs that control the flow of network traffic between networks or hosts that employ differing security postures. At one...
Read more >Adding Exceptions to the Windows Firewall
Click Allow a program through Windows Firewall to open the Windows Firewall Settings window. Click the Exceptions tab. Click to check mark the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It would be useful if the script would say which ports need to be opened when it gives the “host firewall BLOCKED” error. Now we have to go on Google (may be blocked - China) and look for the ports (or worse open up ALL of them not knowing which ones are used). Simply echoing out “open all ports above 1024 until set-up has been finished” would help a lot.
Thanks @qoli for the output dump. That’s very helpful. I believe @trevj is right, so we know where the problem probably is. That’s my fault, sorry about that (and damn shell programming! 😞).
I’ll work on it later today.