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

Disabling eth0 (removes 192.168.1.128 IP) #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

airdrummingfool
Copy link

For some reason, the Yi configures itself to have a static IP of 192.168.1.128 in addition to however you have configured it. This removes that secondary IP, preventing network collisions and reducing sketchiness.

@querex007
Copy link

Many thanks, had the same annoying issue over here...
Now it's fixed, works great!

@masterchop
Copy link

ifconfig eth0 down doesnt work, what command did you ran?

@airdrummingfool
Copy link
Author

@masterchop if you look at the commit added by this PR, you can see the commands that are run to disable eth0. I'll also put them below:

ifconfig eth0 0.0.0.0 # manually remove the configured IP by setting it to 0.0.0.0
ifconfig eth0 down # this doesn't seem to do anything except hide eth0 from `ifconfig` output

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

Successfully merging this pull request may close these issues.

3 participants