« Administration routeur OpenWrt » : différence entre les versions

De Wiki Arthion
Aucun résumé des modifications
mAucun résumé des modifications
 
(2 versions intermédiaires par le même utilisateur non affichées)
Ligne 24 : Ligne 24 :
http://michauko.org/blog/2009/02/23/tunnels-tcp-via-ssh-putty-etc/
http://michauko.org/blog/2009/02/23/tunnels-tcp-via-ssh-putty-etc/
http://bodhizazen.net/Tutorials/VPN-Over-SSH
http://bodhizazen.net/Tutorials/VPN-Over-SSH
Installer un serveur IRC (avec SSL)
Rediriger les ports sur le routeur :
wget http://downloads.openwrt.org/snapshots/trunk/brcm47xx/packages/libopenssl_1.0.0g-1_brcm47xx.ipk
opkg install libopenssl_1.0.0g-1_brcm47xx.ipk
wget http://downloads.openwrt.org/snapshots/trunk/brcm47xx/packages/ngircd_18-1_brcm47xx.ipk
opkg install ngircd_18-1_brcm47xx.ipk
Créer ses clés SSL suivre les infos:
http://ngircd.barton.de/doc/SSL.txt
Créer un backup
tar cv -f openwrt.tar /bin /etc /lib /overlay /sbin /tmp /usr /www
Check si un service se lance au boot
/etc/init.d/example enabled && echo on
http://wiki.openwrt.org/doc/techref/initscripts
Mise à jour systeme
http://wiki.openwrt.org/doc/howto/generic.sysupgrade
</poem>
</poem>

Version actuelle datée du 26 mars 2012 à 09:17

Démarrage des services au lancement : http://ww2.ac-creteil.fr/reseaux/systemes/linux/debian/deb-tp-init.html
Faire reconnaitre sa clef usb : http://wiki.openwrt.org/doc/howto/usb.storage
Formatter clé usb avec fdisk : http://www.idevelopment.info/data/Unix/Linux/LINUX_PartitioningandFormattingSecondHardDrive_ext3.shtml#fdisk
http://www.tldp.org/HOWTO/Partition/fdisk_partitioning.html
Créer et activer la partition swap : http://talk.maemo.org/showthread.php?t=27441

Installer des packages sur une clé usb et non sur la flash interne (non réussi pour l'instant)
http://wiki.openwrt.org/doc/techref/opkg?s[]=change&s[]=opkg#installation.destinations
https://forum.openwrt.org/viewtopic.php?id=24620
https://forum.openwrt.org/viewtopic.php?id=26365

Installer un proxy (en cours)
https://forum.openwrt.org/viewtopic.php?pid=30054
http://wiki.openwrt.org/doc/howto/proxy.overview
http://wiki.openwrt.org/doc/howto/proxy.privoxy

Rediriger un port avec ssh - tunneling ssh - ne fonctionne pas avec dropbear, il faudrait le recompiler, mais il faut l'activer via putty pour aller vers le proxy
http://docs.cs.byu.edu/general/ssh_tunnels.html
http://www.networkedmediatank.com/showthread.php?tid=36683
http://wl500g.info/showthread.php?t=4389
http://hidefinder.com/90/diy-socks5-vpn-putty.html
http://dag.wieers.com/howto/ssh-http-tunneling/
http://michauko.org/blog/2009/02/23/tunnels-tcp-via-ssh-putty-etc/
http://bodhizazen.net/Tutorials/VPN-Over-SSH


Installer un serveur IRC (avec SSL)
Rediriger les ports sur le routeur :
wget http://downloads.openwrt.org/snapshots/trunk/brcm47xx/packages/libopenssl_1.0.0g-1_brcm47xx.ipk
opkg install libopenssl_1.0.0g-1_brcm47xx.ipk
wget http://downloads.openwrt.org/snapshots/trunk/brcm47xx/packages/ngircd_18-1_brcm47xx.ipk
opkg install ngircd_18-1_brcm47xx.ipk

Créer ses clés SSL suivre les infos:
http://ngircd.barton.de/doc/SSL.txt

Créer un backup
tar cv -f openwrt.tar /bin /etc /lib /overlay /sbin /tmp /usr /www

Check si un service se lance au boot
/etc/init.d/example enabled && echo on
http://wiki.openwrt.org/doc/techref/initscripts

Mise à jour systeme
http://wiki.openwrt.org/doc/howto/generic.sysupgrade