Router - Linux: Difference between revisions
Appearance
Content deleted Content added
m →Setup |
m →Setup |
||
| Line 36: | Line 36: | ||
ipv6cp-use-ipaddr |
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: |
*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 |
mylogin@a.1 * pa$$w0rd |
||
Create /etc/ppp/ipv6-up.d/0000defaultroute. In it place the following shell script: |
*Create /etc/ppp/ipv6-up.d/0000defaultroute. In it place the following shell script: |
||
#!/bin/bash |
#!/bin/bash |
||
/sbin/ip -6 route add default dev $1 |
/sbin/ip -6 route add default dev $1 |
||
chmod it 755. |
*chmod it 755. |
||
==Testing== |
==Testing== |
||