Tutorials Vyatta
Case Study 5 Vyatta Config
protocols {
}
policy {
}
interfaces {
loopback lo {
}
ethernet eth0 {
hw-id: 00:02:55:66:77:88
address 172.26.10.2 {
prefix-length: 24
}
vrrp {
vrrp-group: 100
virtual-address: 172.16.10.1
authentication: "123"
priority: 100
}
}
ethernet eth1 {
hw-id: 00:40:11:22:33:44
}
}
service {
telnet {
}
}
firewall {
}
system {
host-name: "Vyatta-Router"
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"
}
}
}
rtrmgr {
config-directory: "/opt/vyatta/etc/config"
}