[ale] IPV6 & Linksys router
Michael Trausch
mike at trausch.us
Mon Apr 26 15:53:01 EDT 2010
On Mon, 2010-04-26 at 15:41 -0400, Paul Cartwright wrote:
> ok, I guess I need an IPV6 lesson first...
> how would I determine my gateway?
>
> here is my tunnel info:
>
> Server IPv4 address: 216.66.22.2
> Server IPv6 address: 2001:470:7:238::1/64
> Client IPv4 address: 208.65.91.107
> Client IPv6 address: 2001:470:7:238::2/64
> Available DNS Resolvers
> Anycasted IPv6 Caching Nameserver: 2001:470:20::2
> Anycasted IPv4 Caching Nameserver: 74.82.42.42
> Routed IPv6 Prefixes and rDNS Delegations
> Routed /48: Allocate /48
> Routed /64: 2001:470:8:238::/64
Your home network uses addresses in the 2001:470:8:238::/64 address
space. So, your Ethernet card attached to the home network would get
2001:470:8:238::1 as an address, statically assigned, at least the way
that I have done my network. Your HE virtual interface uses
2001:470:7:238::2 as its address.
Now, on the system that has the HE interface, you use 2001:470:7:238::1
as the default gateway.
On other hosts on your home network, if you're running radvd, you'll use
a link local address; that's the address that radvd will send when it
does its router advertisements. You'll need IPv6 forwarding turned on
on your box connected to HE, because it will function as a router. You
would also do any firewalling on that host.
Does that answer your question?
The radvd configuration would look like this:
interface eth0 {
AdvSendAdvert on;
MaxRtrAdvInterval 60;
MinRtrAdvInterval 30;
prefix 2001:470:8:238::0/64 {
AdvOnLink on;
AdvAutonomous on;
};
};
Your hosts on the network will automatically set a default gateway and
routes and all of that from the RA it receives, which can take up to 60
seconds after the machine boots with that configuration.
--- Mike
--
Even if their crude and anticompetitive business practices don't make
you think about using their software, their use of sweatshops and child
labor should: boycott Microsoft like you would any other amoral child
abuser: http://is.gd/btW8m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://mail.ale.org/pipermail/ale/attachments/20100426/de15df6d/attachment.bin
More information about the Ale
mailing list