Archive for September, 2013

SafeToGo – damit auch Ihre Daten sicher unterwegs sind

Mittwoch, September 4th, 2013

SafeToGo_logo   Die Verschlüsselung/Entschlüsselung und die Passwortüberprüfung passieren ausschließlich durch den on-board Prozessor auf dem USB-Stick und sind damit weder manipulierbar noch abschaltbar. Sie benötigen weder lokale Admin-Rechte noch Software auf dem Host-System – SafeToGo hat alles on-board dabei – alles was ein sicherer USB Stick benötigt

SafeToGo_01

WD Red NAS 1 TB Hard Drive – is designed specifically for small NAS systems

Dienstag, September 3rd, 2013

wd_logo.jpg   The WD Red NAS 1 TB Hard Drive are designed and extensively tested for compatibility in the unique 24×7 operating environment and for the demanding System requirements of home and small office NAS

WDred_01

Cacti – a complete network graphing solution

Dienstag, September 3rd, 2013

Cacti_logo   Cacti is a complete network graphing solution designed to harness the power of RRDTool’s data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices

Cacti_00

Cacti_01

Gesellschaft für Informatik – möchte hier Fragen und Antworten sammeln zu den Enthüllungen von Edward Snowden zu den Aktivitäten der in- und ausländischen Geheimdienste und zu Schutz- und Handlungsmöglichkeiten des Einzelnen

Montag, September 2nd, 2013

gi_logo   FAQ Liste zur Überwachungsaffäre 2013 –  Leitfragen mit einer Sammlung von fast 40 detaillierteren Fragen und Antworten die in vier Rubriken eingeteilt wurden – neben allgemeinen und politischen Fragen stehen technische und ökonomische sowie rechtliche

IT_01

Fritz!Box 7490 – bereit für den nächsten Geschwindigkeitsschub bei VDSL

Montag, September 2nd, 2013

fritz_logo.png   Für mehr Geschwindigkeit und mehr Reichweite im Heimnetz setzt die FRITZ!Box 7490 auf den kommenden WLAN-Standard AC. Dabei kann sie gleichzeitig im 2,4GHz- und 5GHz-Bereich Daten übertragen – im 5GHz-Band mit bis zu 1.300 MBit/s. Dadurch wird die Verbindung von Laptop, Tablet und Smartphone im Heimnetz so schnell als wären sie mit einem Gigabit-LAN-Kabel verbunden

Fritz!Box7490_01

Harley-Davidson – 110th Anniversary 1903-2013

Sonntag, September 1st, 2013

Synology RackStation RS214 – is a 1U 2-bay rackmount NAS

Sonntag, September 1st, 2013

Synology_logoSynology RackStation RS214 a 1U 2-bay rackmount NAS server with exceptional 287.5mm in depth offers an affordable and comprehensive solution for both industrial standard environments and smaller server rooms with limited space. Its compact size fits perfectly into 2-position rack and wall mount rack without additional rail kit. It is also resilient enough to withstand operating temperature up to 45°C offering high reliability under extreme conditions. The smart fan design keeps Synology RackStation RS214’s fan spinning at a very low Speed quiet your rack to create a calmer office working environment

SynologyRS214_01

Greenland’s ‚Grand Canyon‘ – a 460-mile-long stretch of canyon was discovered underneath ice

Sonntag, September 1st, 2013

FreeBSD 9.1 – virtual wan simulator „WANsim“

Sonntag, September 1st, 2013

FreeBSD_logo   For a experiment I needed a wan simulator so I decided to build one – using FreeBSD makes this very easy. Specifically what I wanted was a vmware virtual machine capable of Layer 2 wan Simulation it is easier because theres no routing or subnet changes to mess around with just simply a single subnet with some hosts further away than others. It had to be a VM as my whole lab environment is virtual so it makes sense to just put a vm between 2 vswitches and get the restricted bandwidth increased latency and packet loss

FreeBSD_WANsim_01

/etc/rc.conf

hostname=“WANsim“
keymap=“german.iso.kbd“
sshd_enable=“YES“
dumpdev=“AUTO“

#Bridge
cloned_interfaces=“bridge0″
ifconfig_bridge0=“addm em0 addm em1 up“
ifconfig_em0=“up“
ifconfig_em1=“up“
ifconfig_bridge0_alias0=“inet 192.168.1.253 netmask 255.255.255.0 up“

#Firewall
firewall_enable=“YES“
firewall_type=“open“
firewall_logging=“YES“
firewall_script=“/usr/local/etc/ipfw.rules“

 

/usr/local/etc/ipfw.rules

# delete all rules
# —————————————

ipfw -q -flush

# em0 3MBit/s and 20ms latency
# em1 0.5MBit/s and 20ms latency
# —————————————

ipfw -q add 10001 pipe 1 ip from any to any out via em0 bridged
ipfw -q add 10002 pipe 2 ip from any to any out via em1 bridged
ipfw -q pipe 1 config bw 3072Kbit/s delay 20
ipfw -q pipe 2 config bw 512Kbit/s delay 20

 

/etc/sysctl.conf

net.link.bridge.ipfw=1

 

/boot/loader.conf
if_bridge_load=“YES“
dummynet_load=“YES“

Placing the guest’s network adapter in promiscuous mode causes it to receive all frames passed on the virtual switch that are allowed under the VLAN policy for the associated portgroup