First boot went OK, but after setup WAN interface as a PPPoE and reboot I wasn't able to access the router from LAN.
Network setup made by gargoyle GUI (relevant part):
The router however has 4 LAN port with interface name "lan1 lan2 lan3 lan4" and 1 WAN port with interface name "wan". With manual change in /etc/config/network to:config interface eth
option ifname eth0
config interface lan
option ifname "wlan0"
option type bridge
config interface wan
option ifname eth0
option proto pppoe
I was able to access the router from LAN (DHCP works fine), but PPPoE session is not established. In gargoyle GUI WAN port is marked as LAN, despite previous setup.config interface lan
option ifname "lan1 lan2 lan3 lan4"
config interface wan
option ifname wan
option proto pppoe
It seems like gargoyle dosen't properly recognize router interfaces. How can I deal with this problem?
BR,
PawelG