We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This looks like local misconfiguration, but I can't seem to force mono to listen on localhost instead of remote network:
Stop iptables so that they don't interfere:
sudo systemctl stop iptables.service
Start omnisharp:
/usr/bin/mono /home/tom/.vim/bundle/omnisharp-vim/server/OmniSharp/bin/Debug/OmniSharp.exe -p 2000 -s /home/tom/csharp/playground.sln -v Verbose
Check if I can connect to it:
telnet localhost 2000 Trying ::1... Connection failed: Connection refused Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused
See if port is open
lsof -i TCP| fgrep LISTEN | grep mono mono 27675 tom 4u IPv4 6274518 0t0 TCP BLAHBLAH.members.linode.com:cisco-sccp (LISTEN)
Try remote host:
telnet BLAHBLAH.members.linode.com 2000 Trying /*my remote ip here*/... Connected to BLAHBLAH.members.linode.com. Escape character is '^]'. ^]
The text was updated successfully, but these errors were encountered:
was meant to post in omnisharp-server, see OmniSharp/omnisharp-server#180
Sorry, something went wrong.
No branches or pull requests
This looks like local misconfiguration, but I can't seem to force mono to listen on localhost instead of remote network:
Stop iptables so that they don't interfere:
Start omnisharp:
Check if I can connect to it:
See if port is open
Try remote host:
The text was updated successfully, but these errors were encountered: