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 16:38:58] – [Configuring a new interface] 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 245: Line 254:
       - Device: choose the port you want to use for the new connection       - Device: choose the port you want to use for the new connection
         - Ethernet Adapter"wan" (ffste87") [this is the port you connect to the antenna]         - Ethernet Adapter"wan" (ffste87") [this is the port you connect to the antenna]
 +          - {{:interface_06042026-2.png?direct&600|}}
       - Set the IP address according to the Manman database       - Set the IP address according to the Manman database
         - [[https://manman.ffgraz.net/|https://manman.ffgraz.net/]]         - [[https://manman.ffgraz.net/|https://manman.ffgraz.net/]]
Line 251: Line 261:
           - Netmask: 255.255.255.252           - Netmask: 255.255.255.252
           - at the IpV4 address, input "10.12.xxx.145/30" [/30 is the netmask .252]           - at the IpV4 address, input "10.12.xxx.145/30" [/30 is the netmask .252]
-    - {{:interface_06042026-1.png?direct&400|}}+    - {{:interface_06042026-1.png?direct&800|}}
   - Click on 'Services->OLSR IPv4'   - Click on 'Services->OLSR IPv4'
     - Add a new interface     - Add a new interface
Line 257: Line 267:
         - in this example, the network is "ffste87"         - in this example, the network is "ffste87"
       - Click Save       - Click Save
 +        - {{:interface_06042026-3.png?direct&600|}}
   - Go to the tab HNA Announcements [Services->OLSR IPv4->HNA Announcements]   - Go to the tab HNA Announcements [Services->OLSR IPv4->HNA Announcements]
     - Add a new announcement     - Add a new announcement
Line 269: 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+  If everything setup correctly, open ''http://192.168.10.1/cgi-bin/luci/'', you shall see it like this  
-      - {{:firewall_setting_06042026.png?direct&800|}}+    - {{:overview_06042026.png?direct|}}
  
 ===== TODO: add interfaces for olsrd, setup olsrd, setup wifi, setup free wifi ===== ===== TODO: add interfaces for olsrd, setup olsrd, setup wifi, setup free wifi =====
 +
 +===== Setup OLSRD & Add Interfaces for OLSRD =====
 +
 +  - Open software "WinSCP", connect to the router [192.168.10.1] by scp
 +    - {{:winscp_06042026.png?direct&600|}}
 +    - enter the folder /etc/config/
 +    - 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>   
 +  - 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'
 +      - {{: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.1780591138.txt · Last modified: by ThinkFly

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki