Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
f11:technik:raspberrypi:hotspotdm3kb:raspbcoovai [2014/12/05 08:33]
dm3kb
f11:technik:raspberrypi:hotspotdm3kb:raspbcoovai [2019/09/29 12:03] (aktuell)
Zeile 1: Zeile 1:
-Install Coova-Chilly from the [[RASPBCOOVAC|.deb file (Coova Chilli Debian pakage)]] compiled previoisly.\\ +Install Coova-Chilly from the deb file (Coova Chilli Debian pakage)  
 +[[f11:technik:raspberrypi:hotspotdm3kb:raspbcoovac|compiled]] previoisly .\\ 
 \\  \\ 
 Use dpkg -i to install the package, after choosing default (keep current installed version) the error message is O.K. as coova-chilli is not \\ properly configured yet.\\  Use dpkg -i to install the package, after choosing default (keep current installed version) the error message is O.K. as coova-chilli is not \\ properly configured yet.\\ 
Zeile 24: Zeile 25:
  
 </code> </code>
 +**Note:** The error above is accepeted as the configuration is not valid at this time, you can ignore the message\\
  
-Configure Coova-Chilli:\\ +==Configure Coova-Chilli== 
 +CoovaChilly needs some configuration in the file: /etc/default/chilli 
 <code> <code>
 root@raspberrypi:/usr/src# vi /etc/default/chilli  root@raspberrypi:/usr/src# vi /etc/default/chilli 
Zeile 37: Zeile 39:
 </code> </code>
  
-Delete automatic generated main configuration file:\\+==Delete automatic generated main configuration file==
  
 <code> <code>
Zeile 43: Zeile 45:
 </code> </code>
  
-Edit Coova-Chilli main configuration file:\\+==Edit Coova-Chilli main configuration file==
  
 <code> <code>
Zeile 76: Zeile 78:
 HS_RADIUS2=localhost HS_RADIUS2=localhost
 HS_UAMALLOW=10.1.1.0/24 HS_UAMALLOW=10.1.1.0/24
-HS_RADSECRET=RaspiRadi1234    # Set to be your RADIUS shared secret+HS_RADSECRET=Raspi            # Set to be your RADIUS shared secret
 HS_UAMSECRET=change-me123     # Set to be your UAM secret, secures the communication between coova-chilli and miniportal HS_UAMSECRET=change-me123     # Set to be your UAM secret, secures the communication between coova-chilli and miniportal
 HS_UAMALIASNAME=chilli HS_UAMALIASNAME=chilli
  
-HS_LOC_NAME="Ramazotti HotSpot   # WISPr Location Name and used in portal+HS_LOC_NAME="Your-Hotspot   # WISPr Location Name and used in portal
 </code> </code>
  
-Firewall Set-Up\\ +==Firewall Set-Up== 
 \\ \\
 CoovaChilli is preconfigured but needs adaption in file:  /etc/chilli/up.sh\\  CoovaChilli is preconfigured but needs adaption in file:  /etc/chilli/up.sh\\ 
Zeile 91: Zeile 93:
 </code> </code>
  
-Modify the End of the file to match the output below:+Modify the End of the file to match the output below:\\
 <code> <code>
 <SNIP> <SNIP>
Zeile 110: Zeile 112:
 iptables -A INPUT -i $HS_WANIF -p tcp -s 192.168.6.0/24 --dport 443 -m state NEW,ESTABLISHED -j ACCEPT iptables -A INPUT -i $HS_WANIF -p tcp -s 192.168.6.0/24 --dport 443 -m state NEW,ESTABLISHED -j ACCEPT
 iptables -A OUTPUT -o $HS_WANIF -p tcp --sport 443 -m state ESTABLISHED -j ACCEPT iptables -A OUTPUT -o $HS_WANIF -p tcp --sport 443 -m state ESTABLISHED -j ACCEPT
-# Accept SSH only from loacl IP4 Network+# Accept SSH only from local IP4 Network
 iptables -A INPUT -i $HS_WANIF -p tcp -s 192.168.6.0/24 --dport 22 -m state --state NEW,ESTABLISHED -j ACCEPT iptables -A INPUT -i $HS_WANIF -p tcp -s 192.168.6.0/24 --dport 22 -m state --state NEW,ESTABLISHED -j ACCEPT
 iptables -A OUTPUT -o $HS_WANIF -p tcp --sport 22 -m state ESTABLISHED -j ACCEPT iptables -A OUTPUT -o $HS_WANIF -p tcp --sport 22 -m state ESTABLISHED -j ACCEPT
 </code> </code>
  
-Note: Ensure that "**LOG --log-prefix='[ChillyNCon]'**" is matching the one configured in: [[raspbchlang| Chilli Log Prefix]]+Note: Ensure that "**LOG --log-prefix='[ChillyNCon]'**" is matching the one configured in: \\ 
 +[[f11:technik:raspberrypi:hotspotdm3kb:raspbchlang#Syslog Config|Syslog Config]] 
  
 Haserl Set-Up\\  Haserl Set-Up\\ 
f11/technik/raspberrypi/hotspotdm3kb/raspbcoovai.1417764786.txt.gz · Zuletzt geändert: 2019/09/29 12:01 (Externe Bearbeitung)
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0