Changes between Version 58 and Version 59 of WikiStart


Ignore:
Timestamp:
May 16, 2013, 3:35:26 PM (12 years ago)
Author:
walter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v58 v59  
    615615cp rc.local rc.local.ori
    616616nano rc.local #put before exit0
    617         setterm -blength 0 #kills annoying pc speaker!!!
     617        setterm -blength 0 #kills annoying pc speaker after reboot!!!
    618618
    619619## enlarge bash_history
    620620nano /root/.bashrc
    621         export HISTFILESIZE=10000
     621        export HISTFILESIZE=10000 #enlarges bash history!
    622622
    623623## update/install packages
    624624apt-get update
    625 apt-get install subversion openvpn freeradius isc-dhcp-server syslog-ng
     625apt-get install subversion openvpn freeradius isc-dhcp-server syslog-ng vlan tcpdump ipcalc memtest86+
    626626
    627627## backup original config files/folders
     
    633633
    634634## setup network interfaces
     635cp /etc/network/interfaces /etc/network/interfaces.ori
    635636nano /etc/network/interfaces
    636637}}}
     
    682683  shortname = testsecret
    683684}
    684 }}}
    685 
    686 #example code# /etc/freeradius/radius.conf
     685
     686# if you are a iP provider for eduroam you also put the surfnet top level proxy here!
     687}}}
     688
     689#example code# /etc/freeradius/radiusd.conf
    687690{{{
    688691prefix = /usr
     
    725728        stripped_names = no
    726729        auth = yes
    727         auth_badpass = no
     730        auth_badpass = yes
    728731        auth_goodpass = yes
    729732}
     
    772775        secret = foutjebedankt
    773776        nostrip
     777}
     778}}}
     779
     780#example code# /etc/freeradius/sites-enabled/default
     781{{{
     782authorize {
     783        preprocess
     784        chap
     785        mschap
     786        digest
     787        DEFAULT
     788        eap {
     789                ok = return
     790        }
     791        files
     792        pap
     793}
     794authenticate {
     795        Auth-Type PAP {
     796                pap
     797        }
     798        Auth-Type CHAP {
     799                chap
     800        }
     801        Auth-Type MS-CHAP {
     802                mschap
     803        }
     804        digest
     805        unix
     806        eap
     807        pap
     808}
     809session {
     810        radutmp
     811}
     812post-auth {
     813}
     814pre-proxy {
     815}
     816post-proxy {
     817        eap
    774818}
    775819}}}
     
    826870#/sbin/ifconfig bridge0 addm $1 | exit 0
    827871}}}
     872
     873Flag the up.sh script as executable other wise openvpn cannot run!
     874{{{
     875chmod +x /etc/openvpn/up.sh
     876}}}
     877
    828878
    829879Copy the following server/eduradprox files made on the certnode /etc/openvpn/ to the openvpn server directory.
     
    124512951/2 openvpn
    12461296geen down.sh script voor server en client?
     1297testen broadcast AP's onderling onmogelijk?
     1298Filteren / dhcp bdup/stp requests
     1299DHCP range for ubnt AP's fixen
    12471300
    12481301Veiligheid aspect, VLAN/ radius authenticatie over zelfde tunnels als de clients... isolation tussen openvpn clients de AP's zelf is actief maar isolate van de wireless users op de client nog teste?
     1302
     1303AIROS cli fw update
     1304/tmp/fwupdate.bin
     1305/usr/sbin/fwupdate -m #-d paramter?
     1306
     1307AIROS vlan in cfg,
     1308lan0 1212 managment
     1309lan0 3131 brigge naar wireless
     1310bridge0 -remove wlan0
     1311bridge1 add lan 3131 add wlan0
    12491312
    12501313Proxy
     
    12611324syslog op openwrt aanzetten en testen, werkt?
    12621325syslog op airos aanzetten en testen, werkt?
     1326
     1327Radius request lijken te worden gecached gebeurt dat op proxy met freeradius of in het ap met hostap?
     1328
     1329V