Skip to content
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

Server on Linux, client on Windows does NOT work #24

Open
limenleap opened this issue May 25, 2021 · 1 comment
Open

Server on Linux, client on Windows does NOT work #24

limenleap opened this issue May 25, 2021 · 1 comment

Comments

@limenleap
Copy link

limenleap commented May 25, 2021

On the Linux server (64bit Ubuntu) I started it like this:
./mr2 server -p xyzabc -l :9999

(on the ufw firewall at Linux and even at the Amazon Networking permissions, I opened both ports: 9999 and 8980 )

I started a small localhost webserver at 127.0.0.1:8980

Then I started this on Windows
mr2 client -s 65.1.164.105:9999 -p xyzabc --serverPort 8980 -c 127.0.0.1:8980
But when I browsed to
http://65.1.164.105:8980

It does NOT connect

What may I be doing wrong? Thanks!

Additional info:
When I do ctrl-c on the Linux server command, I get this message after it quits: " use of closed network connection" Is that a clue?

@limenleap
Copy link
Author

limenleap commented May 25, 2021

I stopped the localhost server and thought of serving out a folder as a website. So I gave this command

mr2 client -s 65.1.164.105:9999 -p xyzabc --serverPort 8980 --clientDirectory C:\data\limenleap --clientPort 8980

But even that did NOT work. What should I do next?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant