Re: [OpenWrt-Devel] Station mode for Fonera router?

2012-09-24 Thread Nguyễn Hồng Quân
Thanks for the link, I did after the tutorial: root@OpenWrt:~# uci show network.wifi network.wifi=interface network.wifi.proto=static network.wifi.ipaddr=192.168.2.1 network.wifi.netmask=255.255.255.0 network.wifi.gateway=192.168.2.1 network.wifi.dns=192.168.1.200 root@OpenWrt:~# uci show wireles

Re: [OpenWrt-Devel] Changeset 33524 breaks the compilation : parallel build

2012-09-24 Thread shazz
no issue ! Thx :) On Mon, Sep 24, 2012 at 7:32 PM, Felix Fietkau wrote: > On 2012-09-24 7:26 PM, shazz wrote: >> The fact to add the "+" to " fix parallel build " breaks my normal build :) >> for example in boost : >> "bash: +bjam: command not found" >> >> Is there something to do ? Moreover ho

Re: [OpenWrt-Devel] Changeset 33524 breaks the compilation : parallel build

2012-09-24 Thread Felix Fietkau
On 2012-09-24 7:26 PM, shazz wrote: > The fact to add the "+" to " fix parallel build " breaks my normal build :) > for example in boost : > "bash: +bjam: command not found" > > Is there something to do ? Moreover how to use this parallel build ? Sorry about that. Fixed in r33533. - Felix __

[OpenWrt-Devel] Changeset 33524 breaks the compilation : parallel build

2012-09-24 Thread shazz
The fact to add the "+" to " fix parallel build " breaks my normal build :) for example in boost : "bash: +bjam: command not found" Is there something to do ? Moreover how to use this parallel build ? Thx ! shazz ___ openwrt-devel mailing list openwrt

Re: [OpenWrt-Devel] [PATCH] include C++ support in db47

2012-09-24 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 24/09/12 10:37, Florian Fainelli wrote: > On Friday 21 September 2012 12:31:31 W. Michael Petullo wrote: >>> I'm building reSIProcate >>> >>> http://www.resiprocate.org >>> >>> which provides the repro SIP proxy and the reTurn server for >>> I

[OpenWrt-Devel] iptables to redirect traffic through AP router?

2012-09-24 Thread Nguyễn Hồng Quân
Hello I run a router in AP mode and want to setup iptables rule to redirect traffics to Google AdSense to a proxy. I added this chain and rule to NAT table: 1. Create GoogleAds chain -N GoogleAds 2. Append this chain to PREROUTING chain -A PREROUTING -j GoogleAds 3. In GoogleAds chain, I make some

Re: [OpenWrt-Devel] Station mode for Fonera router?

2012-09-24 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://wiki.openwrt.org/doc/recipes/routedap -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBgLcMACgkQdputYINPTPN+0QCeOerFEFz6RhsD9W7iw8G7vBIA llAAoJGadtVUTvB

Re: [OpenWrt-Devel] Station mode for Fonera router?

2012-09-24 Thread Nguyễn Hồng Quân
Thanks. I misunderstood about client mode. I want to setup like this: Router connect via Ethernet port with 192.168.1.x network. Router create a network 192.168.2.x via its wifi. All client in 192.168.2.x can see each others but do not need to see 192.168.1.x. How can I do? How I tried on my

Re: [OpenWrt-Devel] Station mode for Fonera router?

2012-09-24 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > The wireless does not works (no OpenWrt SSID show, the wireless LED > blinks). Erm, it is normal that no SSID shows in station mode. You're client to another network and you're supposed to set the SSID and crypto settings to those of the target

Re: [OpenWrt-Devel] [PATCH] include C++ support in db47

2012-09-24 Thread Florian Fainelli
On Friday 21 September 2012 12:31:31 W. Michael Petullo wrote: > > I'm building reSIProcate > > > > http://www.resiprocate.org > > > > which provides the repro SIP proxy and the reTurn server for ICE/STUN/TURN > > > > It requires db_cxx.h from db47 > > > > I've attached a patch to build the C

[OpenWrt-Devel] Station mode for Fonera router?

2012-09-24 Thread Nguyễn Hồng Quân
Hello all, I'm trying to set Fonera FON2100 router to station mode, following this tutorial: http://wiki.openwrt.org/doc/recipes/routedclient#using.masquerade After changing the configuration to this: wireless.wifi0=wifi-device wireless.wifi0.type=atheros wireless.wifi0.channel=auto wireless.@wifi