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

Option to skip setting Static IP (and install dhcpcd,... packages) for other network manager #2875

Closed
3 tasks done
ghost opened this issue Aug 15, 2019 · 1 comment
Closed
3 tasks done

Comments

@ghost
Copy link

ghost commented Aug 15, 2019

In raising this issue, I confirm the following: {please fill the checkboxes, e.g: [X]}

How familiar are you with the the source code relevant to this issue?:

1


Expected behaviour:

Option to skip static config (with dhcpcd) if you have another network manager installed (like I have systemd-network, see also #1713)

and also do not install these packages (maybe more???)

  • openresolv
  • dhcpcd5
  • ifupdown

Actual behaviour:

I have a freshly installed raspberry pi buster with systemd-network to bridge 2 network cards (wifi/lan failover)

systemd-network because bonding is not working using /etc/network/interfaces config/tutorials, it randomly loses name resolution, but that is not relevant to this problem... setup using: https://raspberrypi.stackexchange.com/questions/78787/howto-migrate-from-networking-to-systemd-networkd-with-dynamic-failover

but it would be nice to have an option to skip setting the static ip and skip installing those packages,

Steps to reproduce:

Run the installer/setup...

Troubleshooting undertaken, and/or other relevant information:

Currently for systemd-network I set manually the static ip of my bond... then install pihole with...

git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
cd "Pi-hole/automated install/"
sudo bash basic-install.sh
sudo apt --autoremove purge openresolv -y
sudo apt --autoremove purge dhcpcd5 -y
sudo apt --autoremove purge ifupdown -y

@dschaper
Copy link
Member

Because of the number of requests and the very limited resources we have as a free open-source project run by volunteers, we ask that you open all Feature Requests at our Discourse Forum.

Thank you for your understanding.

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

1 participant