Differences
This shows you the differences between two versions of the page.
edgerouter:6rd [2015/04/27 20:23] brielle created |
edgerouter:6rd [2017/08/09 16:42] (current) brielle |
||
---|---|---|---|
Line 23: | Line 23: | ||
set interfaces tunnel tun0 multicast disable | set interfaces tunnel tun0 multicast disable | ||
set interfaces tunnel tun0 ttl 255 | set interfaces tunnel tun0 ttl 255 | ||
+ | |||
+ | If you are running pre-1.8 firmware, you will need to use the following: | ||
+ | |||
set protocols static route6 '::/0' next-hop '::205.171.2.64' interface tun0 | set protocols static route6 '::/0' next-hop '::205.171.2.64' interface tun0 | ||
+ | |||
+ | If you are running 1.8 or later, use the following instead: | ||
+ | |||
+ | set interfaces tunnel tun0 6rd-default-gw ::205.171.2.64 | ||
+ | |||
And configure a range on your LAN side. In this case, we'll be using eth1. For CL business level customers, each public static IP gets assigned a /56. For residential, its a /64. We'll use the first /64 block in the /56 for the LAN. | And configure a range on your LAN side. In this case, we'll be using eth1. For CL business level customers, each public static IP gets assigned a /56. For residential, its a /64. We'll use the first /64 block in the /56 for the LAN. |