New pages

From KlavoWiki
Jump to navigationJump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 07:13, 10 February 2025iDRAC racadm Commands (hist | edit) ‎[837 bytes]David (talk | contribs) (Created page with "As of writing the latest version is 11.3.0.0 https://dl.dell.com/FOLDER12236255M/1/Dell-iDRACTools-Web-WINX64-11.3.0.0-609_A00.exe <pre> racadm getniccfg </pre> <pre> racadm set iDRAC.IPv4.DHCPEnable 0 racadm set iDRAC.IPv4.Address 192.168.1.101 racadm set iDRAC.IPv4.Netmask 255.255.255.0 racadm set iDRAC.IPv4.Gateway 192.168.1.254 racadm set iDRAC.IPv4.DNS1 192.168.1.11 racadm set iDRAC.IPv4.DNS2 192.168.1.12 </pre> <pre> racadm racreset </pre> <pre> racadm set iDR...")
  • 21:51, 5 November 2024Debian IPv6 Network Manager (hist | edit) ‎[1,108 bytes]David (talk | contribs) (Created page with "= Intro = On Debian 12 or more specifically Raspbian 12 Bookworm whenever I created a static IPv6 address router advertisement would cease to work. I could not find a solution while using network manager, so I decided to remove it. This solved my problem. If you are doing this on a remote system it can be done in the following order as not to loose connectivity to IPv4 or IPv6. = Configure Static IPs = <pre>vi /etc/network/interfaces</pre> <pre> auto eth0 iface eth0...")
  • 00:07, 14 October 2024Reolink IP Camera (hist | edit) ‎[615 bytes]David (talk | contribs) (Created page with " left To obtain the video steam of the the Reolink cameras. RTSP, Clear and Fluent. <pre> rtsp://<username>:<password>@<camera_ip> rtsp://<username>:<password>@<camera_ip>/h264Preview_01_sub </pre> RTMP, Clear and Fluent <pre> rtmp://<camera_ip>/bcs/channel0_main.bcs?channel=0&stream=0&user=<username>&password=<password> rtmp://<camera_ip>/bcs/channel0_sub.bcs?channel=0&stream=1&user=<username>&password=<password> </pre> <br><br>Ima...")