阿里云架設ROS

aliyun.ros.tw

Screenshot_2016-01-05-00-29-51

 

 

分類: RouterOS | 2 則留言

Mikrotik CRS125 系列設定Vlan

設定很簡單,照著圖片設定即可

下圖ETH1 為 TRUNK口

結束設定

 


 

底下這是CRS本身需要管理時才需要用到

 

 

 

 

分類: RouterOS | 發佈留言

MikroTik 首款家用AC 雙頻路由器 RB952Ui-5ac2nD hAP ac Lite

RB952Ui-5ac2nD hAP ac Lite

MikroTik 首款家用AC 雙頻路由器 , 雖然網口只有100M,

不過這個價格能提供ac+雙頻也是很不錯了.

 

The hAP ac lite is a Dual-concurrent Access Point, that provides Wifi coverage for 2.4GHz and 5GHz frequencies at the same time.
The device is very small and will look good in any home or office, wall mounting anchor holes are provided.

• Dual chain wireless 2.4GHz
• Single chain wireless 5GHz
• 650MHz CPU
• 64MB of RAM
• Five x 10/100Mbps Ethernet ports
• Passive PoE output on port 5
• USB port for 3G/4G modem
The hAP ac lite can be powered from the power jack or with passive PoE from a PoE injector. The power adapter is included. Unit provides PoE output function for port 5 – it can power other PoE capable devices with the same voltage as applied to the unit. Maximum load on the port is 500mA.
The hAP ac lite is preconfigured, so all you need to do, is plug in the internet cable, the power, and start using the internet by connecting to the MikroTik network.

Specifications

CPU nominal frequency: 650 MHz
CPU core count: 1
Size of RAM: 64 MB
Storage type: Flash
Storage size: 16 MB
10/100 Ethernet ports: 5 (網口只有100M)
Wireless bands: 5 GHz radio and 2.4 GHz radio
Operating frequency: 5150 – 5875 MHz and 2412 – 2484 MHz
Protocols 802.11a/n/ac, 802.11b/g/n
Chains: Single-chain – 5ghz, Dual-chain – 2ghz
Antenna gain: 2 dBi and 1.5 dBi
Wireless chip model: QCA9887 and QCA9531
Antenna beam width: 360°
PoE in: Yes
PoE out: Yes (Ether5), 0,5 A
Supported input voltage: 8 V – 30 V (Jack or Passive PoE)
Extras: USB 2.0 Type A full size port, 1 A
Dimensions: 113 x 89 x 28mm
License level: 4
Operating System: RouterOS
CPU: QCA9531
Max Power consumption: 7 W

 

 

 

 

 

 

 

 

 

 

 

分類: RouterOS | 1 則留言

Windows 7 設定SSTP連線

RouterOS SSTP Server 設定

imageimageimageimageimage
image

image

 

 

image

 

 

 

imageimage

分類: RouterOS | 發佈留言

Taiwan

分類: VIDEO | 發佈留言

黃克林-倒退嚕 高音質超重低音新後製版MV

分類: VIDEO | 發佈留言

多條外網環境設定從任何一路進來訪問NAT底下的伺服器

看圖照做即可

下圖第一跟第二行為基本的mapping , 這裡以8067端口為範例.

20151114020058-01

 

接下來重點從這開始

第一條設定

20151114020229-02

20151114020250-03

第二條設定20151114020414-04

20151114020439-05

20151114020507-06

以上 設定完成

 

另外,如果防火牆有打開fasttrack-connection這個功能的話,記得把它關閉,否則設定會沒有作用.

分類: RouterOS | 發佈留言

對dhcp用戶ip綁定(指定用戶ip)

請依照圖片順序操做即可

 設定完成

分類: RouterOS | 發佈留言

受保護的內容: RouterOS入門到精通V6.3e 繁體中文本PDF電子書

這篇內容受到密碼保護。如需檢視內容,請於下方欄位輸入密碼:

分類: RouterOS | 輸入密碼以檢視留言。

UniFi Controller AC控制器安装在 Debian

https://community.ubnt.com/t5/UniFi-Wireless/Updated-UniFi-Repo-info-APT-howto/td-p/1288883

 

 

UniFi Controller APT howto

  1. Add /etc/apt/sources.list.d/100-ubnt.list (or edit /etc/apt/sources.list). The ‘stable’ source is floating. If you wish to stay with a certain release branch, please specify it in the source line (i.e. for UniFi v5 use the ‘unifi5’ source, etc).

    ## Debian/Ubuntu
    # stable => unifi4
    # deb http://www.ubnt.com/downloads/unifi/debian unifi4 ubiquiti
    # deb http://www.ubnt.com/downloads/unifi/debian unifi5 ubiquiti
    
    deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti
    
    # oldstable => unifi3
    # deb http://www.ubnt.com/downloads/unifi/debian unifi3 ubiquiti
    # deb http://www.ubnt.com/downloads/unifi/debian oldstable ubiquiti
  2. Add /etc/apt/sources.list.d/200-mongo.list (or edit /etc/apt/sources.list):

    ## Debian 
    deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen
    
    ## Ubuntu
    deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
  3. Add the GPG Keys:

    # for Ubiquiti
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50
    
    # for mongo-10gen [optional]
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
    
    # or over HTTP by using hkp://keyserver.ubuntu.com:80
  4. Update, install, and upgrade:

    # retrieve the latest package information
    sudo apt-get update
    
    # install/upgrade unifi-controller
    sudo apt-get install unifi
分類: RouterOS | 1 則留言