Networking
open XEN | open XCP notes
U can see some usefull things below.
XCP:
- VNC console cs_CZ keymap = use en layout(gnome) while connection to DOM0 console(via tunnel like ssh -CN -L 5900(localport):localhost:5901 $HOST)
- no LVM in storage type = create symlink from LVHDSR.py to LVHDSR in /usr/lib/xcp/sm/
- HVC console = /etc/default/grub (CMDLINE_LINUX="console=hvc0") /etc/inittab (co:2345:respawn:/sbin/getty hvc0 9600 linux)
- Zdenek Key's blog
- Pro psaní komentářů se přihlašte
- Číst dál
network bonding aka etherchannel
Network bonding on debian:
mode used: balance roundrobin
NICs: 2x 100Mbit
application: ifenslave-2.6 (Debian Wheezy repos)
configs: /etc/network/interfaces
kernel: 3.2 (deb official)
sometimes is need to put "alias bond0 bonding \
options miimon=100 downdelay=200 updelay=200"
to /etc/modules|modprobe.d/
- Zdenek Key's blog
- Pro psaní komentářů se přihlašte
- Číst dál
WPA passphrase checking
How to check your WPA passphrase security.
- Zdenek Key's blog
- Pro psaní komentářů se přihlašte
- Číst dál