Setups
General information
Wirnet™ iBTS information
Wirnet™ iFemtoCell information
Wirnet™ iFemtoCell-evolution information
Wirnet™ iStation information
System management
Network management
LoRa Features
KerOS customization
Support and resources
Setups
General information
Wirnet™ iBTS information
Wirnet™ iFemtoCell information
Wirnet™ iFemtoCell-evolution information
Wirnet™ iStation information
System management
Network management
LoRa Features
KerOS customization
Support and resources
This is an old revision of the document!
The packet forwarder is a program running on the host of a Lora gateway. It forwards RF packets received by the gateway to a server through an UDP/IP link, and emits RF packets that are sent by the server.
Every X seconds the program displays statistics about the received and sent RF packets, and about the received and sent network datagrams. The program also sends a few statistics to the server in JSON format.
For a full packet forwarder description and the way it works, read the “Semtech readme file” available in each packet forwarder resource page.
.ipk file..ipk file using the instructions of the software updates page.The associated Semtech HAL is indicated in the name of IPK:
packet-forwarder-v2_<version>-<HAL>_klk_lpbs.ipk
Indeed, rules are loaded at boot time and the last rule instruction is to reject all traffic. The packet forwarder configuration used to append rules to the tables, meaning that they are ignored.
Modify the firewall rules in the file /user/spf2/bin/execute_spf2.sh.
In this file, the rules must be set with iptables -I (insert) instead of iptables -A (append).
The following commands will correctly adapt the script /user/spf2/bin/execute_spf2.sh:
sed -i "/null/ s/-A/-I/" /user/spf2/bin/execute_spf2.sh /etc/init.d/firewall restart monit restart spf2