Hello,
continuing with my quest to get my nmea reader done, my kindle needs to be able to read incoming UDP packets.
With the standart firewall configuration that does not work.
If I go brute force and set
iptables -P INPUT ACCEPT
it works.
It seems that I need to set the iptables after every boot though.
Is there a way to make it persistant?
continuing with my quest to get my nmea reader done, my kindle needs to be able to read incoming UDP packets.
With the standart firewall configuration that does not work.
If I go brute force and set
iptables -P INPUT ACCEPT
it works.
It seems that I need to set the iptables after every boot though.
Is there a way to make it persistant?