URL de aterrissagem depois de ter sido conectado pelo roteador (sem auth)

0

Estou procurando esse recurso simples desde os meses. Tudo o que preciso fazer é redirecionar os usuários para o meu site depois que eles se conectarem à minha rede wifi aberta. Eu nem preciso de nenhum serviço de autenticação / termos de acordo.

No entanto, portais cativos estão focados em serviços de autenticação. Foi-me dito para usar o NoCatSplash, mas eu já instalei o DD-WRT v24 sp2 (build 21061, 03/25/13) no meu TP-Link WR-740N, mas está faltando .

Por que não está aparecendo? Existe alguma outra alternativa simples?

Tópicos relacionados:

link ("É necessário criar um ponto de acesso somente com splash, sem autenticação ")

link ("URL pública padrão na minha rede local sem fio")

    
por whitenoisedb 02.01.2015 / 17:53

1 resposta

1

Eu finalmente encontrei uma solução muito boa fornecida por NoDogSplash . É muito simples de usar e configurar editando seu arquivo de configuração. O OpenWRT (luci) é muito mais fácil de instalar do que antes e fornece uma interface web de fácil utilização.

É assim que o NoDogSplash se descreve no GitHub,

Nodogsplash offers a solution to this problem: You want to provide controlled and reasonably secure public access to an internet connection; and while you want to require users to give some acknowledgment of the service you are providing, you don't need or want the complexity of user account names and passwords and maintaining a separate database-backed authentication server.

When installed and running, Nodogsplash implements a simple 'authentication' protocol. First, it detects any user attempting to use your internet connection to request a web page. It captures the request, and instead serves back a 'splash' web page using its own builtin web server. The splash page contains a link which, when the user clicks on it, opens limited access for them to the internet via your connection, beginning by being redirected to their originally requested page, or a specified URL. This access expires after a certain time interval. Nodogsplash also permits limiting the aggregate bandwidth provided to users, if you don't want to grant all of your available upload or download bandwidth. Specific features of Nodogsplash are configurable, by editing the configuration file and the splash page. The default installed configuration may be all you need, though.

    
por 20.01.2015 / 01:13