Differences

This shows you the differences between two versions of the page.

toh:tp-link:tl-wr941nd [2012/10/31 11:38]
buffl
toh:tp-link:tl-wr941nd [2013/01/16 02:18] (current)
kaevee
Line 104: Line 104:
| **System-On-Chip:** AP81 | | **System-On-Chip:** AP81 |
| **CPU Speed:** 400 Mhz | | **CPU Speed:** 400 Mhz |
-| **Flash-Chip:** ??? | +| **Flash-Chip:** S25FL032P (HW Ver 3.6) |
| **Flash size:** 4 MiB | | **Flash size:** 4 MiB |
| **RAM:** 32 MiB | | **RAM:** 32 MiB |
Line 162: Line 162:
| wlan0 | Wireless | Disabled | | wlan0 | Wireless | Disabled |
-==== Switch Ports (for VLANs) ==== +==== VLAN Config ==== 
-TODO.+ 
 +Setting up VLAN is a bit different from other devices: 
 + 
 +First, you have to edit /etc/rc.local (sample config for VLAN 100 and 200 on trunk port lan4): 
 +'' 
 +# Put your custom commands here that should be executed once 
 +# the system init finished. By default this file does nothing. 
 +vconfig add lan4 100 
 +vconfig add lan4 200 
 +ifconfig lan4.100 up 
 +ifconfig lan4.200 up 
 +exit 0 
 +'' 
 + 
 +Then, you have to edit /etc/config/network and reboot the device (that /etc/rc.local is executed): 
 +'' 
 +config interface vlan100 
 +        option ifname  "lan1 lan2 lan3 lan4.100" 
 +        #[...] 
 +config interface vlan200 
 +        option ifname "lan4.200" 
 + 
 +''
==== Buttons ==== ==== Buttons ====

Back to top

toh/tp-link/tl-wr941nd.1351679900.txt.bz2 · Last modified: 2012/10/31 11:38 by buffl