Router - Cisco IPv6 Native Config: Difference between revisions
Appearance
Content deleted Content added
| Line 28: | Line 28: | ||
<pre> |
<pre> |
||
conf t |
|||
interface dialer0 |
|||
ipv6 enable |
|||
ipv6 traffic-filter adsl-ipv6 in |
|||
</pre> |
</pre> |
||
02/11/2011 |
|||
The above config didn't work for me I had to create a new /64 via Clueless and add this here as an IP address |
The above config didn't work for me I had to create a new /64 via Clueless and add this here as an IP address |
||
<pre> |
<pre> |
||
ipv6 nd prefix <your_slash_64>::1/64 |
|||
</pre> |
</pre> |
||
I would also add the following traffic-filter to the dialer interface |
I would also add the following traffic-filter to the dialer interface |
||
<pre> |
<pre> |
||
ipv6 traffic-filter outboundfilters-ipv6 out |
|||
</pre> |
</pre> |
||