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
1043ND Add WAN Port to Switch?
Moderator: Moderators
-
- Posts: 27
- Joined: Thu May 24, 2012 11:38 am
Re: 1043ND Add WAN Port to Switch?
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
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?
Are you setting up the 1043nd as a secondary ap to extend wireless coverage?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.
TP-Link WR-1043ND 1.8 - Gargoyle 1.5.6
Re: 1043ND Add WAN Port to Switch?
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!Hanselan-DE wrote:Ended up in heavy problems, switch config bombed out. Good luck that i can ssh over wifi for repair.
TP-Link WR-1043ND 1.8 - Gargoyle 1.5.6
-
- Posts: 27
- Joined: Thu May 24, 2012 11:38 am
Re: 1043ND Add WAN Port to Switch?
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.wkweksl wrote:Are you setting up the 1043nd as a secondary ap to extend wireless coverage?
Now the wan port from switch is unusable

Hanselan-DE
Re: 1043ND Add WAN Port to Switch?
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'
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'
-
- Posts: 27
- Joined: Thu May 24, 2012 11:38 am
Re: 1043ND Add WAN Port to Switch?
Thank you, this is working here too. But will this handcraftet config be hurt, when changing something in the webgui?
Hanselan-DE
Hanselan-DE
Re: 1043ND Add WAN Port to Switch?
YES, I have been trying to configure the same thing for the last few days.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
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...
Eric Wong
PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.
PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.