返回列表 發帖

【香港一人一OpenWRT Router】——开张了

本帖最後由 角色 於 2013-1-14 23:24 編輯

突然自己开那么多的帖子,都不从哪里找,所以想起开一个香港一人一OpenWRT帖子,把重要的东西都链接起来。

在mod机中,OpenWRT的弹性最大,基本上网上很多东西都可以做到,其他firmware也可以,但是都是GUI-based,而这Command Line Interface (CLI)为主的。

Welcome to my TaoBao shop: http://mandymak520.taobao.com/

TOP

有些RouterBoard里都可以刷OpenWRT firmware,不知道memeber是否有试过呢?

TOP

估计用它的标准的东西就没有问题。

TOP

如果是普通用应该没有问题,如果用得比较刁转的话就不work,例如1)VLAN-to-VLAN communication, 2) PPPoE over LAN Ports又不行。

TOP

回復 26# mrandrewchan

I believe we could do it provided that we are able to able access any USB thumbdrive via the USB port.

TOP

回復 24# 角色

我意思是把所有 applications 移到 USB card. e.g. FTP, Web & Asterisk.....etc. Thanks
AC

TOP

Welcome to my TaoBao shop: http://mandymak520.taobao.com/

TOP

真的不知道,因为boot的时候,估计不能boot USB。

TOP

回復 22# 角色

Have any experience move all OpenWrt OS run on USB card? I use TP1043nd
AC

TOP

TOP

大家用过OpenWRT吗?

TOP

在我看来OpenWRT的变化比DD-WRT多,但是使用上有一定的难度。

TOP

Default OpenWRT IP是192.168.1.1/24, 而你前一级router又是192.168.1.1、24,那怎样办?

如果这种情况,你是上不了网的,我们要把OpenWRT的LAN IP改到别的network segment,如192.168.10.1、24,方法如下:

1. Using a browser to open http://192.168.1.1

2. login name: root, password: admin

3. [Network]->[Lan]->[Edit],
    - Change IPv4 address from 192.168.1.1 to 192.168.10.1

4. Save and Apply

5. Router IP is 192.168.10.1

TOP

本帖最後由 角色 於 2012-12-9 19:05 編輯

FailSafe是什么东西?

我们一般概念就是有问题,按住Reset Button然后power up。在TP-LINK TL=WR1043ND的router的reset button是没有作用的,所以有问题按住这个Reset Button也没有用。但是OpenWRT用了前面的QSS键来做一个处理。

1. 把所有WAN Port和LAN Ports的network cables全拿走。
2. Power Up你的router
3. 看见SYS灯在闪动时,安装QSS Button,是SYS灯闪的更加快。
4. PC LAN的IP,set 192.168.1.100, network mask 255.255.255.0
5. 然后用一条LAN cable把router (WAN,LAN Ports,5个Ports其中一个,但是最方便都是4个LAN Ports其中一个)和PC连接起来。
6. 用putty的telnet, 接入192.168.1.1,你会看到下面的图片
  1. === IMPORTANT ============================
  2.   Use 'passwd' to set your login password
  3.   this will disable telnet and enable SSH
  4. ------------------------------------------


  5. BusyBox v1.15.3 (2011-11-24 00:44:20 CET) built-in shell (ash)
  6. Enter 'help' for a list of built-in commands.

  7.   _______                     ________        __
  8. |       |.-----.-----.-----.|  |  |  |.----.|  |_
  9. |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  10. |_______||   __|_____|__|__||________||__|  |____|
  11.           |__| W I R E L E S S   F R E E D O M
  12. Backfire (10.03.1, r29592) ------------------------
  13.   * 1/3 shot Kahlua    In a shot glass, layer Kahlua
  14.   * 1/3 shot Bailey's  on the bottom, then Bailey's,
  15.   * 1/3 shot Vodka     then Vodka.
  16. ---------------------------------------------------
  17. root@(none):/# mount_root
  18. switching to jffs2
  19. root@(none):/# firstboot
  20. firstboot has already been run
  21. jffs2 partition is mounted, only resetting files
  22. root@(none):/# reboot -f
複製代碼
然后PC LAN的IP改回自动取IP。

系统重新启动后,WAN Port是DHCP Client,而LAN Ports的IP是从192.168.1.2开始,Router IP=192.168.1.1。我们可以用Brower进入192.168.1.1再进行适当的settings。



其他参考信息: Link

TOP

返回列表