lan wired ports problem

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
santicaterpilar
Posts: 7
Joined: Thu Aug 12, 2010 12:27 am

lan wired ports problem

Post 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

santicaterpilar
Posts: 7
Joined: Thu Aug 12, 2010 12:27 am

Re: lan wired ports problem

Post by santicaterpilar »

The problem occurs after you activate the wireless, lan ports lose connectivity is a bug... mi device is ar71xx based

MOCKBA
Posts: 2
Joined: Tue Sep 28, 2010 11:37 pm

Re: lan wired ports problem

Post 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 :mrgreen: 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?

Eric
Site Admin
Posts: 1443
Joined: Sat Jun 14, 2008 1:14 pm

Re: lan wired ports problem

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

Code: Select all

cat /etc/config/network
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.

BrotoZeno
Posts: 3
Joined: Wed Apr 13, 2016 7:21 pm

Re: lan wired ports problem

Post 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:0bfa: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'

Lantis
Moderator
Posts: 6791
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: lan wired ports problem

Post by Lantis »

What version of gargoyle?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

BrotoZeno
Posts: 3
Joined: Wed Apr 13, 2016 7:21 pm

Re: lan wired ports problem

Post by BrotoZeno »

1.9.x ispyisail 19april16
in g300nh2

i try off dhcp server and problem gone. dont know why.

Post Reply