AKZN Notes

Archives for My Lazy and Forgetful Mind

Category: OpenWRT

Setting WDS Openwrt

problems saat ubah network interface lan, perubahan subnet kadang bikin harus reboot dulu baru kedetek cara : set firewall zone to lan set wireless > edit > interface or something, from wwan to lan Allow Luci accessed via [wan/bridged] MIKROTIK HOTSPOT i add bracket [wan] to point out that i want to access luci via […]

Configure Two ISP on Mikrotik using VLAN with Openwrt

Why ? I want to load balance on Openwrt Openclash OPENWRT on STB has only one RJ45 port Mikrotik has multiple port, so we can use vlan to route two ISP into Openwrt Mikrotik Setting Based on my current configuration, I use Ether1 as WAN2 and Ether2 as WAN1 Make sure we already setting ip> […]

Install OpenWRT on Bolt BL-100/BL-201 Using Script

This tutorial guides you through the installation of OpenWRT using a bash script, executed via a web browser interface of the BL-100/BL-201 router. This installation method is beginner-friendly as it can be done solely through the router’s web interface without the need for command line access. Installation Steps 💡 IMPORTANT: Ensure the router is connected […]

Change OpenWRT Logo / Title Text on Luci Header Bolt BL 201

Some of Custom Openwrt Firmware has modified Openwrt Logo on luci header. And its getting value from OpenWRT Hostname such as OpenWRT shipped on custom BOLT BL201. If you want to modify its name here steps. To change the hostname in OpenWRT, you can follow these steps: SSH into your OpenWRT router: Use an SSH […]

How to Set Permanent MAC on Bolt BL 201

If you need to set a permanent MAC address for your Botl BL 201, you can follow these straightforward steps: Configure Your PC’s Ethernet Settings: Set your PC’s Ethernet interface to use an IP address in the range of 192.168.1.2 or higher. Avoid using 192.168.1.1 to prevent conflicts. Access the BreedEnter Utility: BreedEnter Download : […]

Configuring VLAN Routing: Passing Ethernet VLAN to Main Wi-Fi on OpenWRT

you can pass internet connection from an Ethernet VLAN to the main Wi-Fi connection on OpenWRT. To achieve this, you’ll need to configure VLANs and firewall rules correctly. Here’s a general outline of the steps involved: Configure VLAN on the Switch: Log in to your OpenWRT router’s web interface or connect via SSH. Navigate to […]

Using dd Command with Windows 10 Using Cygwin

Using dd Command with Windows 10 Using Cygwin The dd command is a powerful tool commonly used in Unix-like operating systems for disk-related operations. While Windows 10 does not have a built-in dd command, you can leverage the capabilities of Cygwin to use dd in a Windows environment. Cygwin provides a collection of GNU and […]

Nmap Install & Usage

if you want to scan your network, you can use Nmap Nmap is a powerful network exploration and security auditing tool that can be used to discover hosts and services on a computer network. Here’s a tutorial on how to install and use Nmap on Linux: Installation: Open the terminal on your Linux system. # […]

How to Set up ZeroTier for Port Forwarding in OpenWrt

ZeroTier is a virtual network software that allows users to create a private network with ease. One of its features is the ability to perform port forwarding, which is crucial in accessing devices remotely. In this article, we’ll guide you on how to set up ZeroTier for port forwarding in OpenWrt. Step 1: Connect ZeroTier […]

OpenWRT Resize Squashfs Partition to Utilize all SD Card Space

Based on Openwer document here Expanding the filesystem To use the whole available space of your sdcard, you probably have to resize your partition. squashfs image To resize the squashfs-image one has to know the offset of the hidden f2fs filesystem. In this example, the squashfs partiton is /dev/sde2. You can find the offset, by […]