Projecte

General

Perfil

WDR3600 WDR4300 » Historial » Versió 3

Agustí Moll Garcia, 04-05-2013 23:12

1 1 Agustí Moll Garcia
h1. WDR3600 4300
2
3
h3. Switch
4 2 Agustí Moll Garcia
Ehternet use "Atheros AR8327N Gigabit Switch", 
5
Configure switch in /etc/config/network
6
<pre>
7
config switch
8
	option name 'eth0'
9
	option reset '1'
10
	option enable_vlan '1'
11 1 Agustí Moll Garcia
12 2 Agustí Moll Garcia
config switch_vlan
13
	option device 'eth0'
14
	option vlan '1'
15
	option ports '0t 2 3 4'
16
	option vid '1'
17
18
config switch_vlan
19
	option device 'eth0'
20
	option vlan '2'
21
	option ports '0t 1'
22
	option vid '2'
23
24
config switch_vlan
25
	option device 'eth0'
26
	option vlan '12'
27
	option ports '0t 5t'
28
	option vid '12'
29
</pre>
30 1 Agustí Moll Garcia
31 3 Agustí Moll Garcia
This config:
32
33
Switch - Lan (eth0.1) in 1, 2 & 3 port
34
Wan (eth0.2) in "Internet", Blue port
35
Mesh port (eth0.12) in 4 port
36
37
38 1 Agustí Moll Garcia
h3. Buttons