I've enabled IPv6 with prefix delegation on the core router. The local interface you should see is 2607:f3f0:2:1000::1 on the router if over the wireless. I've not tested it but SLACC should work, and ideally DHCPv6 with PD should be going. Right now I'm using excel for IPAM :( 73's -- Bryan Fields, W9CR Florida Simulcast Group, Inc.
I've been using nipap for my personal project ipam solution. Very basic but written all in Python and the Api works great with Python. Tyler KM4RAE On Saturday, November 5, 2016, Bryan Fields <bryan@flscg.org> wrote:
I've enabled IPv6 with prefix delegation on the core router.
The local interface you should see is 2607:f3f0:2:1000::1 on the router if over the wireless. I've not tested it but SLACC should work, and ideally DHCPv6 with PD should be going.
Right now I'm using excel for IPAM :(
73's -- Bryan Fields, W9CR Florida Simulcast Group, Inc. _______________________________________________ FSG-public mailing list FSG-public@lists.keekles.org <javascript:;> http://lists.keekles.org/cgi-bin/mailman/listinfo/fsg-public
-- xlr12 xloner12@gmail.com
On 11/5/16 10:18 PM, Bryan Fields wrote:
The local interface you should see is 2607:f3f0:2:1000::1 on the router if over the wireless. I've not tested it but SLACC should work, and ideally DHCPv6 with PD should be going.
So we learned some stuff tonight, the Mikrotik routers don't support SLAAC as a client! But we have them going with DHCPv6 using the following command: /ipv6 dhcp-client add interface=bridge-local add-default-route=yes use-peer-dns=yes request=address Prefix delegation needs to be tested yet, but it looks like it should work. 73's -- Bryan Fields, W9CR Florida Simulcast Group, Inc.
participants (2)
-
Bryan Fields -
xloner12