Skip to content

Disabling eth0 (removes 192.168.1.128 IP)#108

Open
airdrummingfool wants to merge 1 commit intofritz-smh:masterfrom
airdrummingfool:disable-eth0
Open

Disabling eth0 (removes 192.168.1.128 IP)#108
airdrummingfool wants to merge 1 commit intofritz-smh:masterfrom
airdrummingfool:disable-eth0

Conversation

@airdrummingfool
Copy link
Copy Markdown

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
Copy Markdown

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

@masterchop
Copy link
Copy Markdown

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

@airdrummingfool
Copy link
Copy Markdown
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