Autonomous System Networks (ASN)

Deep in the bowels of the Internet lies a beast, understood by few and feared by many. His name is Border Gateway Protocol, his acronym ‘BGP’ and his presence vital to the stability and redundancy of the Internet. Often referred to as the ‘black magic’ of networking, understanding and utilizing BGP has generally been left to Cisco CCIE’s and other such edu-can’s.

In this article, I’ll give you a crash course on BGP, links to further reading and some nifty tools you can use to understand how various networks are put together.

Border Gateway Protocol (BGP) is the routing protocol used to exchange routing information across the Internet. BGP is an exterior routing protocol and as such is concerned with routing between networks rather than within them (this is the domain of the interior routing protocols such as RIP, OSPF, IS-IS). BGP/4 is defined in RFC 1771. Also see RFC’s 1772, 1773, and 1774.

Each and every network on the Internet is assigned an Autonomous System Number or ASN which identifies the network and provides consolidation of hosts within a single ‘virtual’ infrastructure. For the sake of simplicity, we’ll use Google as our example in the following scenarios:

Google has multiple data centers in multiple locations with some 100,000 production server-end points. In order for Google to operate an accessible and redundancy network, its necessary that they peer (connect)

Basic Samba for CentOS

The following is a basic how-to guide for setting up Samba file sharing on CentOS. This is meant to be a simple introduction and does not include options for integrating Samba authentication with LDAP or Active Directory.

Check and see if samba is installed or not:

# rpm -qa samba

If it is not installed, then install using:

# yum install samba

# yum install samba-common

# yum install samba-client

# yum install system-config-samba

Samba configuration file is /etc/samba/smb.conf.