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

Network doesn't always come up when computer reboots #1

Open
bsclifton opened this issue Mar 29, 2018 · 0 comments
Open

Network doesn't always come up when computer reboots #1

bsclifton opened this issue Mar 29, 2018 · 0 comments

Comments

@bsclifton
Copy link
Owner

bsclifton commented Mar 29, 2018

This has happened a few times

With this setup, I've had to shut off power for various reasons (working on electrical, unplugging wires, etc). When router comes back online, computers on the network do not have connectivity

When I KVM the router, it usually has an IP on the primary interface. However, the second interface (intranet) sometimes doesn't come up (fixed with /etc/init.d/networking restart). Sometimes that is working as expected but the DHCP server is not working (fixed with /etc/init.d/isc-dhcp-server restart)

It would be great to solve this in a robust way. A quick and dirty way would be to create a cron job to restart the services hourly. A better way would be to use a bash script to check service status and then (if needed) restart services (kicked off via cron). There are probably even better ways too

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