Hi list,

I have shared my physical ports of my Linksys WRT54GL to different VLANs
and run into a weird problem on my last port now.
My /etc/network/interfaces:

auto lo
iface lo inet loopback

# LAN port
auto eth0.0
iface eth0.0 inet static
        address 10.101.66.254
        netmask 255.255.255.240
        broadcast +
        switch-ports 3 5*

# SIP Port
auto eth0.2
iface eth0.2 inet static
        address 10.101.66.238
        netmask 255.255.255.240
        broadcast +
        switch-ports 1 2 5

# DMZ Port
auto eth0.3
iface eth0.3 inet static
        address 10.101.66.222
        netmask 255.255.255.240
        broadcast +
        switch-port 0 5

# WAN port
auto eth0.1
iface eth0.1 inet dhcp
        switch-ports 4 5

Port 1, 2, 3 and 4 are working fine. But port 0 doesn´t respond. I have
inverted my configuration with the result that port 0 (LAN), 1 and 2 (SIP)
and 4 (WAN) are working but port 3 (DMZ) doesn´t respond too.
Any advice?

_______________________________________________
freewrt-users mailing list
freewrt-users@freewrt.org
https://www.freewrt.org/lists/listinfo/freewrt-users

Reply via email to