Router - Linux: Difference between revisions

ipv6cp-use-ipaddr
 
*Edit /etc/ppp/chap-secrets to include this line, consisting of three tab-separated words. The first entry is your AAISP router login, the second is an asterisk, and the third is your AAISP router password. For example:
mylogin@a.1 * pa$$w0rd
 
*Create /etc/ppp/ipv6-up.d/0000defaultroute. In it place the following shell script:
 
#!/bin/bash
/sbin/ip -6 route add default dev $1
 
*chmod it 755.
 
==Testing==