Hi, I compiled an initramfs .bin and flashed it from the default hame (A1) browser admin page, it is working as if I plug the ethernet cable to a dhcp server it gets the new IP and I can ping it, but all ports are closed.
Also if I sniff traffic with tcpdump I can see that the request is coming from an "openwrt" device:
192.168.2.200.68 > 192.168.2.1.67: BOOTP/DHCP, Request from 00:11:22:33:44:55, length 351, xid 0x749beb66, Flags [none]
Client-IP 192.168.2.200
Client-Ethernet-Address 00:11:22:33:44:55
Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Request
MSZ Option 57, length 2: 576
Parameter-Request Option 55, length 7:
Subnet-Mask, Default-Gateway, Domain-Name-Server, Hostname
Domain-Name, BR, NTP
Vendor-Class Option 60, length 12: "udhcp 1.19.4"
It seems like if the ethernet port of the hame is set as wan (thus all port closed), I checked the source code (/etc/uci-defaults/02_network) and it seems that the port is shared between eth0.1 (lan) and eth0.2 (wan) but I cannot figure out how to connect to the "lan" from a linux, any hint?
I ordered a serial cable that I hope to receive in the next days but it would be nice to be able at least to login from the telnet console to have a look.