mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 11:26:55 +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:
parent
c8a25a69b8
commit
fe0b9cf9a7
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user