ispapp / ispapp-routeros-client

The Official ISPApp Client for RouterOS
MIT License
8 stars 5 forks source link

add IPv6 #52

Closed andrewhodel closed 2 years ago

andrewhodel commented 2 years ago

It's 3 commands and there has to be a pool specified on the dhcpv6 client, the pool is automatically configured and requires no configuration or management.

/ipv6 address
add from-pool=ipv6local interface=bridge1
/ipv6 dhcp-client
add add-default-route=yes interface=ether1 pool-name=ipv6local request=
    address,prefix
/ipv6 nd
set [ find default=yes ] disabled=yes
add hop-limit=64 interface=bridge1 ra-interval=20s-1m