Skip to content

Commit 78aa97b

Browse files
author
victor1tnet
committed
2 parents 2bf1f62 + 1fcfb88 commit 78aa97b

File tree

1 file changed

+12
-26
lines changed

1 file changed

+12
-26
lines changed

README.md

+12-26
Original file line numberDiff line numberDiff line change
@@ -69,31 +69,17 @@ Use a tunnel broker, preferably SixXS
6969
Install and configuring aiccu on the router
7070
------------
7171
- connect to the router using telnet/ssh
72-
- edit the /etc/opkg.conf file (nano /etc/opkg.conf) and replace the link in the first line with our ftp ( ftp://10.140.16.27/openwrt/brcm4716/packages)
73-
- use the "opkg update" and "opkg install aiccu" commands (obviously without the quotes)
74-
- edit the /etc/config/aiccu file and insert your credentials where they are pointed to be
75-
Example of the /etc/config/aiccu file:
76-
77-
config aiccu
78-
option username 'ABC1-SIXXS'
79-
option password '1234'
80-
option protocol
81-
option server
82-
option interface 'sixxs.0'
83-
option tunnel_id
84-
option requiretls '0'
85-
option defaultroute '1'
86-
option nat '1'
87-
option heartbeat '1'
88-
89-
- edit the /etc/config/system and replace values with the ones for your timezone
90-
Example of the /etc/config/system file:
91-
>>>>>>>>>>>>>>>.insert example<<<<<<<<<<<<<<<<<<<,,,
92-
- make aiccu run at startup by typing into the terminal : /etc/init.d/aiccu enable
93-
- start aiccu by typing into the terminal : /etc/init.d/aiccu start
94-
-
95-
96-
97-
72+
- run the runme.sh script
73+
- follow instructions
74+
- connect to the router using telnet/ssh
75+
- run the after_reboot.sh script
76+
- follow instructions
77+
9878

9979

80+
81+
Resources
82+
------------
83+
https://www.sixxs.net/
84+
https://www.sixxs.net/wiki/Aiccu/Installing_on_OpenWRT
85+
...to be added

0 commit comments

Comments
 (0)