Skip to content

Instantly share code, notes, and snippets.

@ryck
Created January 7, 2021 16:26
Show Gist options
  • Save ryck/d3157331368c3555da06ee0eee1f10dd to your computer and use it in GitHub Desktop.
Save ryck/d3157331368c3555da06ee0eee1f10dd to your computer and use it in GitHub Desktop.
USG + Sky
{
"interfaces": {
"ethernet": {
"eth0": {
"address": ["dhcp"],
"dhcp-options": {
"client-option": [
"retry 60;",
"send dhcp-client-identifier "bacons";"
],
"default-route": "update",
"default-route-distance": "1",
"name-server": "no-update"
}
}
}
}
}
@ryck
Copy link
Author

ryck commented Jan 18, 2021

  1. You should be able to change your config.gateway.json. Without the proper json there your USG won't connect. So edit the file, force provision and wait, give it a couple of hours min.
  2. I don't think is the modem. I have the same one and I never touched it, it worked out of the box.
  3. Don't give up! It's overcomplicated (thanks Sky!) but is definitely possible!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment