| DD-WRT - Setting up a separate / isolated VLAN on Port 4 with DHCP |
|
|
|
| Written by Kevan | |
|
Page 2 of 6 1) Install the v.23 dd-wrt SP1 final, SP2 beta or v.24 alpha version of firmware available HERE -- Instructions for installing DD-WRT are available HERE 2) Telnet to your router and enter the username of root and your administrative password. 3) Copy the following script and paste on the command line. ------------------- Copy starting below this line. ------------------- nvram set vlan0ports="1 2 3 5*" nvram set vlan2ports="4 5*" nvram set rc_startup=' #!/bin/ash PATH="/sbin:/usr/sbin:/bin:/usr/bin:${PATH}" ifconfig vlan2 192.168.2.1 netmask 255.255.255.0 ifconfig vlan2 up ' nvram set rc_firewall=' ' nvram commit
6) Click the Save Settings button at the bottom of the page. |



