Changes

From Amahi Wiki
Jump to: navigation, search
No change in size ,  01:55, 23 June 2020
* 80 - HTTP
* 139 - NetBIOS port for Samba
* 443 - HTTPS if you optionally [[Access_HDA_over_SSLAccess HDA over SSL]].
* 445 - Samba File Sharing (port for your network shares)
* 1194 - VPN
Here is the minimum iptables firewall rules required for your HDA to still function as an HDA. These rules do not include any extra services you have enabled such as SSH (port 22), VNC (port 5902), MiniDLNA (port 8200), etc. For extra apps and services you'll have to look up documentation on the App you're using.
 {{Text|Text<pre style=<"white-space: pre-wrap; word-break: keep-all;"><nowiki>*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT</nowiki></pre>
}}
= Modify iptables state =
Start the firewall.
{{Code| service iptables start}}
Stop the firewall.
{{Code| service iptables stop}}
Show the current rules.
{{Code| service iptables status}}
Service command usage.
{{Text|Text= Usage: <nowiki>iptables {start|stop|restart|condrestart|status|panic|save}</nowiki>}}
= List of ports needed for current Amahi Apps =
TO BE UPDATED!
12,424

edits