What's new

Persistent IPv6 Static Routes???

sdh91

New Around Here
I am looking for a way to make some IPv6 routes persistent in my router.

Thus far I can add the routes via ssh to the route with a command similar to below.
Code:
route -A inet6 add 26XX:XXXX:XXXX:XXXX:1000::/68 gw 26XX:XXXX:XXXX:0001::2 dev br0

The only issue I have is after every reboot the routes are gone. I would like either a way to edit a route list or a way to have the router read a file with the routes and add it back to the table after each reboot.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top