Created
January 7, 2021 16:26
-
-
Save ryck/d3157331368c3555da06ee0eee1f10dd to your computer and use it in GitHub Desktop.
USG + Sky
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.