Hi all,
my plan is to setup multiple LiMe routers in the house I live in to
connected me and my neighbors.
For testing I setup only two nodes and face the first problem: The
gateway router works just fine, resolving DNS requests. The "client"
router, connected via Ethernet to the gateway router routes all IP
traffic correctly but does not handle DNS requests at all.
I'm using a wdr4300 as gateway and a wr841 as client, using flavor
lime_default and lime_mini. The configuration is below.
config lime system
option hostname 'ZE-%M4%M5%M6'
option domain 'ze.lan'
option keep_on_upgrade 'libremesh base-files-essential
/etc/sysupgrade.conf'
config lime network
option primary_interface eth0
option main_ipv4_address '10.%N1.%N2.0/25'
option main_ipv6_address 'fc23:4237:3407:%N1%N2::/64'
option bmx6_mtu '1500'
list protocols lan
list protocols anygw
list protocols batadv:%N1
list protocols bmx6:13
list protocols olsr:14
list protocols olsr6:15
list protocols olsr2:16
list resolvers 8.8.8.8 #
b.resolvers.Level3.net
list resolvers 141.1.1.1 #
cns1.cw.net
option bmx6_over_batman false
option bmx6_pref_gw none
option bmx7_over_batman false
option anygw_mac "aa:aa:aa:%N1:%N2:aa"
config lime wifi
option channel_2ghz '11'
option channel_5ghz '48'
option htmode_5ghz 'HT40'
list modes 'ap'
option ap_ssid 'ze net'
option ap_key 'password'
option ap_encryption 'psk2'
Currently I'm not intending to use any Wifi Mesh functionality, only via
Ethernet, enabling roaming within the house.
Thanks for all comments!
Best,
Paul