diff options
Diffstat (limited to 'sysconf/config.boot.default')
-rw-r--r-- | sysconf/config.boot.default | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sysconf/config.boot.default b/sysconf/config.boot.default new file mode 100644 index 00000000..941507f0 --- /dev/null +++ b/sysconf/config.boot.default @@ -0,0 +1,29 @@ +system { + ntp-server "69.59.150.135" + login { + user root { + authentication { + encrypted-password: "$1$$Ht7gBYnxI1xCdO/JOnodh." + } + } + user vyatta { + authentication { + encrypted-password: "$1$$Ht7gBYnxI1xCdO/JOnodh." + } + } + } + package { + repository community { + component: "main" + url: "http://archive.vyatta.com/vyatta" + } + } +} + +interfaces { + loopback lo { + } +} + +/* Warning: Do not remove the following line. */ +/* === vyatta-config-version: "cluster@1:dhcp-relay@1:dhcp-server@1:firewall@1:nat@2:serial@1:webgui@1" === */ |