LUGRo-Mesh Forum (español/english)
March 29, 2024, 06:04:58 am
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free
 
  Home   Forum   Help Search Gallery Staff List Login Register  

Flash NanoStation2

Pages: [1]   Go Down
  Print  
Author Topic: Flash NanoStation2  (Read 1571 times)
0 Members and 1 Guest are viewing this topic.
PCDOM
Full Member
***
Posts: 105


« on: June 28, 2009, 06:21:01 am »

I compiled Nanostation2 with firmware beta 4

My problem is the user have not to connect with captive portal to access to internet and I don't know the reason

Can you help me to find my mistake ?

Helene Gauthier

I changed this files

trunk/nightwing/usr/bin

nw_check (relatif à BMX et Batman)
replace
http://lugro-mesh.org.ar/whatismyip.php
by
http://auth.zapbsl.org/whatismyip.php

trunk/nightwing/etc

banner
add
"Adapted for ZAP Bas-Saint-Laurent QC CANADA"
After this line
« redistribute it under certain conditions »

resolv.conf.default
replace
    nameserver 69.61.11.215
by
            nameserver 66.244.128.46
   
wifidog.conf
modify
AuthServer {
      Hostname wifidog.lugro-mesh.org.ar
      SSLAvailable yes
      Path /
      }
by
AuthServer {
      Hostname auth.zapbsl.org
      SSLAvailable yes
      Path /
      
      }
trunk/nightwing/etc/config

nwmode
config wifi-iface public
        option ssid     lugro-mesh
by
config wifi-iface public
        option ssid     zap

config wifi-iface private
        option ssid     lugro-secure
by
config wifi-iface private
        option ssid     zaps

wifidog
replace
    option server wifidog.lugro-mesh.org.ar
by
    option server auth.zapbsl.org

wireless
# AP Public

option ssid     lugro-mesh
by
option ssid     zap

# AP private
….
option ssid     lugro-secure
by
option ssid     zaps

trunk/nightwing/etc/init.d

nightwing
 ## Determine nodo_id for the first time. Then it could be changed.
 let NODE_ID=0x$(echo $LAN_MAC| awk -F: '{print $5$6}')
by
## Determine nodo_id for the first time. Then it could be changed.
      LAN_MAC=$(ifconfig eth0 | grep HWaddr | awk '{print $5}')
      NODE_ID=$(echo $LAN_MAC| awk -F: '{print $1$2$3$4$5$6}')
trunk/openwrt/packages/net/bmxd/files/etc/config

bmxd
replace
    option visualisation_srv   69.61.11.215
by
    option visualisation_srv   66.244.128.46
trunk/openwrt/trunk/target/linux/atheros/base-files/etc/config

system
replace
option hostname   nightwing
by
option hostname   ZapBSL
Report Spam   Logged

Share on Facebook Share on Twitter

scriado
Administrator
Full Member
*****
Posts: 135


« Reply #1 on: June 28, 2009, 03:50:30 pm »

Any message?
You can see log from wifidog server?
« Last Edit: June 28, 2009, 03:52:11 pm by scriado » Report Spam   Logged
PCDOM
Full Member
***
Posts: 105


« Reply #2 on: June 29, 2009, 06:15:24 am »

Any message?
You can see log from wifidog server?

No I can't see the log
Report Spam   Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum
Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy