edición general
humboldt

humboldt

En menéame desde junio de 2009

6,04 Karma
47K Ranking
Enviadas
Publicadas
Comentarios
Notas

De cómo Telegram y unos cuantos bots mejoran muchísimo la experiencia móvil [139]

  1. ¿Es normal no entender nada de lo que dice esta noticia?

No hay wifi: los bares se plantan ante los gorrones de internet [200]

  1. #60 #6 #23 donde dije wifidog, quería decir nodogsplash. wiki.openwrt.org/doc/howto/wireless.hotspot.nodogsplash

    La chicha para controlar clientes la da esta parte del archivo de configuración:

    # Parameter: MaxClients
    # Default: 20
    #
    # Set MaxClients to the maximum number of users allowed to
    # connect at any time. (Does not include users on the TrustedMACList,
    # who do not authenticate.)
    #
    # MaxClients 20

    # ClientIdleTimeout
    # Parameter: ClientIdleTimeout
    # Default: 10
    #
    # Set ClientIdleTimeout to the desired of number of minutes
    # of inactivity before a user is automatically 'deauthenticated'.
    #
    # ClientIdleTimeout 10

    # Parameter: ClientForceTimeout
    # Default: 360
    #
    # Set ClientForceTimeout to the desired number of minutes before
    # a user is automatically 'deauthenticated', whether active or not
    #
    # ClientForceTimeout 360



    Y el acceso al router y sus puertos, habilitar clientes de "confianza" a conexiones infinitas y demás:

    FirewallRuleSet users-to-router {
    # Nodogsplash automatically allows tcp to GatewayPort,
    # at GatewayAddress, to serve the splash page.
    # However you may want to open up other ports, e.g.
    # 53 for DNS and 67 for DHCP if the router itself is
    # providing these services.
    FirewallRule allow udp port 53
    FirewallRule allow tcp port 53
    FirewallRule allow udp port 67
    # You may want to allow ssh, http, and https to the router
    # for administration from the GatewayInterface. If not,
    # comment these out.
    FirewallRule allow tcp port 22
    FirewallRule allow tcp port 23
    FirewallRule allow tcp port 80
    FirewallRule allow tcp port 443
    }
    # end FirewallRuleSet users-to-router

    # EmptyRuleSetPolicy directives
    # The FirewallRuleSets that NoDogSplash permits are:
    #
    # authenticated-users
    # preauthenticated-users
    # users-to-router
    # trusted-users
    # trusted-users-to-router


    Además como da libertad para crear el splash de login, se puede aprovechar para poner un anuncio o explicar a los clientes que la wifi, como la tapa, es un don, no una obligación.
  1. #23 Los routers wifi Unifi, de Ubuquiti, tienen un sistema en el que activas puedes activar tickets de X tiempo para una red de invitados, pensados para ese aspecto.

    El sistema de tickets no lo he probado, pero en general los routers unifi son baratos y funcionan estupendamente

menéame