среда, 19 июня 2013 г.

Installing CheckInstall on CentOS


     CheckInstall keeps track of all files installed by a "make install" or equivalent, creates a Slackware, RPM, or Debian package with those files, and adds it to the installed packages database, allowing for easy package removal or distribution.
     It makes possible to keep you system clean, cause it let you to remove all the package, leaving no mess!

Create respective directory:
cd /
mkdir checkinstall
cd checkinstall
mkdir install
Downloading the package:
wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/andnagy/RedHat_RHEL-6/x86_64/checkinstall-1.6.2-20.2.x86_64.rpm
Installation:
rpm -ivh checkinstall*.rpm
yum install rpm-build

понедельник, 3 июня 2013 г.

IPV6

Конвертация железной машины на Windows 7 в виртуальную под VMware

Настройка WIFI контроллера Cisco NME-AIR-WLC12-K9


1) Сперва прочитать статью

2) Зайти по SSH на роутер, где установлен модуль NME-AIR-WLC12-K9

3) Сбросить настройки контроллера:
        service-module wlan-controller 1/0 reset

3) Уже из сеанса роутера зайти в сам контроллер:
        service-module wlan-controller 1/0 session

        (Default User / Password - cisco/cisco)

4) Отключить авторизацию роутера при заходе на котроллер:
        To disable "Router Authentication" when entering WLC session:
           Router(config)#aaa authentication login wlc none
           Router(config)#line 66
           !--- Line 66 is meant for the controller module of the router and
           !--- might change based on the hardware/chassis used on the router.
           Router(config-if)#login authentication wlc
4) Настроить интерфейс управления (interface management):
    - Сперва отключить все WLAN:
         (Cisco Controller) >config wlan disable all
         (Cisco Controller) >config interface address management 192.168.15.2 255.255.255.0 192.168.15.1
         (Cisco Controller) >config wlan enable all
    - Настраиваем интерфейс:
         (Cisco Controller) >config interface address management 192.168.15.2 255.255.255.0 192.168.15.1
         Request failed - Active WLAN using interface. Disable WLAN first.Error setting port number

5) Указать код страны:
        config 802.11a disable network
        config 802.11b disable network
        config country RU
        config 802.11a enable network
        config 802.11b enable network

6) Настроить NTP сервер:
        time ntp server 1 46.46.160.130
        config time timezone delta +4

!!! Как настроить DHCP сервера (Microsoft, Cisco Embeded, Linux)

http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t15/rockynm.html

Версия:
         (Cisco Controller) >show sysinfo

         Manufacturer's Name.............................. Cisco Systems, Inc
         Product Name..................................... Cisco Controller
         Product Version.................................. 3.2.116.21
         RTOS Version..................................... 3.2.116.21
         Bootloader Version............................... 3.2.116.21
         Build Type....................................... DATA + WPS

config time ntp server 1 192.168.13.200

Wireless LAN Controller Module (WLCM) Configuration Examples
http://www.cisco.com/en/US/docs/ios/12_4t/12_4t15/rockynm.html

Password Recovery Procedure for the Wireless LAN Controller Module (WLCM) and Wireless Services Module (WiSM)

The Cisco Wireless LAN Controller Modules
Wireless LAN Controller Module Troubleshooting