Ilario, your advise on using /etc/config/lime for adding WAN eth0 worked
like a charm ;) OpenWRT web admin interface is too confusing.
About DNS propagation, my node is using DHCP DNS router provided (my
Orange internet box)... I tried to change DNS on OpenWRT interface, but
couldn't figure out how it affects config files.
I shouldn't use that interface I think.
next in text
I suggest to undo the config on OpenWrt side (maybe
with a reset to
default configs?) and to follow these instructions:
https://github.com/libremesh/lime-packages/blob/develop/packages/lime-syste…
So in your case you should add at the end of the /etc/config/lime file
these lines:
config net internetsharing
option linux_name 'eth0'
list protocols 'wan'
then launch "lime-config" command for applying the changes and reboot.
PERFECT ACTION ;)
In that case,
WAN dhcp client DNS is used for LAN resolution relay.
Yep, I think so.
Is my case specific to my device?
I don't think so.
Today that first node is installed in front of my
house providing free
wifi to neighbors ;) Next step will be to install a "nodogsplash" web
site to invite neighbors to participate with me...
Amazing!!!
I think
http://trizonelabs.com/ is already using nodogsplash.
I am trying it. From "opkg install nodogsplash"
I am wondering how could I calculate customer
charge to help paying for
Internet nodes volunteers? Anyone reach that step already?
Mmmh not me :/
cat /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option localservice '1'
option dhcpscript '/etc/alfred/dnsmasq-lease-share.lua'
option dhcphostsfile '/tmp/dhcp.hosts_remote'
list server '4.2.2.2'
list server '141.1.1.1'
list server '2001:470:20::2'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '1h'
list dhcp_option '6,194.25.0.125, 8.8.8.8'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
From my really limited experience looks ok...
But the mechanisms behind this DNS proxy... Totally misterious for me...
How does DNS options are transmitted to mesh
clients?
DNS options form your home DHCP server?
LibreMesh should take DNS options and use them for resolving requests
from connected clients...
I'm not sure.
If this is correct, your problem is already solved because the node
should query the custom DNS for answering the clients, can you test
this?
I found /etc/dnsmasq.d/lime-proto-anygw-10-ipv4.conf but I am not aware
of IPv6 behaviour... I'll keep it untouched for now.
Now my iphone connects but no DNS propagated
(still node IP as DNS)
My Android cannot get IP address...
Can you check which IP does your iphone get?
From web admin, I received 192.168 IPs (from my DHCP
internet router),
but no connexion. Since I configured with CLI, 10.109 IPs are
received
and internet routing is OK ;)
Let us know :)
Ilario
_______________________________________________
lime-users mailing list
lime-users(a)lists.libremesh.org
https://lists.libremesh.org/mailman/listinfo/lime-users