Re: [OpenWrt-Devel] dnsmasq not responding on IPv6

2010-07-19 Thread Gabriel Kerneis
Hi, On Mon, Jul 19, 2010 at 10:10:16AM +0200, Florian Fainelli wrote: You can check a couple of things : - make sure your build is IPv6 enabled, including support for IPv6 sockets in your C library (it should be the case) Since babeld is working, I guess this is the case (but if you have any

[OpenWrt-Devel] mini_fo doesn't work on powerpc

2010-07-19 Thread hacklu
it's part of my boot information: ... SQUASHFS: Mounting a different endian SQUASHFS filesystem on ram0 VFS: Mounted root (squashfs filesystem) readonly. Freeing unused kernel memory: 144k init - preinit - Press the [f] key and hit [enter] to enter failsafe mode - regular preinit - switching to

Re: [OpenWrt-Devel] dnsmasq not responding on IPv6

2010-07-19 Thread Alexander Sulfrian
On Mon, 19 Jul 2010 10:24:43 +0200 Gabriel Kerneis kern...@pps.jussieu.fr wrote: netstat -l -u seems to indicate this is the case (bound to ::1). Please notice that ::1 is localhost in IPv6 ;) The equivalent to 0.0.0.0 in IPv6 is :: Alex signature.asc Description: PGP signature

Re: [OpenWrt-Devel] dnsmasq not responding on IPv6

2010-07-19 Thread Gert Doering
Hi, On Mon, Jul 19, 2010 at 10:24:43AM +0200, Gabriel Kerneis wrote: - check that dnsmasq is actually bound to an IPv6 socket, if support for these are disabled, it may just silently drop binding on these netstat -l -u seems to indicate this is the case (bound to ::1). This is

Re: [OpenWrt-Devel] dnsmasq not responding on IPv6

2010-07-19 Thread Gabriel Kerneis
On Mon, Jul 19, 2010 at 12:08:41PM +0200, Alexander Sulfrian wrote: On Mon, 19 Jul 2010 10:24:43 +0200 Gabriel Kerneis kern...@pps.jussieu.fr wrote: netstat -l -u seems to indicate this is the case (bound to ::1). Please notice that ::1 is localhost in IPv6 ;) The equivalent to 0.0.0.0

Re: [OpenWrt-Devel] dnsmasq not responding on IPv6

2010-07-19 Thread Gabriel Kerneis
On Sun, Jul 18, 2010 at 03:39:11PM +0200, Gabriel Kerneis wrote: - I have a dual-stack router, that I can ping from my client with both IPv4 and IPv6, That was wrong actually. Sorry for the noise, it had nothing to do with dnsmasq but was a mere routing issue, -- Gabriel

[OpenWrt-Devel] [PATCH] Allow UCI interface names in /etc/config/dnsmasq

2010-07-19 Thread Gabriel Kerneis
Signed-off-by: Gabriel Kerneis kern...@pps.jussieu.fr --- package/dnsmasq/files/dnsmasq.init |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init index e2f35e8..156d5d5 100644 ---

Re: [OpenWrt-Devel] [PATCH] Allow UCI interface names in /etc/config/dnsmasq

2010-07-19 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init index e2f35e8..156d5d5 100644 --- a/package/dnsmasq/files/dnsmasq.init +++ b/package/dnsmasq/files/dnsmasq.init @@ -42,11 +42,13 @@ append_server() { }

[OpenWrt-Devel] [PATCH] Allow UCI interface names in /etc/config/dnsmasq

2010-07-19 Thread Gabriel Kerneis
Signed-off-by: Gabriel Kerneis kern...@pps.jussieu.fr --- package/dnsmasq/files/dnsmasq.init |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init index e2f35e8..c69f0d2 100644 ---

[OpenWrt-Devel] [PATCH] base-files: kill existing udhcpc instance

2010-07-19 Thread Stijn Tintel
A wireless interface in station mode with DHCP enabled loses it's IP address whenever you run wifi. This is because the existing udhcpc instance keeps running, while the wireless interface is deleted and recreated, so the IP configuration is lost but the udhcpc instance does not send a new DHCP

[OpenWrt-Devel] LibreWRT introduction patch

2010-07-19 Thread Antonio Grassi
Hello all OpenWRT community members. I'm part of the LibreWRT project [1]. LibreWRT is based on OpenWRT, and performs some changes on the build system to include only 100% free software (e.g., use a blob free version of the kernel, like the one provided by Libre-Linux [2]), aiming for compliance