Thanks for the information. I had seen the signal strength data in brackets and thought it was some kind of high/low/avg - well, basically I didn't know what it was. Now I do! I agree, the topology should be the same on every node. But, it seems that if the net is not particularly resilient, some of the links do not propagate around the mesh. Also, graphviz seems to like to place the local node at the top of the graph. Sometimes it would be nice to change that -- even if only for political reasons ;-) And... thanks for the clarity on the port numbering. I see that now in the inetd config. BTW, I tried adding the following to the firewall config, but no joy. config rule
option src 'wifi'
option dest_port '2004'
option proto 'tcp'
option target 'ACCEPT'
[KG6JEI 2015-02-02- 09:02:13]: Looking at code: "iw dev wlan0 station dump" the signal strength is in the brackets is each chain, otherwise it's a single chain connection. ... ... As for the mesh gateway inetd takes it from 2004 to 2003. I will have to double check if the firewall rules permit it on WAN or not and if that was a design decision or bug if it doesn't (off hand I don't see a firewall rule in /etc/config/firewall to allow access on wan side) Your node should have the exact same data however.
|