首页 > 数据库技术 > 详细

Create Access Point on Archlinux

时间:2015-10-11 15:14:55      阅读:289      评论:0      收藏:0      [点我收藏+]
Create Access Point on Archlinux

Create Access Point on Archlinux

1 Solution

  1. Download createap
git clone https://github.com/oblique/create_ap
or
yaourt -S create_ap
  1. Install
cd create_ap
make install
  1. Create AP

choose one

create_ap wlan0 eth0 MyAccessPoint  #no passpharse
create_ap wlan0 eth0 MyAccessPoint MyPassPhrase #WPA+WPA2 passphrase
create_ap -n wlan0 MyAccessPoint MyPassPhrase  #AP without Internet sharing
create_ap -m bridge wlan0 eth0 MyAccessPoint MyPassPhrase #Bridged Internet sharing

2 Problem

Author: mlhy

Created: 2015-10-11 日 14:30

Emacs 24.5.1 (Org mode 8.2.10)

Create Access Point on Archlinux

原文:http://www.cnblogs.com/mlhy/p/4869231.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!