Linux: June 2008 Archives

CentOS 5.2 released

| | Comments (0)

http://mirrors.kernel.org/centos/5.2/isos/
台灣 mirror twaren | tnc | pu | chu | isu | tcc

CentOS 是拿 RedHat Enterprise Linux 的 Source 來編, 也就是 CentOS 和 RHEL 幾乎一樣, 而 CentOS 免費, RHEL 要錢.

VirtualBox Bridge Mode

| | Comments (0)

先裝好 tunctl 及 bridge-utils 套件
tunctl -t tap0 -u virtualbox
brctl addbr br0
ifconfig eth0 0.0.0.0 promisc
brctl addif br0 eth0
ifconfig br0 192.168.0.1 (把原來設在 eth0 的 IP 設到 br0)
brctl addif br0 tap0
ifconfig tap0 up
chmod 0666 /dev/net/tun
VirtualBox 網路設定為 Host Interface, Interface Name 為 tap0
就跟 VMware 的 Bridge Mode 一樣.

July 2008

Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

About this Archive

This page is a archive of entries in the Linux category from June 2008.

Linux: April 2008 is the previous archive.

Linux: July 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.