thanks, I'll check to see... both routers, and the receiving syslog server, are inside the LAN, no FW between anything. I have a script someone gave me that parses the log and matches MACs to entries for 'assoc' and 'dhcp'... I purely log devices that come on/off the network and when.It's been awhile, but I recall it "just working" to set the server's IP address on the main node; that seemed to propagate to remote nodes just fine. A gotcha is that there is no way to configure the system name that the remote nodes will send to the syslog server --- it will be something involving their MAC address.
If it's not working for you, the first thing I'd check is the configuration of the syslog server. You might find that its firewall is dropping rsyslog packets from all but the main node, or that the rsyslog daemon itself is dropping the traffic because it has no rule matching the system name the remote node sends.
I dont know what you mean... where would I be checking such a thing - and what would it look like? For context, previously I had 3 separate ASUS routers, all sending syslogs to my central server... that worked just fine. I since changed to 2 routers using AImesh. I just weant the same end result... to know when a wireless client gets an IP from DHCP or get associated (assoc) with either router.Almost all modern systems have some kernel-level packet filtering, which is what I meant by "firewall". You've got to check the rules that that is enforcing.
For context, previously I had 3 separate ASUS routers, all sending syslogs to my central server... that worked just fine.
nvram show | grep -i "^log_"
How do we setu the mesh node to accept SSH? My main Router uses a custom port for SSH (which works fine) but I dont see how to do it on the AImesh Node - I tried port 22 and the custom port I set on the main router, neither work. I have the latest Merlin on both.I use a non-standard port for syslog (22514 instead of 514)
When I added my Aimesh node, the syslog wasn't getting sent from the node.
I SSH'd into the node and found that while the correct IP had been transfered, the new port number hadn't. I just corrected it and it started working.
Try connecting to the node and typing, see what you get.Code:nvram show | grep -i "^log_"
I also have a custom port configured for SSH and it was copied to the node when I added it to Aimesh. The same port number and password works on the node as on the router.How do we setu the mesh node to accept SSH?
I've tried custom port and port 22... says 'actively refused'I also have a custom port configured for SSH and it was copied to the node when I added it to Aimesh. The same port number and password works on the node as on the router.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!