Gema Merdeka Radio APP Privacy

Privacy Policy channel11dev built the Sunari Radio app as a Free app. This SERVICE is provided by channel11dev at low cost and is intended for use as is. 

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. 

BIRD : A Free and Open Source Routing Daemon for Everyone


Bird Internet Routing Daemon

BIRD (recursive acronym for BIRD Internet Routing Demon) is an open-source implementation for routing Internet Protocol packets on Unix-like operating systems. It was developed as a school project at the Faculty of Mathematics and Physics, Charles University, Prague, and is distributed under the GNU General Public License.

BIRD supports both IPv4 and IPv6, multiple routing tables, BGP, RIP, OSPF, BFD, Babel, static routes, IPv6 Router Advertisements, Inter-table protocol, Command-line interface, and a powerful language for route filtering. It is available for Linux, FreeBSD, NetBSD, and OpenBSD.

Dummy Interface di linux


 Dummy Interface adalah sebuah interface virtual seperti, misalnya, interface loopback. Tujuan dari interface dummy adalah untuk menyediakan perangkat untuk merutekan paket tanpa benar-benar mentransmisikannya.

Hal pertama yang Anda butuhkan untuk meload modul "dummy", Anda juga dapat menambahkan opsi "numdummies = 2" untuk  membuat dua interface dummyX:


BIRD COMMAND Cisco translated

 

Command interface examples

Some common Cisco commands translated to BIRD commands:

  • show ip route -- show route [table XXX]
  • show ip route bgp -- show route [table XXX] protocol <protocol_name> (show route proto ospf2 )
  • show ip route 1.2.0.0 longer- -- show route where net ~ 1.2.0.0/16
  • show ip bgp 1.2.0.0 -- show route where net ~ 1.2.0.0/16 all
  • show ip bgp sum -- show protocols
  • show ip bgp neighbors 1.2.3.4 -- show protocols all <protocol_name> (show protocols all ospf2)
  • show ip bgp neighbors 1.2.3.4 advertised-routes -- show route export <protocol_name>
  • clear ip bgp 1.2.3.4 -- reload <protocol_name> [in/out]
  • show ip route summary -- show route [table XXX] count

Zimbra Letsencrypt SSL Renew Using ACME October 08, 2021

Based This statement 

Update September 30, 2021 As planned, the DST Root CA X3 cross-sign has expired, and we’re now using our own ISRG Root X1 for trust on almost all devices. For more details about the plan, keep reading! We have also updated our Production Chain Changes thread on our community forum - our team and community are here and ready to help  with any questions you may have about this expiration.

https://letsencrypt.org/id/docs/dst-root-ca-x3-expiration-september-2021/

Enable IPv4 and IPv6 on Zimbra Collaboration in Ubuntu

 


Get current settings for Zimbra

su zimbra zmprov gs `zmhostname` | grep -i ipmode

Get public IP using curl , if curl not exist install with commnad apt install curl

# IPv6 curl http://v6.ipv6-test.com/api/myip.php # IPv4 curl http://v4.ipv6-test.com/api/myip.php

Enable IPv4 and IPv6

zmprov ms `zmhostname` zimbraIPMode both zmprov ms `zmhostname` "127.0.0.0/8 [::1]/128 192.168.1.0/24 [fd00::]/8"

/opt/zimbra/libexec/zmiptool zmcontrol restart


Reverse DNS v6 For BInd

 


This site use for convert ipv6 Record

This tool will generate an PTRv6 record for DNS Servers like BIND from an IPv6 address using the nibble format. 

Nibble format is a dot-separated reversal of all the hex digits in the expanded IPv6 address and allows greatly improved 

delegation of Reverse DNS at the expense of human usability of zone files - hence this tool.


Please Klik : http://rdns6.com/hostRecord