---
title: "Online.net IPv6 Setup Script"
id: "195"
type: "post"
slug: "online-net-ipv6-script"
published_at: "2015-04-13T11:42:53+00:00"
modified_at: "2017-01-23T18:56:51+00:00"
url: "https://www.sonicboxes.com/online-net-ipv6-script/"
markdown_url: "https://www.sonicboxes.com/online-net-ipv6-script.md"
excerpt: "Someone on LowEndTalk recently posted a great script to automatically configure IPv6 on Online.net’s dedicated servers. Since I’ve recently been using one of their 2EUR Kidéchire specials as a Deluge & SABnzbd box I found this quite useful. Script Usage:..."
taxonomy_category:
  - "Uncategorized"
---

# Online.net IPv6 Setup Script

Written by

[nunim](https://www.sonicboxes.com/author/sbuser1/)

in

[Uncategorized](https://www.sonicboxes.com/category/uncategorized/)

Someone on LowEndTalk recently posted a great script to automatically configure IPv6 on Online.net’s dedicated servers. Since I’ve recently been using one of their 2EUR Kidéchire specials as a Deluge & SABnzbd box I found this quite useful.

**Script Usage:**

This script is designed to be run on an Online.net Dedicated Server, it has been tested on:

- Debian 7
- Ubuntu 14.04
- CentOS 7
- Proxmox VE w/ OVZ (see [Issue #1](https://github.com/outime/ipv6-dhclient-script/issues/1) )

**Updated 01-23-2017**

```
wget www.sonicboxes.com/scripts/online_net_ipv6_dhclient_Jan17.tar.gz
tar -xf online_net_ipv6_dhclient_Jan17.tar.gz
cd ipv6-dhclient-script
chmod 755 ipv6_dhclient_online_net.sh
./ipv6-dhclient-script.sh <interface> <address block> <subnet> <duid>
```

**Example:**

All of the required information can be found on your Online.net Network configuration page (console.online.net >> Server >> Network configuration). It should look like this:

[https://www.sonicboxes.com/wp-content/uploads/2015/04/6c1805.png](https://www.sonicboxes.com/wp-content/uploads/2015/04/6c1805.png)

In this example, we’ll be adding the subnet 2001:0bc7:5555:101::/64 to our dedicated server via the following command:

```
./ipv6-dhclient-script.sh eth0 2001:0bc7:5555:101:: 64 00:04:01:07:c7:b8:2f:13:d5:a8
```

Next we’ll want to add some addresses from the /64 block to the server:

```
/sbin/ifconfig eth0 inet6 add 2001:0bc7:5555:101::1
/sbin/ifconfig eth0 inet6 add 2001:0bc7:5555:101::2
```

Your server should now have outgoing IPv6 connectivity and you should be able to ping the assigned address, in this example – 2001:0bc7:5555:101::1, from an outside network.

Source: [GitHub](https://github.com/outime/ipv6-dhclient-script)
– [LowEndTalk Thread](http://www.lowendtalk.com/discussion/40695/ipv6-dhclient-auto-configuration-script-online-net)

## Comments

### One response to “Online.net IPv6 Setup Script”

1. [September 8, 2017](https://www.sonicboxes.com/online-net-ipv6-script/#comment-11106) Tony Worked great. Thanks for the help [Reply](https://www.sonicboxes.com/online-net-ipv6-script/?replytocom=11106#respond)

### Leave a Reply [Cancel reply](/online-net-ipv6-script/#respond)

## More posts

- ### [KASM SSL](https://www.sonicboxes.com/kasm-ssl/) [April 19, 2026](https://www.sonicboxes.com/kasm-ssl/)
- ### [How to Set Up Deluge with Nginx on a VPS for a Seedbox – Part 1](https://www.sonicboxes.com/585-2/) [November 17, 2025](https://www.sonicboxes.com/585-2/)
- ### [How to Set Up Deluge with Nginx on a VPS for a Seedbox](https://www.sonicboxes.com/how-to-set-up-deluge-with-nginx-on-a-vps-for-a-seedbox/) [November 13, 2025](https://www.sonicboxes.com/how-to-set-up-deluge-with-nginx-on-a-vps-for-a-seedbox/)
- ### [Using a Cheap USB GPS Module (VK-162) with Python](https://www.sonicboxes.com/using-a-cheap-usb-gps-module-vk-162-with-python/) [September 16, 2025](https://www.sonicboxes.com/using-a-cheap-usb-gps-module-vk-162-with-python/)
