Changes between Version 49 and Version 50 of WikiStart
- Timestamp:
- May 9, 2013, 12:07:06 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v49 v50 544 544 cp keys/* customize/etc/openvpn/ 545 545 546 547 }}} 548 549 Finally use scp and ssh to upload config files/keys 550 {{{ 546 551 ## copy/install customized template to AP 547 552 scp -r customize/ root@192.168.1.100:/ 548 }}} 549 550 Finally use ssh again to configure final settings 551 {{{ 553 554 ## login 552 555 ssh root@192.168.1.20 553 554 ##TODO check all execute writes on uploaded scripts!555 556 556 557 ## enable openvpn … … 573 574 ## done 574 575 #check your working "eduroam" accesspoint! 576 ##TODO check all execute writes on uploaded scripts! 575 577 }}} 576 578