Created
October 4, 2016 18:28
-
-
Save ryanmaclean/82cfb703ab9ff4e61a307340b90bb411 to your computer and use it in GitHub Desktop.
Add a DNS entry on Edge Router Lite Via Command Line
This file contains hidden or 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
#!/bin/bash | |
set system static-host-mapping host-name headnode.localdomain.local alias headnode | |
set system static-host-mapping host-name headnode.localdomain.local inet 10.10.1.50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment