09 2010

OpenVPN and CentOS 5 Installation and Configuration Guide

Posted by admin in Linux, 电脑网络

Many ppl found that installing VPN on linux is not that easy, the abvailable installation guides on VPN is often limited. I have tried a lot of installation guides and finally get it connected successfully.

Here are the steps to guide you installed a secure connection between your? CentOS5 and Windows with OpenVPN open source application.

 

 

Read entire article.

收藏与分享
12 2009

Huawei S8505 install H3C LSB1GT48LDB0(Upgrade)

Posted by admin in 个人案例简汇

    现一台HuaweiS8505交换机。原有一块主控板+一块24口LC的光纤板卡。现需升级一块48口全千兆电口交换板!

 

原有主控软件版本为:S8500-VRP310-R1631-EI

 

 

新插上Lsb1gt48ldb0的交换机后。端口状态为Fail。且无识别交换机型号和类型!

 

后升级S85交换机而解决此问题!

 

并不是所有的Huawei交换机都可以用此法的

收藏与分享
06 2009

在FreeBSD中安装源码。

Posted by admin in Linux

因为平时安装都是使用的mini install 方式安装的。所以今天需要调整内核时发现没有安装源码。
于是新装了souce文件。

安装方法:
1.Mount上安装媒体 (mount -t cd9660 /dev/acd0 /cdrom )在Linux中使用的是-t 9660

2.进入/cdrom/*-RELEASE/src
3.执行sh install.sh base sys (base 和 sys为要安装的源码类型。在这儿我只安装基本和系统的。因为我现在只用得到这两样)

[ad#ad_article_2]

收藏与分享