2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 17:36:39 +00:00

37_dash_dhcp.pm: a little more docu

git-svn-id: https://svn.fhem.de/fhem/trunk@12331 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2016-10-11 19:08:17 +00:00
parent c8a25a69b8
commit fe0b9cf9a7

View File

@ -262,6 +262,7 @@ dash_dhcp_Attr($$$)
or or
<ul><code>iptables -I PREROUTING -t nat -i eth0 -p udp --src 0.0.0.0 --dport 67 -j DNAT --to 0.0.0.0:6767</code></ul> <ul><code>iptables -I PREROUTING -t nat -i eth0 -p udp --src 0.0.0.0 --dport 67 -j DNAT --to 0.0.0.0:6767</code></ul>
and use the port attribute to configure the redirected port.</li> and use the port attribute to configure the redirected port.</li>
<li>to make iptables rules permanent see for example: https://www.thomas-krenn.com/de/wiki/Iptables_Firewall_Regeln_dauerhaft_speichern</li>
</ul> </ul>
<a name="dash_dhcp_Attr"></a> <a name="dash_dhcp_Attr"></a>