Archive for December, 2014

nethogs listet alle net connections

Sunday, December 28th, 2014

http://sourceforge.net/projects/nethogs/

some routiene magic

Friday, December 19th, 2014

http://www.sysresccd.org/Sysresccd-networking_de_Grundlegende-IP-Konfigurations-Tools-in-Linux

pxe-Boot mit graphischem Menü

Friday, December 19th, 2014

http://lml.support-netz.de/trac/wiki/Grafisches-PXE-Bootmenue http://wiki.bluecrow.net/index.php/Syslinux/Comboot/menu.c32 http://edoceo.com/howto/syslinux-vesa

Arten von Linux Firewalls

Tuesday, December 16th, 2014

https://de.wikibooks.org/wiki/Linux-Kompendium:_Linux-Firewall_mit_IP-Tables ^^ http://www.tldp.org/HOWTO/IP-Masquerade-HOWTO/stronger-firewall-examples.html#RC.FIREWALL-IPTABLES-STRONGER

Ubique Edge Router Lite UDA DHCPD server

Wednesday, December 10th, 2014

cat /etc/dhcp3/dhcpd.conf >> log-facility local6; ddns-update-style ad-hoc; #ddns-update-style none; ddns-hostname = concat(“station-“,binary-to-ascii(10,8,”-“,leased-address)); option host-name = config-option server.ddns-hostname; next-server 10.1.1.1 ; if substring ( option vendor-class-identifier, 0, 9) = “PXEClient” { filename “pxelinux.0” ; next-server 192.168.2.80 ; } # Jumpstart Support option space SUNW; option SUNW.root-mount-options code 1 = text; option SUNW.root-server-ip-address code 2 = ip-address; […]

einfaches NAT für ppp über wlan

Wednesday, December 10th, 2014

auf dem router: cat start_nat.sh iptables –flush # Flush all the rules in filter and nat tables iptables –table nat –flush iptables –delete-chain # Delete all chains that are not in default filter and nat table iptables –table nat –delete-chain # Set up IP FORWARDing and Masquerading iptables –table nat –append POSTROUTING –out-interface ppp0 -j […]

Forensic Carving

Monday, December 1st, 2014

http://cheeky4n6monkey.blogspot.de/2012/02/monkey-carvings-of-unknown-file-types.html http://www.howtoforge.com/recover-deleted-files-with-scalpel http://www.forensicswiki.org/wiki/File_Carving https://code.google.com/p/tcdiscover/ ^^^ True Crypt .tc file carving