返回列表 發帖

RB951G-2HnD + Huawei 3G E261 modem变成流动WiFi router

本帖最後由 角色 於 2014-8-22 22:14 編輯

因为RB951G-2HnD有一个标准的大头USB,然后把我的Huawei 3G E261 modem直接插入就可以,然后根据下面的帖子就可以把RB951G-2HnD变成流动WiFi router。

1) Before putting the USB 3G modem, we have
  1. [admin@MikroTik] > /system resource usb print
  2. # DEVICE VENDOR                   NAME                   SPEED                  
  3. 0 1:1    Linux 3.3.5 ehci_hcd     RB400 EHCI             480 Mbps               
  4. [admin@MikroTik] >
複製代碼
2) After have put the USB 3G modem, we have
  1. [admin@MikroTik] > /system resource usb print
  2. # DEVICE VENDOR                   NAME                   SPEED                  
  3. 0 1:1    Linux 3.3.5 ehci_hcd     RB400 EHCI             480 Mbps               
  4. 1 1:5    HUAWEI Technology        HUAWEI Mobile          480 Mbps               
  5. [admin@MikroTik] >
複製代碼
There is an element called HUAWEI Technology is given.

3) There is a new interface created and called ppp-out1
  1. [admin@MikroTik] > /port print
  2. Flags: I - inactive
  3. #   DEVICE NAME                     CHANNELS USED-BY                   BAUD-RATE
  4. 0   1:5    usb1                            4 PPP <ppp-out1>            9600     
  5. [admin@MikroTik] >
複製代碼
4) Add the following nat
  1. /ip firewall nat add chain=srcnat action=masquerade to-addresses=0.0.0.0 out-interface=ppp-out1
複製代碼
5. The following action may be needed if the above steps do not make your system work

enable ppp-out1 interface


Ref:
http://www.telecom-cafe.com/foru ... page%3D2&page=1


附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

本帖最後由 角色 於 2014-8-21 09:07 編輯

测试结果:DL:440kbps,UL:190kbps,虽然慢!但是起来方案可行。

附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

备用帖子。

TOP

回復 4# hklkf

其实这个Router,主要是小地方用,如家里或者房间里,还有它的CPU也非常快,再加上RAM,那么可以加入更加多的rules。

TOP

回復 6# hklkf

What kind of modem that you are going to use and the data plan? 384kbps? or 1Mbps?

TOP

哗噻!!!你的LET 4G modem真的超快!比起我用的384kbps快很多!

TOP

如果家里不是很大,地方又小,那么这个设备最适合不过!(最好的是hardware够强,再加上RouterOS更加厉害!!!)

TOP

Power Off Router?是什么已经,如果power off router,你怎样打开RB呢?

TOP

What are the results as per the instructions shown in the first post?

TOP

你说“如图显示一样”,是哪个图呢?因为你Gateway 1依然有gateway,你可以看吧Ether1的Gateway拿走,看看怎样?

TOP

我忘了说,你把Ether1 disabled后,traffic应该往USB Modem那一边走。

TOP

你的USB Modem弄好了?

TOP

不太明白你的“主要问题是在PPP Advance 内 - Info/Data Channel 要set 2. ”是指什么?

还有你现在的速度在26#所显示吗? 如果是,那么也不错。

TOP

Could you write a post for using Hunstman with 4G LTE and RouterOS to get it worked?

TOP

返回列表