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

Unable to run on Windows #25

Open
Phisatho opened this issue Feb 23, 2018 · 3 comments
Open

Unable to run on Windows #25

Phisatho opened this issue Feb 23, 2018 · 3 comments

Comments

@Phisatho
Copy link

Keep getting the error:
←[31mFATA←[0m[0000] route ip+net: no such network interface

@alexbeltran
Copy link
Owner

Which command are you running? It seems like you are not passing an existing interface. The command line defaults to interface "eth0" which is only valid for linux.

@Phisatho
Copy link
Author

I tried baccli whoIs
Yes the eth0 appears to be the problem. Is there a way I can use it on windows?

@PatrickWalker
Copy link

Hey @Phisatho you absolutely can use it on windows you just need to find an interface name to pass it in place of eth0

If you're unsure I wrote a small go program to print them out
https://github.com/PatrickWalker/Inyerface
feel free to create your own as you can see it's very small amount of code just wanted to make something available for you

Thanks to @alexbeltran for this repo. Looks really interesting!

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

3 participants