Developers Documentation

×

Warning

301 error for file:https://clearos.com/dokuwiki2/lib/exe/css.php?t=dokuwiki&tseed=82873f9c9a1f5784b951644363f20ef8

User Tools

Site Tools


IPv6

This is an architecture guide for IPv6 on ClearOS 6.x. This guide discusses the format for IPv6 structures within ClearOS and is designed to be a howto for current users as well as a structure guide for future development and modules.

This guide is still under construction

Prerequisites

To enable ClearOS for IPv6 support, validate that following setting in /etc/sysconfig/network:

NETWORKING_IPV6=yes

Configuring interfaces

For each IPv6 enabled interface you will update the following:

IPV6INIT=yes
IPV6ADDR=
IPV6_DEFAULTGW=

Your interface may look like this (/etc/sysconfig/network-scripts/ifcfg-eth0):

DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
USERCTL="no"
HWADDR=00:11:22:33:44:55
IPADDR=1.2.3.4
GATEWAY=1.2.3.1
NETMASK=255.255.255.248
IPV6INIT=yes
IPV6ADDR=1234:0000:1000:0011:0000:0000:0102:0304
IPV6_DEFAULTGW=1234:0000:1000:0011:0000:0000:0102:0301
content/en_us/kb_o_ipv6.txt · Last modified: 2014/12/23 17:43 (external edit)

https://clearos.com/dokuwiki2/lib/exe/indexer.php?id=content%3Aen_us%3Akb_o_ipv6&1710839013