1043ND Add WAN Port to Switch?

Report problems and success stories with Gargoyle on various hardware platforms.

Moderator: Moderators

Post Reply
Hanselan-DE
Posts: 27
Joined: Thu May 24, 2012 11:38 am

1043ND Add WAN Port to Switch?

Post 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

wkweksl
Posts: 15
Joined: Sun Sep 25, 2011 9:20 pm

Re: 1043ND Add WAN Port to Switch?

Post by wkweksl »

Try this
TP-Link WR-1043ND 1.8 - Gargoyle 1.5.6

Hanselan-DE
Posts: 27
Joined: Thu May 24, 2012 11:38 am

Re: 1043ND Add WAN Port to Switch?

Post 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

wkweksl
Posts: 15
Joined: Sun Sep 25, 2011 9:20 pm

Re: 1043ND Add WAN Port to Switch?

Post 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?
TP-Link WR-1043ND 1.8 - Gargoyle 1.5.6

wkweksl
Posts: 15
Joined: Sun Sep 25, 2011 9:20 pm

Re: 1043ND Add WAN Port to Switch?

Post 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!
TP-Link WR-1043ND 1.8 - Gargoyle 1.5.6

Hanselan-DE
Posts: 27
Joined: Thu May 24, 2012 11:38 am

Re: 1043ND Add WAN Port to Switch?

Post 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

joran
Posts: 7
Joined: Tue Sep 13, 2011 5:06 pm

Re: 1043ND Add WAN Port to Switch?

Post 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'

Hanselan-DE
Posts: 27
Joined: Thu May 24, 2012 11:38 am

Re: 1043ND Add WAN Port to Switch?

Post 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

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: 1043ND Add WAN Port to Switch?

Post 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...
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.

Post Reply