WifiDog and OpenWrt】的更多相关文章

$Id$ 2   3 OpenWRT specific README 4 ======================= 5   6 So, you want to run wifidog on one of linksys's WRT wireless routers! 7   8 OpenWRT is the embedded linux-gnu bundle that runs on the linksys WRT 9 series routers (among numerous othe…
首先安装wifidog到OpenWRT的路由器: opkg update opkg install wifidog wifidog依赖下面这些模块: iptables-mod-extra iptables-mod-ipopt kmod-ipt-nat iptables-mod-nat-extra libpthread 由于trunk的固件更新会比较频繁,会导致直接opkg install wifidog安装不了,如果你凑巧又没有备份与固件对应的Packages的话,就需要到http://down…
首先安装wifidog到OpenWRT的路由器: opkg update opkg install wifidog wifidog依赖下面这些模块: iptables-mod-extra iptables-mod-ipopt kmod-ipt-nat iptables-mod-nat-extra libpthread 由于trunk的固件更新会比较频繁,会导致直接opkg install wifidog安装不了,如果你凑巧又没有备份与固件对应的Packages的话,就需要到http://down…
一.手机连上wifi后会自动弹窗的原理 生活中,有很多需要认证的路由器,手机连接wifi热点后会自动弹出一个网页,让用户输入账号和密码,比如星巴克,肯地基,麦当劳,甚至是火车站和机场的候车室.其实这是一种叫强制门户认证的技术--Captive Network.就是说,单用户连上一个wifi后,可以不需要输入wifi的密码,但是需要进行认证才能够访问到互联网.这种路由器有很多开源的软件,比如wifidog.openwrt等.但是他们的原理都是一样的,通过iptable跳转,DNS拦截,和HTTP重…
首先敲一下 cd 命令,定位到自己的用户目录, 然后 mkdir openwrt 新建一个openwrt文件夹,然后开始装openwrt的编译用到的工具, sudo apt-get install g++ sudo apt-get install libncurses5-dev sudo apt-get install zlib1g-dev sudo apt-get install bison sudo apt-get install flex sudo apt-get install unzi…
修改/etc/wifidog.conf, 只需要修改文件的前半部分, 其他都保持默认 GatewayID default GatewayInterface br-lan GatewayAddress 192.168.1.1 AuthServer { Hostname auth.mydomain.com SSLAvailable no HTTPPort Path /wifidog/ LoginScriptPathFragment login.php? PortalScriptPathFragmen…
最近在正捣鼓mt7620芯片的路由器,刷入openwrt Pandora系统以后想装wifidog实现web认证. 我用我自己的一个水星的路由器PPPOE拨号,通过水星的lan口连接网线到我openwrt系统的路由器的lan口,把openwrt的DHCP服务关掉,想让openwrt能连接网络. 但是用xshell 连接路由以后opkg update 提示 wget returned 4,很无奈没接触linux搜索一下吧 网上说 dns解析失败 编辑 /etc/resolv.conf 加入 谷歌的…
WifiDog:A captive portal suite What is it composed of ? A: It is composed of 2 components: The client is a daemon process - this gets installed on every wireless router The auth server is a web application - this gets installed in a central location…
本文主要记录在linux平台下.交叉编译wifidog并在openwrt平台上执行的过程.主要是针对wifidog源代码被改动后. 不得不亲自进行交叉编译移植的时候,所碰到的一些问题. (1)下载源代码 这个能够到wifidog官方下载. (2)交叉编译环境 这个须要提前准备好.也不多说了 (3)解压.并进入代码文件夹 执行./autogen.sh 可能会报错:libtoolize: command not found 这个须要安装一下依赖的工具包:apt-get install libtool…
目录(?)[-] 网关心跳协议 请求信息 回复格式 例子 用户状态心跳协议 请求格式 注意 回复格式 状态码 例子 跳转协议 请求格式 例子 注册协议 请求格式 例子 wifidog是搭建无线热点认证系统的解决方案之一,他比nocat更适合互联网营销思路.目前支持openwrt系统,他实现了路由器和认证服务器的数据交互,在路由器方是用C语言代码,通过wifidog程序和linux iptables防火墙实现接入用户的认证跳转和控制,在认证服务器方是通过php实现用户的认证流程和管理. 优点:有开…