Änderungen

Zur Navigation springen Zur Suche springen
359 Bytes entfernt ,  12:43, 8. Okt. 2006
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/
*GraphViz / Neato - Anleitung: http://www.graphviz.org/pub/graphviz/CURRENT/doxygen/html/classes.html
  −
*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ü