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

busybox netcat not working properly #77

Open
sinamhdv opened this issue Sep 24, 2023 · 1 comment
Open

busybox netcat not working properly #77

sinamhdv opened this issue Sep 24, 2023 · 1 comment

Comments

@sinamhdv
Copy link
Contributor

I tried to run netcat binary using the bincompat mode and run-app-elfloader, but it does not properly send or receive messages. Then, I tried to run the nc command in the busybox binary provided in the dynamic apps repository but that had the same issue.

I run this to start a netcat server in unikraft:

sudo ./run.sh -n -r ../dynamic-apps/busybox/ /bin/busybox nc -lp 12345

Then I run this in the host OS to connect to it:

nc 172.44.0.2 12345

However, when I type messages into any of these, it can be seen that no message is transferred from the client (host) to the server (unikraft VM) and only the first message that is entered in the server (unikraft) is transferred to the host os and the rest of them are not transferred.

@razvand
Copy link
Contributor

razvand commented Sep 24, 2023

Thanks for reporting this, @sinamhdv

5HP

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

2 participants