Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
app-notes:set-up-snmp [2025/05/06 12:21] – [4. Setting up an LXC container and then implementing Node RED] grayapp-notes:set-up-snmp [2025/05/07 15:16] (current) – [Prerequisites] gray
Line 14: Line 14:
  
   * NetModule Wireless Router with wireless connection   * NetModule Wireless Router with wireless connection
-  * NetModule Software [[https://share.netmodule.com/public/system-software/4.8/|4.8.0.x]] or newer+  * NetModule Software [[https://share.netmodule.com/public/system-software/4.9/|4.9.0.102]] or newer
   * A license is required for the LXC container   * A license is required for the LXC container
   * Not available for legacy products NB1600, NB2700, NB3700, NB3710   * Not available for legacy products NB1600, NB2700, NB3700, NB3710
 +
 +**
 +<WRAP center round important 95%>
 +The wiki was tested with router software 4.9.0.102 and the LXC container with Debian armhf bookworn.
 +</WRAP>
 +**
  
 ===== - Set up SNMP on the router ===== ===== - Set up SNMP on the router =====
Line 242: Line 248:
  
 <konsole> <konsole>
-root@LXCNAME:/# bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --nodered-version="3.1.11" --node18+root@LXCNAME:/# bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --node18
  
 The first question is whether the installation should be carried out under  The first question is whether the installation should be carried out under 
 the "root" user. We only have the "root" user in the container, so  the "root" user. We only have the "root" user in the container, so 
 the answer is ''yes''. the answer is ''yes''.
 +
 Are you really sure you want to install as root ? (y/N) ? ''y'' Are you really sure you want to install as root ? (y/N) ? ''y''
 +</konsole>
 +
 +
 +
 +<konsole>
 If I want to see the installation steps, please also say ''yes'' here If I want to see the installation steps, please also say ''yes'' here
 Are you really sure you want to do this ? [y/N] ? ''y'' Are you really sure you want to do this ? [y/N] ? ''y''
 +
 I don't have a Pi where I install Node-RED on it, so ''no'' here I don't have a Pi where I install Node-RED on it, so ''no'' here
 Would you like to install the Pi-specific nodes ? [y/N] ? ''n'' Would you like to install the Pi-specific nodes ? [y/N] ? ''n''
 +</konsole>
 +
 +<konsole>
 Running Node-RED update for user root at /root on debian Running Node-RED update for user root at /root on debian
   Stop Node-RED                       \u2714   Stop Node-RED                       \u2714
Line 357: Line 373:
 </konsole> </konsole>
  
-If you want this to happen automatically when you start the LXC container, you have to set it up with the command ''"sudo systemctl enable nodered.service"''.+If you want this to happen automatically when you start the LXC container, you have to set it up with the command ''"systemctl enable nodered.service"''.
  
 <konsole> <konsole>
-root@LXCNAME:/# sudo systemctl enable nodered.service+root@LXCNAME:/# systemctl enable nodered.service
 Created symlink /etc/systemd/system/multi-user.target.wants/nodered.service → /lib/systemd/system/nodered.service. Created symlink /etc/systemd/system/multi-user.target.wants/nodered.service → /lib/systemd/system/nodered.service.
 root@LXCNAME:/# root@LXCNAME:/#