TP-WR1043ND - no wired ports - no dhcp

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

Moderator: Moderators

Post Reply
panini
Posts: 2
Joined: Wed Nov 14, 2012 5:35 pm

TP-WR1043ND - no wired ports - no dhcp

Post by panini »

Hi,

This is my first openwrt/gargoyle experience. Thanks all for your magnificent work!

My setup:
Gargoyle Version:1.5.8
Model:TP-Link TL-WR1043N/ND v1
Device Configuration:Gateway

Here's my network config:

Code: Select all

root@Gargoyle:~# cat /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 ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option dns '192.168.1.1'

config interface 'wan'
	option ifname 'eth0.2'
	option proto 'dhcp'

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

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

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

root@Gargoyle:~#
At first the router has been flashed with openwrt firmware.
(openwrt-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin)
AFterwards it's been flashed with Gargoyle.
(gargoyle_1.5.8-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin)

During initial openwrt config a mistake was made:
The wireless port was combinedly configured to be used with wan and lan. I did not understand at first, but I guess this somehow screwed my configuration.

What's wrong now?
- None of the 4 wired ports are working
- DHCP is not handing ip adress

Thanks for your advice!

Erwin

ispyisail
Moderator
Posts: 5212
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: TP-WR1043ND - no wired ports - no dhcp

Post by ispyisail »


panini
Posts: 2
Joined: Wed Nov 14, 2012 5:35 pm

Re: TP-WR1043ND - no wired ports - no dhcp

Post by panini »

Hi,

Thanks for your reply.
Suppose I want to reflash:
- how do I make sure that the reflash will overwrite (format if you want) all existing data? In other words, be 100% sure nothing of the previous mishap survives?
- I wanted to do this, but find (using web interface) I can only flash sysupgrade.bin. (As a matter of fact I already tried this using the OpenWRT image.)
How should I do this?
Via SSH?
Any link to how this is done?

Thanks a lot for helping out!

Erwin

ispyisail
Moderator
Posts: 5212
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: TP-WR1043ND - no wired ports - no dhcp

Post by ispyisail »

I wanted to do this, but find (using web interface) I can only flash sysupgrade.bin
-this works for me

Post Reply