Quagga Rip version 2 configuration

image_pdfimage_print

 

 

(Zebra) Quagga User manual

image_pdfimage_print

Download from here : quagga.PDF_kutayzorlu.com

Components of Quagga (Zebra)

  • ospfd,      implementing Open Shortest Path First (OSPFv2)
  • isisd,        implementing Intermediate System to Intermediate System (IS-IS)
  • ripd,         implementing Routing Information Protocol (RIP) version 1 and 2;
  • ospf6d,    implementing Open Shortest Path First (OSPFv3) for IPv6
  • ripngd,    implementing Routing Information Protocol (RIPng) for IPv6
  • bgpd,        implementing Border Gateway Protocol (BGPv4+), including address family support for IP multicast and IPv6

 

Routingprozess IPv4 IPv6 Telnet-Port Routingprotokoll
zebra x 2601 Zebra-Daemon
ripd x 2602 RIP v1 und v2
ripngd x 2603 RIP v3 (IPv6)
ospfd x 2604 OSPFv2
bgpd x x 2605 BGPv4+
ospf6d x 2606 OSPFv3 (IPv6)
isisd x 2608 IS-IS

 

 

DHCP server with NAT

image_pdfimage_print

# DHCP Client

#1. DHCP sunucusuna giren adamin,  ping atabilmesi icin, asagidaki komutu yazmasi gerekir.  NAmeserver olarak dhcp sunucusunu vermesi gerekir. 

nameserver 172.20.0.1
# bunu yazdiktan sonra ping atiyor. ama Dosya indiremiyor.

DHCP SERVER

# If the client wants to connect  internet,  The DHCP server should enable  ip forwarding, after that

should   SET default GATeway  to   NAT router GW.

route add default gw 192.168.122.1

 route add default gw 192.168.122.1

Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.122.1 0.0.0.0 UG 0 0 0 eth2
0.0.0.0 172.20.0.1 0.0.0.0 UG 0 0 0 eth0
172.10.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1

 

 

 

 

 

 

 

 

Aspect-oriented programming

image_pdfimage_print

An aspect is a common feature that’s typically scattered across methods, classes, object hierarchies, or even entire object models.

Express this structure in code with traditional object-oriented techniques.

For example, let’s say you wanted to add code to an application to measure the amount of time it would take to invoke a particular method. In plain Java, the code would look something like the following.

Implementing metrics in a AOP Interceptor

10 ways to change keyboard layout in linux

image_pdfimage_print

Please write these commands.

kutayzorlu.com.layout.keyboard.change

 

Please  Download  this Document  for  more info

Keyboard – Debian Wiki_Public Document  —— > Click and Download