Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Router - Linux: Difference between revisions

Content deleted Content added
AA-Andrew (talk | contribs)
AA-Andrew (talk | contribs)
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==