[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problem configuring squeeze



Hello,

On Sun, 15 May 2011 17:16:47 +0200
Eugen Leitl <eugen@leitl.org> wrote:

> You were correct, IPv6 autoconfiguration was the culprit.
> It is very annoying to switch off, I had to use the 
> recipe from https://tools.bitfolk.com/wiki/IPv6
> 
> What worked for me (from /etc/network/interfaces ):
> 
> # WAN IPv6 from 2a01:4f8:7d:300::/56
> iface eth0 inet6 static
> address 2a01:4f8:7d:300::2
> gateway 2a01:4f8:7d:300::1
> netmask 64
> # Disable autoconf
> post-up echo 0 > /proc/sys/net/ipv6/conf/default/accept_ra
> post-up echo 0 > /proc/sys/net/ipv6/conf/all/accept_ra
> post-up echo 0 > /proc/sys/net/ipv6/conf/$IFACE/accept_ra
> post-up echo 0 > /proc/sys/net/ipv6/conf/default/autoconf
> post-up echo 0 > /proc/sys/net/ipv6/conf/all/autoconf
> post-up echo 0 > /proc/sys/net/ipv6/conf/$IFACE/autoconf

Newer ifupdown can do this automagically. Soon to appear in
experimental.

-- 
WBR, Andrew

Attachment: signature.asc
Description: PGP signature


Reply to: