 watts3000
join:2002-01-21 Birmingham, AL
| openwrt vlan questions
I have a wrt54g v4 running WHITE RUSSIAN (RC5). I have some vlan questions first off is there somewhere where I can get a complete list of all the vlan commands? Secondly can each port on the switch be configured on a separte vlan? For example port one vlan0 would have ip address 10.1.1.15 port two would have 192.168.15.62 and so fourth. I tried the following but it did not work. I was trying to assign vlan port here after that I tried to drop into vlan0 and assign an ip address. Any help would be greatly appreciated.
root@OpenWrt:~# vlan0ports="1" root@OpenWrt:~# vlan1ports="2" root@OpenWrt:~# vlan2ports="3" root@OpenWrt:~# vlan3ports="4" root@OpenWrt:~# device=vlan0 root@OpenWrt:~# nvram set lan_proto=static root@OpenWrt:~# nvram set lan_ipaddr=10.1.1.15 root@OpenWrt:~# nvram set lan_netmask=255.255.255.0 root@OpenWrt:~# nvram commit |