On 17/11/16 02:15, Leonardo Taborda wrote:
Hello lime friends
I am messing with a libremesh router, wdr3500 and wdr3600. On those
devices i flashed an image cooked on the chef, getting the same ip on
both devices: 10.148.0.1. I tried to change the ip on Simple Config /
Advanced, with no luck. If I try to modify the values on the IPV4 field,
they apparently are kept, but reviewing the interfaces the same ip
remains, so route -n in any client shows the same IP.
Then I downloaded a generic image from
http://downloads.libre-mesh.org/community_chaos/ where then I can set a
different IP following the same steps.
I want to know how's the procedure to change a nodes' ip, or get to know
if i am doing wrong the way i did. This is a problem for me because i am
setting the librenet6 tunnel, so both routers get the same anygw iov6
address.
you can't change that ip. it's designed to be present in every router.
every router has another ip, though, that is unique.
"route -n" in any client will still show the ::1 ip, it will never show
the unique router IP.
you should be using "ip" command instead of ancient "ifconfig" and
"route"
try "ip addr show br-lan" to see the unique ipv4 and ipv6 of each router
Thanks!