-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outline server pinging, but doesn't work #1588
Comments
I was able to install outline server by running all commands as administrator. but it still just doesn't work. Internet disappears as soon as I connect to the Outline server |
Can you check your firewall and also check the firewall settings from your cloud provider. |
@sbruens |
Many VPS providers block most inbound traffic by default to enhance security. This can sometimes be the source of these issues. Some more troubleshooting steps:
|
iptables -L
|
Thanks. Are you able to establish a TCP connection at all? Try |
* Trying 142.251.39.110:80...
* Connected to 142.251.39.110 (142.251.39.110) port 80 (#0)
> GET / HTTP/1.1
> Host: 142.251.39.110
> User-Agent: curl/7.74.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 301 Moved Permanently
< Location: http://www.google.com/
< Content-Type: text/html; charset=UTF-8
< Content-Security-Policy-Report-Only: object-src 'none';base-uri 'self';script-src 'nonce-LCgLvFa2RDNSC6FnClFV6w' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp
< Date: Wed, 11 Sep 2024 11:55:41 GMT
< Expires: Fri, 11 Oct 2024 11:55:41 GMT
< Cache-Control: public, max-age=2592000
< Server: gws
< Content-Length: 219
< X-XSS-Protection: 0
< X-Frame-Options: SAMEORIGIN
<
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
* Connection #0 to host 142.251.39.110 left intact |
It looks like the IP is redirecting traffic to google.com. Are you serving a web server at this IP? |
No, I just ping'ed 142.251.39.110, this is google.com IP |
My apologies for the confusion; I meant establishing a connection from client->server, not from server->target. So send a curl request from your client device to the ip:port that is in your key (you can find it after the $ curl 123.456.789.1:1111 -v
* Trying 123.456.789.1:1111...
* Connected to 123.456.789.1 (123.456.789.1) port 1111
> GET / HTTP/1.1
> Host: 123.456.789.1:1111
> User-Agent: curl/8.8.0
> Accept: */*
>
* Request completely sent off Note the "Connected to 123.456.789.1 (123.456.789.1) port 1111" |
Another way you could check is with netcat: # TCP
nc -v -z -w 3 123.456.789.1 1111
# UDP
nc -v -u -z -w 3 123.456.789.1 1111 |
sorry for hijacking this thread (but it could at least be of use)
; <<>> DiG 9.18.28-0ubuntu0.24.04.1-Ubuntu <<>> ya.ru |
Just yesterday, VPN server stopped working. Connection and control are fine. ReInstallation - hangs on Starting Shadowbox. The connection line is not present in access.txt /opt/outline.
my uninstall: I removed all docker containers, run
docker builder prune
command andrm -rf /opt/outline
remove this folder.After I stop docker-daemon by
sudo systemctl stop docker.service
After I use manager helper command:
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-apps/master/server_manager/install_scripts/install_server.sh)"
And hang up on
Starting Shadowbox..........
Re run install command hang up on
Verifying that Docker daemon is running .....
lineI don’t know which logs I can provide, tell me - I’ll do it.
The text was updated successfully, but these errors were encountered: