1      Scope of Document

This document describes vlan design on nodewrt2p

2      Requiremen

2.1     Function Requirement

Port0 be used for wan port, PORT1 PORT2 PORT3 PORT4 be used for lan port

2.2     Performance Requirement

NA

3      Hardware Overview

NA

4      Functional Description

4.1     Functional Block Diagram

NA

5      Porting

5.1     System configure

Reference: https://openwrt.org/docs/guide-user/network/vlan/switch_configuration

we can manual change target/linux/rampis/base-files/etc/board.d/02-network

Index: 02_network

===================================================================

--- 02_network    (revision 9)

+++ 02_network (revision 10)

@@ -188,8 +188,8 @@

wrtnode2r)

ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"

ucidef_add_switch "switch0" "1" "1"

-             ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t"

-             ucidef_add_switch_vlan "switch0" "2" "4 6t"

+            ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t"

+            ucidef_add_switch_vlan "switch0" "2" "0 6t"

;;

ur-336un)

ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"

so we have to two vlan network, one can be used to wan port , the other be used to lan port.

最新文章

  1. NodeJS 最快速搭建一个HttpServer
  2. Html5导航插件,支持水平/垂直展示
  3. wp8 入门到精通 启动系统分享照片任务
  4. 【CodeForces 520E】Pluses everywhere
  5. Codeforces 295A Greg and Array
  6. C++中的异常处理(二)
  7. 【转】 从最简单的vector中sort用法到自定义比较函数comp后对结构体排序的sort算法
  8. Android 联系人字母排序(仿微信)
  9. CodeForces 474.D Flowers
  10. cnb
  11. 【转】Android虚拟平台的编译和整合
  12. Selenium+Java显示等待和隐式等待
  13. Ubuntu下Nginx启动、停止等常用命令
  14. php后台的在控制器中就可以实现阅读数增加
  15. OC语言(七)Block复习
  16. 【Zabbix】CentOS6.9系统下部署Zabbix-server 3.0
  17. java可变参数长度
  18. 15适配器模式Adapter
  19. NPOI 2.1.1 系列(1) 使用NPOI读取 Excel文档 ;NpoiExcelHelper 导入导出 2003格式 2007格式的 Excel; Npoi 导出 xlsx 格式
  20. OpenCV学习笔记:opencv_highgui模块

热门文章

  1. NOIP 华容道
  2. List集合实现简易学生管理
  3. 【前端】javascript+jQuery实现旋转木马效果轮播图slider
  4. Django框架(五) Django之模板语法
  5. SPOJ ADAFIELD Ada and Field(STL的使用:set,multiset,map的迭代器)题解
  6. win7下配置IIS
  7. 【附8】zipkin
  8. BZOJ4887: [Tjoi2017]可乐 矩阵快速幂
  9. StringUtils类常用的方法讲解
  10. React Native基础概念和基础认识