{"id":22276692,"url":"https://github.com/theoneoh1/autodhcp","last_synced_at":"2026-06-17T23:31:23.036Z","repository":{"id":198452836,"uuid":"564706552","full_name":"TheOneOh1/AutoDHCP","owner":"TheOneOh1","description":"Automating DHCP Server configuration with Bash","archived":false,"fork":false,"pushed_at":"2022-12-09T06:18:31.000Z","size":227,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T07:27:48.344Z","etag":null,"topics":["automation","bash","bash-script","dhcp","dhcp-server","dhcpd","network","networking"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheOneOh1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-11T09:59:32.000Z","updated_at":"2022-11-14T04:58:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"36757ba8-4992-4fff-a5f8-37d84acc35c0","html_url":"https://github.com/TheOneOh1/AutoDHCP","commit_stats":null,"previous_names":["theoneoh1/autodhcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheOneOh1/AutoDHCP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOneOh1%2FAutoDHCP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOneOh1%2FAutoDHCP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOneOh1%2FAutoDHCP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOneOh1%2FAutoDHCP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheOneOh1","download_url":"https://codeload.github.com/TheOneOh1/AutoDHCP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOneOh1%2FAutoDHCP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34470322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bash","bash-script","dhcp","dhcp-server","dhcpd","network","networking"],"created_at":"2024-12-03T14:15:48.542Z","updated_at":"2026-06-17T23:31:23.019Z","avatar_url":"https://github.com/TheOneOh1.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoDHCP\n\n- Automating DHCP Server configuration with Bash\n- Client Configuration is not mentioned here as it has to be done manually\n- As of now you have to manually install the DHCP package with \u003c/br\u003e\n`sudo apt install isc-dhcp-server` \u003c/br\u003e\n\n### How to use?\n\n- You can directly use the code or clone the repo\n\n  ``bash AutoDHCPilot.sh``\n\n- It will ask for details to that to be filled out by user and configuration will be automated\n  \n  \u003e - Provide Domain Name \u003c/br\u003e\n  \u003e - Provide Subnet (eg. 192.168.80.0) \u003c/br\u003e\n  \u003e - Provide Option Routers (eg. 192.168.80.1) \u003c/br\u003e\n  \u003e - Provide IP Pool with Starting and Ending IP address \u003c/br\u003e\n\n- At the end it will show which IP has been assigned yet.\n\n### Output\n\n![](https://github.com/TheOneOh1/AutoDHCP/blob/main/carbon%20(1).png)\n\n### Client Side\n\n- First check the network interface of client machine (eg. ens33, eth0)\n- Open the Interfaces file \u003c/br\u003e\n`sudo nano /etc/network/interfaces` \u003c/br\u003e\n  And enter the following details \u003c/br\u003e\n   ```\n   auto \u003cinterface-name\u003e\n   iface \u003cinterface-name\u003einet dhcp\n   ```\n- Once done restart the network or reboot the system \u003c/br\u003e\n`systemctl restart networking` \u003c/br\u003e\n`dhclient -4` \u003c/br\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoneoh1%2Fautodhcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheoneoh1%2Fautodhcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoneoh1%2Fautodhcp/lists"}