diff options
author | An-Cheng Huang <ancheng@sydney.vyatta.com> | 2007-10-24 13:50:35 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@sydney.vyatta.com> | 2007-10-24 13:50:35 -0700 |
commit | 0851ef8fac2aa301f4bbea8b2155cc274846398c (patch) | |
tree | 67b6174692a5756fcdc089a38fe71680d7405386 /sysconf | |
parent | abeb97f81d4cbeac43f03963bf4e222b0ee02500 (diff) | |
download | vyatta-cfg-system-0851ef8fac2aa301f4bbea8b2155cc274846398c.tar.gz vyatta-cfg-system-0851ef8fac2aa301f4bbea8b2155cc274846398c.zip |
move default config from vyatta-cfg
Diffstat (limited to 'sysconf')
-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" === */ |