Differences

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

toh:ubiquiti:routerstation.pro [2013/02/11 01:56]
hcc23 Added PoE tag
toh:ubiquiti:routerstation.pro [2013/06/16 00:21] (current)
lorema
Line 113: Line 113:
        option 'pvid' '1'         option 'pvid' '1'
        option 'port' '5'         option 'port' '5'
 +</code>
 +
 +The network configuration above did not work for me.  I wanted all four wired ports to be on the same bridge and to get their address over DHCP.  After begging for some help on the openwrt forums, I got the following recipe to work:
 +<code>
 +config interface loopback
 +    option ifname    lo
 +    option proto    static
 +    option ipaddr    127.0.0.1
 +    option netmask    255.0.0.0
 +               
 +config  interface lan
 +        option ifname 'eth0 eth1'
 +        option proto dhcp
 +        option type bridge
 +        #option 'netmask' '255.255.255.0'
 +        #option 'ipaddr' '10.11.12.13'
 +        #option 'type' 'sta'
 +       
 +config interface wan
 +    option ifname eth0
 +        option proto dhcp
 +
 +config 'switch'
 +        option name eth1
 +        option reset 1
 +        option enable_vlan 1
 +
 +config  switch_vlan
 +        option device eth1
 +        option vlan 1
 +        option ports "0 1 2 3 4"
</code> </code>
Line 275: Line 306:
For some Help with the Tags, please have a look here: [[meta:tags]] For some Help with the Tags, please have a look here: [[meta:tags]]
-{{tag>GigabitEthernet PoE 5Port 2PHY USB MiniPCI 128RAM 16Flash MIPS MIPS32 24Kc}}+{{tag>GigabitEthernet 2NIC 0WNIC 5Port PoE USB MiniPCI 3MiniPCI 128RAM 16Flash MIPS MIPS32 24Kc}}

Back to top

toh/ubiquiti/routerstation.pro.1360544167.txt.bz2 · Last modified: 2013/02/11 01:56 by hcc23