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

ip command ( replacement for ifconfig) not working #1114

Closed
dragon512 opened this issue Sep 22, 2016 · 2 comments
Closed

ip command ( replacement for ifconfig) not working #1114

dragon512 opened this issue Sep 22, 2016 · 2 comments

Comments

@dragon512
Copy link

Build 14931

This might be a duplicate issue as ifconfig does not work as well. Just logging it here.

the command ip fail: (example)

ip
SO_SNDBUF: Invalid argument

From a networking point of view it would be nice for this to work as "ifconfig" as I understand it is being replaced with "ip"
Should note that all commands to ip seem to fail the same way.

@sunilmut
Copy link
Member

Thanks @dragon512 for the feedback. Yes, ip tool does not work today, just as ifconfig, for different reasons though. ip has dependency on NETLINK sockets and ifconfig relies on SIOCG* IOCTLS. Both of these are currently not implemented in WSL and we are looking into enabling these tools. This is also covered in this User Voice Post. Feel free to voice your opinion and vote there. Similar posts are #908, #767. Do bear with us as we make progress and hopefully you are having fun with WSL!

@bitcrazed
Copy link
Contributor

Closing as dupe of #908, #767.

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

No branches or pull requests

3 participants