Actions
Suport #315
tancat[Kalimotxo] VLAN_12 is not created in eth0 (blue port) on TP-Link TL-WR841N-v8
Descripció
So I install qMp Kalimotxo on a TP-Link TL-WR841N-v8. I use the default network settings:
- eth0 (blue port, no switch) for WAN+Mesh
- eth1 (yellow port, switch) for LAN+Mesh
It seems that VLAN12 is not created automatically, so BMX6 is not working on eth0.12:
root@qMp-8a29:~# ip a s eth0 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 10:fe:ed:32:8a:29 brd ff:ff:ff:ff:ff:ff inet 169.254.41.1/29 brd 169.254.41.7 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::12fe:edff:fe32:8a29/64 scope link valid_lft forever preferred_lft forever root@qMp-8a29:~# ip a s eth0.12 Device "eth0.12" does not exist. root@qMp-8a29:~# bmx6 -c interfaces interfaces: devName state type rateMin rateMax llocalIp globalIp primary br-lan UP ethernet 1000M 1000M fe80::12fe:edff:fe32:8a2a/64 fd66:66:66:6:12fe:edff:fe32:8a2a/64 1 eth0.12 DOWN INACTIVE INVALID INVALID /-1 /-1 0 wlan0.12 UP wireless 6222K 56000K fe80::12fe:edff:fe32:8a2a/64 fd66:66:66:c:12fe:edff:fe32:8a2a/64 0
Then if I create eth0.12 and put it up:
root@qMp-8a29:~# vconfig add eth0 12 + busybox vconfig set_name_type DEV_PLUS_VID_NO_PAD + busybox vconfig add eth0 12 + set +x root@qMp-8a29:~# ifconfig eth0.12 up root@qMp-8a29:~# bmx6 -c interfaces interfaces: devName state type rateMin rateMax llocalIp globalIp primary br-lan UP ethernet 1000M 1000M fe80::12fe:edff:fe32:8a2a/64 fd66:66:66:6:12fe:edff:fe32:8a2a/64 1 eth0.12 UP ethernet 1000M 1000M fe80::12fe:edff:fe32:8a29/64 fd66:66:66:19:12fe:edff:fe32:8a29/64 0 wlan0.12 UP wireless 6222K 56000K fe80::12fe:edff:fe32:8a2a/64 fd66:66:66:c:12fe:edff:fe32:8a2a/64 0
and BMX6 can then use it.
Actualitzat per Roger Pueyo Centelles fa més de 9 anys
- Estat ha canviat de Nou a Resolt
- % realitzat ha canviat de 0 a 100
- Temps previst s'ha establert a 2:00 h
Actualitzat per Roger Pueyo Centelles fa més de 9 anys
- Estat ha canviat de Resolt a Tancat
Actions