異世界


2013年11月2日 星期六

Centos : webmin for Route Table

  1. webmin : http://www.webmin.com/rpm.html
  2. 安裝 webmin:
    於 CenOs 安裝,使用 RPM  ( Installing the RPM ):
    完成後預設的 URL http://localhost:10000
    wget http://prdownloads.sourceforge.net/webadmin/webmin-1.660-1.noarch.rpm
    rpm -U webmin-1.660-1.noarch.rpm
     

  3. 若未安裝Apache 最簡單的方式=> 安裝LAMP  、 安裝 LAMP - 在 CentOS 6.3

    // 安裝
    yum  -y  install  httpd  php  php-mysql  mysql  mysql-server
     
    // 啟動 MySQL
    sudo chkconfig mysqld on
    /etc/init.d/mysqld start 
     
    // 啟動 Apache
    chkconfig httpd on
    /etc/init.d/httpd start
     
     
     

  4. 開啟 webmin (進入後,記得先備份)
    image 
  5. webmin 教學網
    吳老師的實戰世界 =>  Linux 最強圖像管理套件---- Webmin
    ohyeah's blog => http://www.ohyeah.tw/?p=351
  6. 很多選項會用到 re-pppoe : 安裝 RE-PPPOE => # yum install re-pppoe

  7. ???? 下一步要學會 Route Table 如何運作 ........?????



==================================


A) 實做多條 WAN 線路 NAT 主機 
B) 網中人寫的『頻寬負載平衡』:http://www.study-area.org/tips/multipath.htm

沒有留言:

張貼留言