Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outime/ipv6-dhclient-script
IPv6 w/ dhclient configuration script (Debian/RedHat-based distros)
https://github.com/outime/ipv6-dhclient-script
centos debian dhclient dhcp dhcpd duid ipv6 ipv6-dhclient-script shell ubuntu
Last synced: 3 months ago
JSON representation
IPv6 w/ dhclient configuration script (Debian/RedHat-based distros)
- Host: GitHub
- URL: https://github.com/outime/ipv6-dhclient-script
- Owner: outime
- License: mit
- Created: 2015-01-11T02:44:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T20:13:14.000Z (almost 7 years ago)
- Last Synced: 2024-04-27T20:37:25.347Z (6 months ago)
- Topics: centos, debian, dhclient, dhcp, dhcpd, duid, ipv6, ipv6-dhclient-script, shell, ubuntu
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 67
- Watchers: 7
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipv6-dhclient-script
Simple IPv6 configuration script for Debian (Ubuntu...) and RedHat (CentOS, Fedora...) based distros, mainly for [Online.net](http://www.online.net/) servers but valid for any network that provides IPv6 access through prefix delegation i.e. the static address is configured by the client and an identifier (DUID) is sent to the DHCP server in order to get functional routes.Dedicated servers provided by [Online.net](http://www.online.net/) won't come with IPv6 enabled by default so this makes things a bit easier specially when owning multiple servers and IPv6 needs to be enabled by hand in each one.
The script has been successfully tested under:
* Ubuntu Server 14.04 & 16.04
* Debian 7 & 8
* CentOS 6 & 7
* Some Proxmox VE setups (see issue [#1](https://github.com/outime/ipv6-dhclient-script/issues/1) and [#2](https://github.com/outime/ipv6-dhclient-script/issues/2))Just run the script and follow the instructions:
`$ ./ipv6-dhclient-script.sh`
You can also pass parameters straight away:
`$ ./ipv6-dhclient-script.sh
`Some questions were answered [in a LowEndTalk thread](http://www.lowendtalk.com/discussion/40695/ipv6-dhclient-auto-configuration-script-online-net) although I really encourage you to open an issue [here](https://github.com/outime/ipv6-dhclient-script/issues/new) instead of posting there.