[isf-wifidog] Redirect question

Marios Moutzouris m.moutzouris at neuron.gr
Mar 8 Mar 05:34:43 EST 2005


On startup of wifidog I get this output:

The cant resolve symbol is that of concern?


[6][Sat Jan  1 19:30:39 2000](ping_thread.c:151) Connecting to auth server
192.1
68.0.227 on port 80
[7][Sat Jan  1 19:30:39 2000](ping_thread.c:173) HTTP Request to Server:
[GET /w
ifidog/ping/?gw_id=default HTTP/1.0
User-Agent: WiFiDog 1.0.2
Host: 192.168.0.227

]
[7][Sat Jan  1 19:30:39 2000](ping_thread.c:177) Reading response
[7][Sat Jan  1 19:30:39 2000](ping_thread.c:205) Read 188 bytes, total now
188
[7][Sat Jan  1 19:30:39 2000](ping_thread.c:220) Done reading reply, total
188 b
ytes
[7][Sat Jan  1 19:30:39 2000](ping_thread.c:228) HTTP Response from Server:
[HTT
P/1.1 200 OK
Date: Tue, 08 Mar 2005 11:28:53 GMT
Server: Apache/2.0.53 (Unix) PHP/5.0.3
X-Powered-By: PHP/5.0.3
Content-Length: 4
Connection: close
Content-Type: text/html

Pong]
[7][Sat Jan  1 19:30:39 2000](ping_thread.c:237) Auth Server Says: Pong
wifidog: can't resolve symbol '__libc_gettimeofday'




> -----Original Message-----
> From: wifidog-bounces at listes.ilesansfil.org [mailto:wifidog-
> bounces at listes.ilesansfil.org] On Behalf Of Marios Moutzouris
> Sent: Tuesday, March 08, 2005 10:49 AM
> To: 'WiFiDog Captive Portal'
> Subject: RE: [isf-wifidog] Redirect question
> 
> I installed this wifidog_1.1.0_beta3_mips..ran it
> The browser was hanging (access to www.google.com)...
> The debug statements looked like it was bouncing around in the linksys
> The request. As soon as I killed the wifidog process, the login page for
> The hotspot came up...
> 
> I am using the default firewall rules in wifidog.conf
> 
> Marios
> 
> > -----Original Message-----
> > From: wifidog-bounces at listes.ilesansfil.org [mailto:wifidog-
> > bounces at listes.ilesansfil.org] On Behalf Of Philippe April
> > Sent: Monday, March 07, 2005 5:24 PM
> > To: WiFiDog Captive Portal
> > Subject: Re: [isf-wifidog] Redirect question
> >
> > Marios,
> >
> > The later versions have firewall rules in the config, but it's just
> > basically a more modular version of 1.0.2 (which had rules hardcoded in
> > the code). 1.1.0_beta3 fixes a lot of issues present in 1.0.2 so I
> really
> > suggest you try it. Also, with 1.1.0_beta3, no need to configure
> > ExternalInterface or
> > GatewayAddress anymore. GatewayInterface is still required but the IP
> > address of the interface will be
> > detected automatically.
> >
> > In your case, if ExternalInterface is set to vlan1, that means you get
> > your WAN address via DHCP (not PPPoE)... Just making sure that's what
> > you want.
> >
> > And for GatewayInterface, make sure with:
> >
> > ifconfig br0
> >
> > That the bridge does exist and has the internal address set right.
> >
> > Also, what Mina asked you to send might help.
> >
> > --
> > Philippe April
> > GnuPG: http://key.philippeapril.com/
> > Skype ID: mousetrap
> >
> > On Mon, Mar 07, 2005 at 05:17:04PM +0200, Marios Moutzouris wrote:
> > > GatewayID default
> > > ExternalInterface vlan1
> > > GatewayInterface br0
> > > GatewayAddress 192.168.1.1
> > > AuthServer {
> > >         Hostname 192.168.0.227
> > >         Path /wifidog/
> > > }
> > > CheckInterval 60
> > > ClientTimeout 5
> > >
> > >
> > > Using wifidog_1.0.2_mipsel.ipk
> > >
> > >
> > > I tried the later versions, but they seem to have a lot of firewall
> > rules
> > > [not a networking expert] and the web browser request went straight to
> > the
> > > web site (e.g. www.google.com)
> > >
> > > Thanks
> > > Marios
> > >
> > >
> > > > -----Original Message-----
> > > > From: wifidog-bounces at listes.ilesansfil.org [mailto:wifidog-
> > > > bounces at listes.ilesansfil.org] On Behalf Of Philippe April
> > > > Sent: Monday, March 07, 2005 5:09 PM
> > > > To: WiFiDog Captive Portal
> > > > Subject: Re: [isf-wifidog] Redirect question
> > > >
> > > > This could be a symptom of a bad configuration (bad
> ExternalInterface,
> > > > or GatewayInterface).
> > > >
> > > > Some options are not needed anymore and will be detected
> automatically
> > > > in the newest versions.
> > > >
> > > > What version of WiFiDog do you have, and would you mind posting the
> > first
> > > > few lines
> > > > of your config (the ones about the networking basically. interfaces,
> > ip
> > > > address, etc.)?
> > > >
> > > > Thank you :)
> > > >
> > > > --
> > > > Philippe April
> > > > GnuPG: http://key.philippeapril.com/
> > > > Skype ID: mousetrap
> > > >
> > > > On Mon, Mar 07, 2005 at 12:52:40PM +0200, Marios Moutzouris wrote:
> > > > > Hello.
> > > > >
> > > > >
> > > > >
> > > > > I installed wifidog/linksys/openwrt etc. I create my user. When I
> > surf
> > > > to
> > > > > say www.google.com <http://www.google.com/>  I get
> > > > >
> > > > > The login page for the site, and enter my login details, and get
> the
> > > > > "Default" hotspot look and feel.
> > > > >
> > > > > On right hand corner there is an option to go to the site
> > www.google.com
> > > > > <http://www.google.com/> , when I click on that
> > > > >
> > > > > Link I go back to the hotspot login page.
> > > > >
> > > > >
> > > > >
> > > > > What I have I done wrong?
> > > > >
> > > > >
> > > > >
> > > > > Thank-you
> > > > >
> > > > > Marios
> > > > >
> > >
> >
> > > _______________________________________________
> > > WiFiDog mailing list
> > > WiFiDog at listes.ilesansfil.org
> > > http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog
> 




Plus d'informations sur la liste de diffusion WiFiDog