blob: c5fd32624064ce3d1358d7c378a689d4439d7d58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
system {
ntp-server 0.vyatta.pool.ntp.org
ntp-server 1.vyatta.pool.ntp.org
ntp-server 2.vyatta.pool.ntp.org
ntp-server 3.vyatta.pool.ntp.org
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 {
}
ethernet eth0 {
hw-id: 52:54:00:12:34:56
link-detect
}
ethernet eth1 {
link-detect
}
ethernet eth2 {
hw-id: 52:54:00:12:34:54
}
ethernet eth3 {
address: 192.168.1.1
}
ethernet eth4 {
}
}
/* 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" === */
|