GL-INET 150 - No Eth connectivity #222

Closed
opened 2022-03-20 15:22:28 +01:00 by SebaBe · 1 comment

Tested with node-20211224

GL-INET 150 with node works fine via WiFi but there is no Eth connectivity at all.

Port is set to "Client" via WebUI.

cat /etc/config/network

config globals 'globals'
option packet_steering '1'
option ula_prefix 'fdff::/64'

config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config interface 'client'
option type 'bridge'
option auto '1'
option ifname 'eth0.1 bat0'
option macaddr 'e4:95:6e:44:ab:55'
list ip6addr 'fdff::e495:6e44:ab55/64'
list ip6addr 'fdff::1/64'
list ip6addr 'fdff::e695:6eff:fe44:ab55/64'
option proto 'static'

config interface 'wan'
option proto 'none'
option ifname 'eth1'

config interface 'wan4'
option proto 'dhcp'
option ifname '@wan'

config interface 'wan6'
option proto 'dhcpv6'
option reqprefix 'no'
option sourcefilter '0'
option ifname '@wan'

config interface 'ethmesh'
option proto 'batadv_hardif'
option master 'bat0'
option ifname 'eth0.3'
option macaddr 'e6:95:6e:44:ab:55'

config interface 'w2mesh'
option mtu '1560'
option proto 'batadv_hardif'
option master 'bat0'

config interface 'configap2'
option proto 'static'
option ip6addr 'fe80::1/64'

config interface 'bat0'
option proto 'batadv'
option gw_mode 'client'
option gw_sel_class '1'
option network_coding '0'
option aggregated_ogms '1'
option ap_isolation '0'
option bonding '0'
option fragmentation '1'
option orig_interval '1000'
option distributed_arp_table '1'
option hop_penalty '30'

config switch 'eth0'
option name 'mdio.0:1f'
option enable '1'
option reset '1'
option enable_vlan '1'

config switch_vlan 'eth0_1'
option device 'mdio.0:1f'
option vlan '1'
option ports '0t'

config switch_vlan 'eth0_3'
option device 'mdio.0:1f'
option vlan '3'
option ports '0t'

Tested with node-20211224 GL-INET 150 with node works fine via WiFi but there is no Eth connectivity at all. Port is set to "Client" via WebUI. cat /etc/config/network config globals 'globals' option packet_steering '1' option ula_prefix 'fdff::/64' config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config interface 'client' option type 'bridge' option auto '1' option ifname 'eth0.1 bat0' option macaddr 'e4:95:6e:44:ab:55' list ip6addr 'fdff::e495:6e44:ab55/64' list ip6addr 'fdff::1/64' list ip6addr 'fdff::e695:6eff:fe44:ab55/64' option proto 'static' config interface 'wan' option proto 'none' option ifname 'eth1' config interface 'wan4' option proto 'dhcp' option ifname '@wan' config interface 'wan6' option proto 'dhcpv6' option reqprefix 'no' option sourcefilter '0' option ifname '@wan' config interface 'ethmesh' option proto 'batadv_hardif' option master 'bat0' option ifname 'eth0.3' option macaddr 'e6:95:6e:44:ab:55' config interface 'w2mesh' option mtu '1560' option proto 'batadv_hardif' option master 'bat0' config interface 'configap2' option proto 'static' option ip6addr 'fe80::1/64' config interface 'bat0' option proto 'batadv' option gw_mode 'client' option gw_sel_class '1' option network_coding '0' option aggregated_ogms '1' option ap_isolation '0' option bonding '0' option fragmentation '1' option orig_interval '1000' option distributed_arp_table '1' option hop_penalty '30' config switch 'eth0' option name 'mdio.0:1f' option enable '1' option reset '1' option enable_vlan '1' config switch_vlan 'eth0_1' option device 'mdio.0:1f' option vlan '1' option ports '0t' config switch_vlan 'eth0_3' option device 'mdio.0:1f' option vlan '3' option ports '0t'
fbl added the
bug
node
labels 2022-03-20 19:00:18 +01:00
fbl added this to the 20220405-beta milestone 2022-03-20 19:00:21 +01:00
Owner

Kann ja gar nicht gehen, im br-client hängt eth0.1, aber bei den VLANs auf dem Switch fehlt der entsprechende Port.

Das ganze ist vermutlich mit c22032e254 kaputt gegangen, da dort die spezielle Konfiguration für den GL-AR150 (über ETHPORT=1) nicht berücksichtigt wurde.

Da der GL-AR150 aber sowieso eher ein two-Port Gerät ist, sollten wir diesen auch als solches behandeln, so dass diese spezielle Konfiguration vollständig entfernt werden kann.

Kann ja gar nicht gehen, im br-client hängt eth0.1, aber bei den VLANs auf dem Switch fehlt der entsprechende Port. Das ganze ist vermutlich mit c22032e2543025aa2ba465d8c4e6562edbb5a99e kaputt gegangen, da dort die spezielle Konfiguration für den GL-AR150 (über ETHPORT=1) nicht berücksichtigt wurde. Da der GL-AR150 aber sowieso eher ein two-Port Gerät ist, sollten wir diesen auch als solches behandeln, so dass diese spezielle Konfiguration vollständig entfernt werden kann.
fbl self-assigned this 2022-03-21 20:39:33 +01:00
fbl closed this issue 2022-03-31 22:40:05 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: freifunk-franken/firmware#222
No description provided.