Difference between revisions of "BIRD: Login GNS3"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Login username gns3 password gns3 Kita akan masuk ke shell linux router GNS3 Folder & file yang penting /usr/local/etc/bird/bird.conf /usr/local/etc/bird/bird.conf.exa...")
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
 
Kita akan masuk ke shell linux router GNS3
 
Kita akan masuk ke shell linux router GNS3
 +
 +
==File Config==
  
 
Folder & file yang penting
 
Folder & file yang penting
Line 12: Line 14:
 
  /usr/local/etc/bird/bird6.conf
 
  /usr/local/etc/bird/bird6.conf
 
  /usr/local/etc/bird/bird6.conf.example
 
  /usr/local/etc/bird/bird6.conf.example
 +
 +
 +
==Daemon==
 +
 +
Cek
 +
 +
ps ax
 +
 +
  ..
 +
  ..
 +
  616 root    [loop6]
 +
  629 root    [loop7]
 +
  766 gns3    -sh
 +
  768 gns3    -sh
 +
  785 root    [ipv6_addrconf]
 +
  820 gns3    /usr/local/sbin/bird6 -u gns3 -g staff
 +
  902 gns3    ps ax
 +
 +
 +
Terlihat bird6 jalan dari /usr/local/sbin dengan user gns3 group staff
 +
 +
 +
 +
==BIRD Client==
 +
 +
birdcl6
 +
 +
show status
 +
show interface
  
  

Latest revision as of 12:03, 15 January 2019

Login

username gns3
password gns3

Kita akan masuk ke shell linux router GNS3

File Config

Folder & file yang penting

/usr/local/etc/bird/bird.conf
/usr/local/etc/bird/bird.conf.example
/usr/local/etc/bird/bird6.conf
/usr/local/etc/bird/bird6.conf.example


Daemon

Cek

ps ax
 ..
 ..
 616 root     [loop6]
 629 root     [loop7]
 766 gns3     -sh
 768 gns3     -sh
 785 root     [ipv6_addrconf]
 820 gns3     /usr/local/sbin/bird6 -u gns3 -g staff
 902 gns3     ps ax


Terlihat bird6 jalan dari /usr/local/sbin dengan user gns3 group staff


BIRD Client

birdcl6
show status
show interface



Pranala Menarik