---
title: "Listening on individual IPv6 interfaces does not work"
slug: "aa-00321"
description: "Mount another instance of \"proc\" in the chroot file system."
updated: 2018-10-10T14:48:04Z
published: 2018-10-10T14:48:34Z
canonical: "kb.isc.org/aa-00321"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.isc.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Listening on individual IPv6 interfaces does not work

This is usually due to "/proc/net/if_inet6" not being available in the chroot file system. Mount another instance of "proc" in the chroot file system.

This can be be made permanent by adding a second instance to /etc/fstab.

```
proc /proc           proc defaults 0 0
proc /var/named/proc proc defaults 0 0
```
