Difference between revisions of "OpenWRT: quagga"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " The sample configuration shown below is for the Jandakot node on the WAFreeNet. This node uses a WRT54G running OpenWrt as a router, and the WRT provides routing, dns, dhcp a...") |
Onnowpurbo (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | sumber: https://openmaniak.com/quagga_tutorial.php | ||
| − | |||
| − | |||
| − | Install | + | ==Install== |
| − | |||
| − | |||
| − | + | opkg update | |
| + | opkg install quagga | ||
| − | + | ==Quagga Daemon== | |
| − | |||
| + | Restart Quagga service: | ||
| + | /etc/init.d/quagga restart | ||
| − | + | Cek | |
| − | |||
| − | + | ps | |
| − | + | ==Konfigurasi== | |
| + | |||
| + | File /etc/quagga/zebra.conf: | ||
hostname jandakot | hostname jandakot | ||
| Line 42: | Line 42: | ||
| − | + | ==Referensi== | |
| + | |||
| + | * https://openmaniak.com/quagga_tutorial.php | ||
| + | |||
| + | ==Pranala Menarik== | ||
| + | |||
| + | * [[OpenWRT]] | ||
Latest revision as of 13:45, 12 January 2022
sumber: https://openmaniak.com/quagga_tutorial.php
Install
opkg update opkg install quagga
Quagga Daemon
Restart Quagga service:
/etc/init.d/quagga restart
Cek
ps
Konfigurasi
File /etc/quagga/zebra.conf:
hostname jandakot ! define password for bgpd daemon (for connecting to daemon via telnet) password insertpasswordhere ! define enable password for bgpd daemon (for connecting to daemon via telnet) enable password insertpasswordhere ! ! list interfaces interface eth1 interface vlan0 interface vlan1 interface lo ! ! null route to consolidate all subnets in this /24 ip route 10.60.86.0/24 Null0 255 ! line vty