Difference between revisions of "OpenWRT: quagga"

From OnnoWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
sumber: https://openmaniak.com/quagga_tutorial.php
 
sumber: https://openmaniak.com/quagga_tutorial.php
 +
 +
 +
 +
==Install==
 +
 +
opkg update
 +
opkg install quagga
  
  

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


Referensi

Pranala Menarik