User Tools

Site Tools


ffthemediumway

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
ffthemediumway [2026/06/04 17:04:07] – [Setup OLSRD & Add Interfaces for OLSRD] ThinkFlyffthemediumway [2026/06/17 16:39:43] (current) – dont disable the firewall ;) gabor
Line 10: Line 10:
   - Click on "Customize installed packages and/or first boot script"   - Click on "Customize installed packages and/or first boot script"
   - Add the following packages to the list    - Add the following packages to the list 
- 
  
 <file>curl mtr iperf3 tcpdump olsrd olsrd-mod-jsoninfo luci-app-olsr ethtool ipip kmod-ipip <file>curl mtr iperf3 tcpdump olsrd olsrd-mod-jsoninfo luci-app-olsr ethtool ipip kmod-ipip
 </file> </file>
 +    - {{:openwrt_xiaomi_ax6000_06042026.png?direct&800|}}
  
   - Copy the following script and paste it to "Script to run on first boot (uci-defaults)" on the image builder website    - Copy the following script and paste it to "Script to run on first boot (uci-defaults)" on the image builder website 
Line 221: Line 221:
  
 </file> </file>
- +   - Example: {{:install_packages_script_to_run_on_file.png?direct&800|}}
  
  
   - Click on "Request Build" and wait for the build to complete.    - Click on "Request Build" and wait for the build to complete. 
   - Download the newly built custom sysupgrade image    - Download the newly built custom sysupgrade image 
 +    - {{:custom_openwrt_firmware_06042026.png?direct&800|}}
   - Log in to your router using the web interface ([[http://192.168.1.1|http://192.168.1.1]])    - Log in to your router using the web interface ([[http://192.168.1.1|http://192.168.1.1]]) 
   - Go to "System->Backup/Flash Firmware"    - Go to "System->Backup/Flash Firmware" 
Line 231: Line 232:
   - Untick the box "Keep settings and retain the current configuration"    - Untick the box "Keep settings and retain the current configuration" 
   - Click "Continue"    - Click "Continue" 
 +
 +
 +    - Note: if you can't log into the web interface, you can use "WinSCP" to upload the firmware
 +      - upload the firmware 'openwrt-25.12.4-a89c348c9670-qualcommax-ipq50xx-xiaomi_ax6000-squashfs-sysupgrade.bin' to **/tmp** folder
 +      - SSH to the router (e.g., Putty)
 +        - Flash the firmware with the following command
 +        - <file> sysupgrade -n -v /tmp/openwrt-25.12.4-a89c348c9670-qualcommax-ipq50xx-xiaomi_ax6000-squashfs-sysupgrade.bin </file>
 +      - Once flashing finished, you can log into the web interface ([[http://192.168.10.1|http://192.168.10.1]])
  
  
Line 271: Line 280:
         - {{:firewall_settti_06042026-1.png?direct&400|}}         - {{:firewall_settti_06042026-1.png?direct&400|}}
       - Click 'save and apply'       - Click 'save and apply'
-    - make sure all the input|output|forward is 'accept' 
-      - {{:firewall_setting_06042026.png?direct&800|}} 
   - If everything setup correctly, open ''http://192.168.10.1/cgi-bin/luci/'', you shall see it like this    - If everything setup correctly, open ''http://192.168.10.1/cgi-bin/luci/'', you shall see it like this 
     - {{:overview_06042026.png?direct|}}     - {{:overview_06042026.png?direct|}}
Line 284: Line 291:
     - enter the folder /etc/config/     - enter the folder /etc/config/
     - edit the file 'olsrd', replace the content with the following text     - edit the file 'olsrd', replace the content with the following text
-      - <file>config olsrd\\ \\ config LoadPlugin\\ option library 'olsrd_arprefresh.so.0.1'\\ \\ config LoadPlugin\\ option library 'olsrd_dyn_gw.so.0.5'\\ \\ config LoadPlugin\\ option library 'olsrd_httpinfo.so.0.1'\\ option port '1978'\\ list Net '0.0.0.0 0.0.0.0'\\ \\ config LoadPlugin\\ option library 'olsrd_nameservice.so.0.4'\\ \\ config LoadPlugin\\ option library 'olsrd_jsoninfo'\\ option accept '0.0.0.0'\\ option ignore '0'\\ \\ config procd 'procd'\\ option respawn_threshold '3600'\\ option respawn_timeout '15'\\ option respawn_retry '0'\\ \\ config InterfaceDefaults\\ option Mode 'ether'\\ option Ip4Broadcast '255.255.255.255'\\ \\ config Interface\\ option ignore '0'\\ option interface '**ffste87 [!!!replace this to your network name!!!**]'\\ \\ config Hna4\\ option netaddr '**10.12.xxx!!!use your ip!!!**.144'\\ option netmask '255.255.255.252'   +      - <file> 
 +config olsrd 
 + 
 +config LoadPlugin 
 + option library 'olsrd_arprefresh.so.0.1' 
 + 
 +config LoadPlugin 
 + option library 'olsrd_dyn_gw.so.0.5' 
 + 
 +config LoadPlugin 
 + option library 'olsrd_httpinfo.so.0.1' 
 + option port '1978' 
 + list Net '0.0.0.0 0.0.0.0' 
 + 
 +config LoadPlugin 
 + option library 'olsrd_nameservice.so.0.4' 
 + 
 +config LoadPlugin 
 + option library 'olsrd_jsoninfo' 
 + option accept '0.0.0.0' 
 + option ignore '0' 
 + 
 +config procd 'procd' 
 + option respawn_threshold '3600' 
 + option respawn_timeout '15' 
 + option respawn_retry '0' 
 + 
 +config InterfaceDefaults 
 + option Mode 'ether' 
 + option Ip4Broadcast '255.255.255.255' 
 + 
 +config Interface 
 + option ignore '0' 
 + option interface 'ffste87 [!!! *************** replace this to your network name!!! *****************]' 
 + 
 +config Hna4 
 + option netaddr '10.12.!!!**************xxx use your ip*******************!!!.144' 
 + option netmask '255.255.255.252'  
 +</file>   
   - Go back to the router web interface ''http://192.168.10.1/cgi-bin/luci/admin''   - Go back to the router web interface ''http://192.168.10.1/cgi-bin/luci/admin''
     - 'Services -> OLSR IPv4  -> Interface', now you shall have this additional interface named 'ffste87'     - 'Services -> OLSR IPv4  -> Interface', now you shall have this additional interface named 'ffste87'
-      - {{:interface_06042026-3.png?direct&600|}}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     +      - {{:interface_06042026-3.png?direct&600|}}      
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 +===== Setup WiFi ===== 
 +  - Go to 'Network -> Wireless'  
 +    - In this example, the WiFi was set to 'SSID: ST8' 
 +    - {{:wifi_06042026_st88-3.png?direct&600|}} 
 +    - Click 'Edit -> Interface Configuration -> General Setup'  
 +      - ESSID: any name for your WiFi, here it is 'ST8' 
 +      - Network: use the network you set before, here it is **'ffste87'** 
 +        - {{:wifi_06042026_st88-1.png?direct&600|}}    
 +      - To set the password of the wifi, click 'Interface Configuration -> Wireless Security' 
 +        - Encryption: anyone you like 
 +        - Key: this is your wifi password 
 +        - {{:wifi_06042026_st88-2.png?direct&600|}}    
 +      - Click 'Save & Apply'      
 +      - Connect to the WiFi with your mobile device, it should work now.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
 ===== Baustellen-seite für funkfeuer configs ===== ===== Baustellen-seite für funkfeuer configs =====
 [[ffconfigbaustelle|Link]] [[ffconfigbaustelle|Link]]
  
  
ffthemediumway.1780592647.txt · Last modified: by ThinkFly

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki