AKZN Notes

Archives for My Lazy and Forgetful Mind

Tag: openwrt

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> […]

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 […]

OpenWRT USB Connection to MiFi (Mobile WiFi) Huawei e5573

Connecting MiFi e5573 (or any other mifi) to OpenWRT are similiar with connectiong Openwrt to Smartphone USB Thetering Check / Install Driver OpenWRT USB Thetering Docs Provide USB tethering support for Android 8/10 with RNDIS: opkg update opkg install kmod-usb-net-rndis Extra steps depending on USB type and drivers for your router: opkg update opkg install […]

VLAN OpenWRT as DHCP Server/client and Mikrotik as DHCP Server/client on a Single Ethernet Port

Why ? I want to use OpenWRT on Orange Pi Zero, but OPiZ only have one ethernet port. So, how i can use that single port as dhcp server (to give internet), and dhcp client (to get internet). Mikrotik Setting Configure DHCP Server and vlan interface Configure MIkrotik DHCP server as usual, for this notes […]