Centos VMware – allow access for non root user

Add group vmware Add user to group Make sure vmware group has execute privileges to virtual machine

Windows vista – missing your telnet ?

Click Start, click Control Panel, and then click Programs. In the Programs and Features area, click "TELNET CLIENT" Apply.

Reset TCP/IP in windows XP/2003

netsh ip reset

more info here : http://support.microsoft.com/kb/299357 When all else fails and you still cant get your network to work , try this.

FreeBSD – Setup Link Aggregation ( LAGG ) in failover mode

Load drivers on boot

echo "if_lagg_load=\"YES\"" >> /boot/loader.conf

Add to rc.conf

ifconfig_em0="UP" ifconfig_em1="UP" cloned_interfaces="lagg0" ifconfig_lagg0="laggproto failover laggport em0 laggport em1 ip.ad.dr.ess netmask net.ma.sk"

probably good idea to turn on spanning tree on your port .

Installing VMWARE Server on CentOS 5

sudo yum -y groupinstall "Development Libraries" sudo yum -y groupinstall "Development Tools" sudo yum -y install xinetd sudo yum -y install kernel-devel OR yum -y install kernel-PAE-devel ( if you use PAE )