Änderungen

Zur Navigation springen Zur Suche springen
257 Bytes hinzugefügt ,  13:02, 27. Sep. 2006
→‎Notizen: portforwarding
Zeile 1: Zeile 1:  
===Notizen===
 
===Notizen===
 
*CFE erstellen online: http://lonewolf.hacker-nin.com/wrt/cfe/
 
*CFE erstellen online: http://lonewolf.hacker-nin.com/wrt/cfe/
 +
*VPN umleiten in M18 / Portforwarding :
 +
<pre>
 +
EXTERNES_INTERFACE_WO_ALLES_HERKOMMT="eth0"
 +
IEXT=$EXTERNES_INTERFACE_WO_ALLES_HERKOMMT
 +
PORT=5000
 +
ZIEL="192.168.1.254"
 +
 +
iptables -t nat -A PREROUTING -p tcp --dport $PORT -i $IEXT -j DNAT --to $ZIEL:$PORT
 +
</pre>
    
===Hardwaretyp feststellen===
 
===Hardwaretyp feststellen===

Navigationsmenü