Hello,


I have a GenieACS which can be registered by other devices.

However, I've tried 2 RDK versions with no success.

My RDK versions, device settings and packets are as below:


RDK Version: 

    1. RDK-B_2019Q3

    2. RDK-B_2021Q3


Device Settings:

    dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_Syndication.TR69CertLocation string "/etc/cacert.pem" # This file does not exist, does it matter?
    dmcli eRT setv Device.ManagementServer.URL string http://192.168.10.95:7547
    dmcli eRT setv Device.ManagementServer.Username string cwmp
    dmcli eRT setv Device.ManagementServer.Password string cwmp
    dmcli eRT setv Device.ManagementServer.PeriodicInformEnable bool true
    dmcli eRT setv Device.ManagementServer.PeriodicInformInterval uint 15

    dmcli eRT setv Device.ManagementServer.ConnectionRequestUsername string admin
    dmcli eRT setv Device.ManagementServer.ConnectionRequestPassword string admin
    dmcli eRT setv Device.ManagementServer.X_CISCO_COM_ConnectionRequestURLPort string 7547
    dmcli eRT setv Device.ManagementServer.X_CISCO_COM_ConnectionRequestURLPath string tr069
    dmcli eRT setv Device.ManagementServer.EnableCWMP bool true


CcspTr069PaSsp was active and listening to port 7547:


Packets:

The DUT IP was 192.168.10.45 and the server IP was 192.168.10.95.

As you could see, the DUT was unable to recognize the "SYN, ACK" sent by the server.


Any suggestions?

Thanks in advance.