Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Linux & BSD & Mac => Topic started by: smoochict on January 25, 2011, 12:12:31 AM

Title: Locating routed ipv6 ranges
Post by: smoochict on January 25, 2011, 12:12:31 AM
Hello

Is there anyway in Linux (Debian, Centos) to find out all routed ipv6 ranges?

Title: Re: Locating routed ipv6 ranges
Post by: antillie on January 25, 2011, 12:48:42 AM
"ip -6 route show" should show you the IPv6 route table on most flavors of Linux.

Is that what you are looking for? I mean technically the entire IPv6 address space is routed by your default route of "::/0" to whatever your IPv6 gateway is.

So anything that isn't handled by a more specific route (static route, connected network, funny IPtables rules, ect...) will be routed to the gateway.