lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <491DBEED.3090009@hp.com> Date: Fri, 14 Nov 2008 13:09:49 -0500 From: Brian Haley <brian.haley@...com> To: Mohan Lal Jangir <mohanlal@...sung.com> CC: netdev@...r.kernel.org Subject: Re: ipv6 route configuration Mohan Lal Jangir wrote: > [foo:/root] route -A inet6 add 2::/64 gw 2::1 dev eth5 > SIOCADDRT: Invalid argument > [foo:/root] > Could someone please tell why route addition tells invalid argument ? Because 2::1 is in the reserved address space (see http://www.iana.org/assignments/ipv6-address-space) and the kernel needs to have a unicast address for the gateway. You could try using the link-local address (which is preferred) for that system instead. Or use a real global prefix or generate a ULA. -Brian -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html