You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-26
Original file line number
Diff line number
Diff line change
@@ -69,31 +69,17 @@ Use a tunnel broker, preferably SixXS
69
69
Install and configuring aiccu on the router
70
70
------------
71
71
- 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
0 commit comments