Skip to main content

KTDEVX

Tag: OpenWrt

Automatically Update Onamae.com DNS Records from OpenWrt Using DDNS

# Introduction The Onamae.com Dynamic DNS (DDNS) client supports only Windows. However, using ddns-scripts-onamae, you can update Onamae.com DNS records from a router running OpenWrt. ddns-scripts-onamae is a submodule of the ddns-scripts package, which supports DDNS management on OpenWrt. It provides a function for automatically updating DNS records for Onamae.com, a widely used domain registrar in Japan. This allows you to keep a hostname registered with Onamae.com synchronized with the latest IP address using an OpenWrt router, even when your internet connection does not have a static IP address.

Build a VPN Server on OpenWrt with WireGuard for Remote Access to Your Home Network

This article explains how to build a VPN server using WireGuard on a router running OpenWrt and securely access your home network while away from home. WireGuard is a lightweight, fast, and secure VPN protocol that makes it easy to build a VPN environment at home. # Install the Package Log in to the OpenWrt web management interface (LuCI) and install luci-proto-wireguard. This also installs required packages such as wireguard-tools.

Build an OpenVPN Server on OpenWrt for Remote Access to Your Home Network

OpenVPN is an open-source VPN technology that provides an encrypted VPN tunnel and secure access to your home network while away. This article explains how to build an OpenVPN server on an OpenWrt router and connect multiple clients. Audience: Users with OpenWrt installed and SSH access Prerequisites: OpenWrt installation, administrator access, and basic terminal/SSH knowledge # Environment Item Value OS OpenWrt 24.10.0 or later VPN protocol OpenVPN UDP 1194 VPN network 10.

Install OpenWrt on an Aterm WG2600HP3

This article explains how to install OpenWrt on an NEC Aterm WG2600HP3. # Hardware Information Manufacturer NEC Model Aterm WG2600HP3 CPU Qualcomm Atheros IPQ8062 1GHz Flash 32MB Memory 512MB Ethernet ports 5 x 1Gbps Wireless LAN 2.4GHz: b/g/n, 5GHz: a/n/ac # Download the Images This example installs OpenWrt 24.10.0. Download the initramfs and sysupgrade images from the official OpenWrt download page. nec_wg2600hp3-initramfs-uImage initramfs image. nec_wg2600hp3-squashfs-sysupgrade.bin sysupgrade image. # Set Up a TFTP Server The initramfs image is written over TFTP, so a TFTP server must be set up.

Install OpenWrt on a BUFFALO WSR-2533DHP

This article explains how to install OpenWrt on a BUFFALO WSR-2533DHP. # Hardware Information Manufacturer BUFFALO Model WSR-2533DHP CPU Media Tek MT7621AT 880MHz Flash 16MB Memory 128MB Ethernet ports 5 x 1Gbps Wireless LAN 2.4GHz: b/g/n, 5GHz: a/n/ac # Download the Images This example installs OpenWrt 24.10.0. Download the initramfs and sysupgrade images from the official OpenWrt download page. buffalo_wsr-2533dhpl-initramfs-kernel.bin initramfs image. buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin sysupgrade image. Although the name contains wsr-2533dhpl, it can also be installed on the WSR-2533DHP.