at least a couple of ways to add more interfaces. Could bridge and continue to use vlan 2. Adding more vlans wouldn't be compatible and require custom changes to the other side. It might meet the need to add a dumb switch to add more ports? If this was the hap ac lite dtdlink port 5, then could add this dumb switch and have many dtdlink ports for other devices.
then I need to reboot to change /etc/config/network, isn't it?
This mod don't look to work well so I've backup to original.
I think I don't understand port assignment in config file.
Any trick?
Leo, yes, this looks right to me. Internally to the cpu, the mapping to external ports is reversed:
externalinternal
none cpu on '0' (eth1)
5 1 (eth1)
4 2 (eth1)
3 3 (eth1)
2 4 (eth1)
WAN N/A (on eth0 another chip)
"save" in basic setup, then you see these definitions in /etc/config/network, correct? This config file is the correct definition and openwrt reboots? It should work. I can test later if still no luck.
Better yet, build a custom cable that only has the data wires (1, 2, 3, & 6). According to a post in another thread, the hAP will still give POE out at initial powerup until the AREDN code gets running and turns it off.
I had looked into the specifications previously, and I recall that the hap ac lite POE passthrough port requires a particular load/resistance range to supply power. This guards against smoking the chip -- open/short circuits, etc. I've not been paying attention and plugging port 5 into various switches and I've not smoked anything yet :) . There must have been some combination of power still supplied and load on the switch to melt it.
Although, it is concerning the hap ac lite will power on with POE on, before AREDN is running to turn it off. This must be in the mikrotik bootloader, the 1st control firmware running to turn POE on. If so Mikrotik must have had confidence the device itself wouldn't smoke.
Joe AE6XE
/etc/board.json <- probably do not need to make any edits here
/etc/aredn_include/swconfig
be sure to 'save settings' to apply and update /etc/config/* files.
Joe AE6XE
Trying to find a solution without another dumb switch inside my node setup... to avoid melting it and smoke in the shack...
That's hAP default setup:
eth0 WAN vlan0 vlan1 vlan2
eth1 LAN vlan0 vlan1 --
eth2 LAN vlan0 vlan1 --
eth3 LAN vlan0 vlan1 --
eth4 D2D -- -- vlan2
wlan1 D2D -- -- vlan2
wlan2 D2D vlan0 vlan1 --
NOTES
wlan1 is 2.4GHz configured as AREDN NODE
wlan2 is 5.7GHz configured as AP (or powered off)
eth4 is the POE switch port
I want to make eth3 same def as eth4 so i can insert another link to the net
I need to change /etc/aredn_include/swconfig to (in bold changed statements):
then I need to reboot to change /etc/config/network, isn't it?
This mod don't look to work well so I've backup to original.
I think I don't understand port assignment in config file.
Any trick?
Thanks de Leo IZ5FSA
external internal
none cpu on '0' (eth1)
5 1 (eth1)
4 2 (eth1)
3 3 (eth1)
2 4 (eth1)
WAN N/A (on eth0 another chip)
"save" in basic setup, then you see these definitions in /etc/config/network, correct? This config file is the correct definition and openwrt reboots? It should work. I can test later if still no luck.
Joe AE6XE
Although, it is concerning the hap ac lite will power on with POE on, before AREDN is running to turn it off. This must be in the mikrotik bootloader, the 1st control firmware running to turn POE on. If so Mikrotik must have had confidence the device itself wouldn't smoke.
Joe AE6XE