Page 1 of 1

1043ND Add WAN Port to Switch?

Posted: Fri Jul 13, 2012 3:08 pm
by Hanselan-DE
Hello,

have 1.5.5 on my 1043ND now. Is it possible to add the WAN Port to the Switch? Found a openwrt manual 'dumb ap' that points only to the WNDR3700. There is a changed line in /etc/config/network

option ifname 'eth0.1 eth0'

Are these the same interface names in my 1043nd?

Bye
Hanselan

Re: 1043ND Add WAN Port to Switch?

Posted: Sun Jul 15, 2012 8:52 pm
by wkweksl
Try this

Re: 1043ND Add WAN Port to Switch?

Posted: Thu Jul 26, 2012 3:36 pm
by Hanselan-DE
Ended up in heavy problems, switch config bombed out. Good luck that i can ssh over wifi for repair.

Next question: Is it possible to have a wireless ap like before but bridged or dumb lan? With settings like in your link i end up in a forced wifi repeater, but no basic ap functionality.

Hanselan-DE

Re: 1043ND Add WAN Port to Switch?

Posted: Tue Jul 31, 2012 10:57 pm
by wkweksl
Hanselan-DE wrote:Next question: Is it possible to have a wireless ap like before but bridged or dumb lan? With settings like in your link i end up in a forced wifi repeater, but no basic ap functionality.
Are you setting up the 1043nd as a secondary ap to extend wireless coverage?

Re: 1043ND Add WAN Port to Switch?

Posted: Tue Jul 31, 2012 11:04 pm
by wkweksl
Hanselan-DE wrote:Ended up in heavy problems, switch config bombed out. Good luck that i can ssh over wifi for repair.
That's quite normal when settings get messed up or do not take properly. All's well so long as it doesn't end up in a brick!

Re: 1043ND Add WAN Port to Switch?

Posted: Sat Aug 18, 2012 6:43 am
by Hanselan-DE
wkweksl wrote:Are you setting up the 1043nd as a secondary ap to extend wireless coverage?
The 1043nd is the only AP in my network, but it hangs behind a cablerouter that make nat and dhcp for all the network. So gargoyle should only bridge the lan but not the wireless. We miss a third button "AP / wired bridge" in the config.

Now the wan port from switch is unusable :?

Hanselan-DE

Re: 1043ND Add WAN Port to Switch?

Posted: Sat Aug 18, 2012 10:03 am
by joran
Works for me on WR1043ND firmware 1.47

etc/config/network

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.1'
option 'type' 'bridge'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'ipaddr' '192.168.1.112'
option 'dns' '192.168.1.1'
option 'gateway' '192.168.1.1'

config 'switch'
option 'name' 'rtl8366rb'
option 'reset' '1'
option 'enable_vlan' '1'

config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '1'
option 'ports' '0 1 2 3 4 5t'

config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '2'
option 'ports' '5t'

Re: 1043ND Add WAN Port to Switch?

Posted: Sun Aug 19, 2012 9:35 am
by Hanselan-DE
Thank you, this is working here too. But will this handcraftet config be hurt, when changing something in the webgui?

Hanselan-DE

Re: 1043ND Add WAN Port to Switch?

Posted: Wed Aug 29, 2012 12:49 am
by ericwong
Hanselan-DE wrote:Thank you, this is working here too. But will this handcraftet config be hurt, when changing something in the webgui?

Hanselan-DE
YES, I have been trying to configure the same thing for the last few days.
If I make ANY network configuration changes via the web UI, such as changing the WIFI password, ALL my Ethernet ports becomes inaccessible.

So, make sure you do NOT change any network configurations via the web UI.

I have tried and tested OpenWRT backfire for exactly the same configuration. Seems like gargoyle does NOT support VLAN in the web UI, even though backfire does. What I mean is you can change any network configuration such as VLAN on backfire and it will not screw up the network configuration like gargoyle does.. In fact, backfire will have a switch tab for the VLAN configuration after added the VLAN to the network configurations.

I wonder why gargoyle developer didn't take VLAN into account...