<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Bacula_IPv6_NIC_Configuration</id>
	<title>Bacula IPv6 NIC Configuration - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Bacula_IPv6_NIC_Configuration"/>
	<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Bacula_IPv6_NIC_Configuration&amp;action=history"/>
	<updated>2026-05-17T15:06:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://techwiki.co.uk/index.php?title=Bacula_IPv6_NIC_Configuration&amp;diff=24&amp;oldid=prev</id>
		<title>Adam.birds: Created page with &quot;'''Bacula NIC'''  To be on a backup network a server will need to have a dedicated backup NIC. If up and configured correctly, the NIC should have an IPv6 address.  The NIC co...&quot;</title>
		<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Bacula_IPv6_NIC_Configuration&amp;diff=24&amp;oldid=prev"/>
		<updated>2016-04-28T10:06:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Bacula NIC&amp;#039;&amp;#039;&amp;#039;  To be on a backup network a server will need to have a dedicated backup NIC. If up and configured correctly, the NIC should have an IPv6 address.  The NIC co...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Bacula NIC'''&lt;br /&gt;
&lt;br /&gt;
To be on a backup network a server will need to have a dedicated backup NIC. If up and configured correctly, the NIC should have an IPv6 address.&lt;br /&gt;
&lt;br /&gt;
The NIC configuration for CentOS in '''/etc/sysconfig/network-scripts/ifcfg-eth1''' (replace eth1 with backup NIC, this is '''em2''' in CentOS 7) should be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DEVICE=ETH1&lt;br /&gt;
HWADDR=[mac code]&lt;br /&gt;
ONBOOT=yes&lt;br /&gt;
IPV6INIT=yes&lt;br /&gt;
IPV6_AUTOCONF=yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ubuntu in '''/etc/network/interfaces:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
iface eth1 inet6 auto&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bring the devices up and down with ifdown and ifup as normal.&lt;br /&gt;
&lt;br /&gt;
If the device picks up a local IPv6 address but not a global, it may be that ip6tables is running and blocking the dhcp ports.&lt;br /&gt;
&lt;br /&gt;
Windows - just ensure that it has the TCP/IP6 protocol installed on the network adapter, and it's set to pick up an address automatically.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Bacula]]&lt;br /&gt;
[[Category:Backups]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Contents]]&lt;/div&gt;</summary>
		<author><name>Adam.birds</name></author>
		
	</entry>
</feed>