Page 1 of 1
lan wired ports problem
Posted: Thu Sep 09, 2010 3:14 pm
by santicaterpilar
Hi,
I have a problem intented used the lan wired ports (lan1, lan2, lan3, lan4) I connect a pc wired to lan port 1 but not have reponse of router I need help to configure etc/config/network file for work this interface need to work mi lan network, DIR 600 A1 router
The wireless client work perfect have internet connection but wired not
sorry my english I talk spanish tnks
Re: lan wired ports problem
Posted: Thu Sep 09, 2010 5:57 pm
by santicaterpilar
The problem occurs after you activate the wireless, lan ports lose connectivity is a bug... mi device is ar71xx based
Re: lan wired ports problem
Posted: Wed Sep 29, 2010 12:26 am
by MOCKBA
santicaterpilar wrote:The problem occurs after you activate the wireless, lan ports lose connectivity is a bug... mi device is ar71xx based
I have the same issue on FR-54RTR (DIR-600 A1 rebadge)... I actually managed to get one lan port working

In WAN: DHCP (wireless) mode, reusing WAN port works. 4 main lan ports didn't work for me though...
I also think it is not just wireless at fault here. Changing network address from default to say 192.168.10.x would also make lan ports disappear.
Any ideas what would it take to fix this bug?
Re: lan wired ports problem
Posted: Wed Sep 29, 2010 8:24 am
by Eric
I think I know what is causing it (not handling the switch interface properly), and there's a fix for that issue already in the repository. While I can't be 100% sure this is the same issue I fixed (I don't have either of these router models), the symptoms sound similar to what I was seeing.
If you can still ssh into the router when this happens, can you run:
And then post the output here? That may help confirm that what I think is going on actually happening, or help me track down what is really going on.
Re: lan wired ports problem
Posted: Sun Apr 24, 2016 5:47 am
by BrotoZeno
someone can help me?
i have same problem in this topic.
this is my result of cat /etc/config/network
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 globals 'globals'
option ula_prefix 'fd4b

c47e::/48'
config interface 'lan'
option ifname 'eth0.1'
option force_link '1'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option dns '192.168.111.1'
option ipaddr '192.168.111.1'
config interface 'wan'
option proto 'dhcp'
option type 'bridge'
config interface 'wan6'
option ifname 'eth0.2'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0t 1 3 4 5'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '0t 2'
Re: lan wired ports problem
Posted: Sun Apr 24, 2016 6:35 am
by Lantis
What version of gargoyle?
Re: lan wired ports problem
Posted: Sun Apr 24, 2016 9:44 am
by BrotoZeno
1.9.x ispyisail 19april16
in g300nh2
i try off dhcp server and problem gone. dont know why.