Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


IPV6 DHCP
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

IPV6 DHCP

CrogicCrogic Member
edited May 2015 in Help

I am having trouble getting IPV6 to work on my Debian server.I have a /64 shared among my VMs and I'm trying to get an address using DHCP but I keep getting "Network is unreachable".

Here's my /etc/network interfaces file:

auto venet0:0
iface venet0:0 inet static
        address IPV4
        netmask 255.255.255.255

auto venet0:1
iface venet0:1 inet6 auto

I'm running Debian 7 on OpenVZ.

Comments

Sign In or Register to comment.