Hi,
I need to set up an additional tagged VLAN on the WAN interface of an WRT54g V2.2. The VLAN ID is 100. Unfortunately it doesn't work as I'm expecting.
What I have tried is adding some lines to /etc/config/network
#### WAN configuration
config interface wan
option ifname "eth0.1"
option proto dhcp
#### Switches
config interface switches
option ifname "eth0.100"
option proto static
option ipaddr 192.168.232.111
option netmask 255.255.255.0
This sets up an eth0.100 interface, IP is assigned correctly. But I cannot ping into the 192.168.232-Net.
Is there any hint, you can give me on this?
Sincerely,
TheDOC