<div></div>Salve ragazzi,sicuramente stò configurando un router con nodogsplash e relativa paginetta in html.<br>funziona regolarmente su tutta la lan/wan internet,il problema viene fuori quando non è presente il gateway internet esce la pagina impossibile contattare il server .<br><br>come si può risolvere il problema si chiama un indirizzo esterno e non è presente internet?<br><br>questo il config openwrt caos calmer 15.05<br>------------------------------------------------------------------------------<br>config instance<br>  # Set to 1 to enable nodogsplash<br>  option enabled 1<br><br>  # Use plain configuration file as well<br>  #option config '/etc/nodogsplash/nodogsplash.conf'<br>  option network 'WIRELESS'<br>  option gatewayname 'Ninux '<br>  option maxclients '250'<br>  option idletimeout '1200'<br><br>  # Your router may have several interfaces, and you<br>  # probably want to keep them private from the network/gatewayinterface.<br>  # If so, you should block the entire subnets on those interfaces, e.g.:<br>  # list authenticated_users 'block to 192.168.0.0/16'<br>  # list authenticated_users 'block to 10.0.0.0/8'<br><br>  # Typical ports you will probably want to open up.<br>   list authenticated_users 'allow tcp port 22'<br>   list authenticated_users 'allow tcp port 53'<br>   list authenticated_users 'allow udp port 53'<br>   list authenticated_users 'allow tcp port 80'<br>   list authenticated_users 'allow tcp port 443'<br><br>  # For preauthenticated users to resolve IP addresses in their<br>  # initial request not using the router itself as a DNS server,<br>   list preauthenticated_users 'allow tcp port 53'<br>   list preauthenticated_users 'allow udp port 53'<br><br>  # Allow ports for SSH/Telnet/DNS/DHCP/HTTP/HTTPS<br>   list users_to_router 'allow tcp port 22'<br>   list users_to_router 'allow tcp port 23'<br>   list users_to_router 'allow tcp port 53'<br>   list users_to_router 'allow udp port 53'<br>   list users_to_router 'allow udp port 67'<br>   list users_to_router 'allow tcp port 80'<br>   list users_to_router 'allow tcp port 443'<br><br>  # See https://github.com/nodogsplash for a full list of available options.<br><br><br>grazie<br><br>Andrea<br><br>