Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the Configfile.bin to point to ACS for root access #6

Open
hbgoodman opened this issue Jun 25, 2018 · 3 comments
Open

Changing the Configfile.bin to point to ACS for root access #6

hbgoodman opened this issue Jun 25, 2018 · 3 comments

Comments

@hbgoodman
Copy link

Hi,

I'm looking to get root access to the G1100 router for learning purposes.

I finally got the decrypt and I've also got the encrypting to work with the configfile. I also setup the genieacs.

The G1100 WAN port has a new IP address 10.1.1.100. I have the ACS on IP address 10.1.1.200.

I'm a bit confused on what I need to change in the configfile to point it to my new genieacs, before I encrypted it again.

Can someone tell me what needs to be updated? I'm a bit confused by the instructions.

I thought I saw it somewhere here, but I can't find it now.

Thanks!

@jameshilliard
Copy link
Collaborator

I think these would be the relevant config nodes, you need to configure the ACS server to match:

           {
                "name": "net.tr69_client.management_server.url",
                "type": "string",
                "value": {
                    "value": "http://10.20.0.143:7547"
                }
            },
            {
                "name": "net.tr69_client.management_server.username",
                "type": "string",
                "value": {
                    "value": "test"
                }
            },
            {
                "name": "net.tr69_client.management_server.password",
                "type": "string",
                "value": {
                    "value": "test"
                }
            },
            {
                "name": "net.tr69_client.management_server.connection_request.port",
                "type": "unsigned integer",
                "value": {
                    "value": "4567"
                }
            },
            {
                "name": "net.tr69_client.management_server.connection_request.url",
                "type": "string",
                "value": {
                    "value": "http://:7547"
                }
            },
            {
                "name": "net.tr69_client.management_server.connection_request.username",
                "type": "string",
                "value": {
                    "value": "test"
                }
            },
            {
                "name": "net.tr69_client.management_server.connection_request.password",
                "type": "string",
                "value": {
                    "value": "test"
                }
            },

@appleguru
Copy link

I noticed I don't have a net.tr69_client.management_server.url entry in my current config file? Should I add it if it isn't present? Do I need to downgrade my fw?

@jameshilliard
Copy link
Collaborator

Not sure, what firmware version are you on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants