Open Shortest Path First
- protocol de rutare link state
- direct competitor pentru EIGRP (proprietar CISCO)
- Protocol de rutare classless
- Scalabil prin folosirea de zone
Open Shortest Path First
- protocol de rutare link state
- direct competitor pentru EIGRP (proprietar CISCO)
- Protocol de rutare classless
- Scalabil prin folosirea de zone
Principles
1. Every router makes its decision alone, based on the information it has in its own routing table.
2. The fact that one router has certain information in its routing table does not mean that other routers have the same information.
3. Routing information about a path from one network to another does not provide routing information about the reverse, or return, path.
Cisco IOS will not allow two active interfaces on the same router to belong to the same network.
LAN Interfaces
These commands are for viewing and debugging the configuration
Some stuff about static and dynamic routing protocols, and IP assignment to interfaces.
Installing NGINX
nginx can be installed either by compiling from sources or by using an precompiled package
I prefer to install via a package simply because there are too many installs of application that I don’t really need after I compiled from source
an updated resource is
http://centos.alt.ru/pub/nginx/0.8/RHEL/RPMS/
just do wget http://centos.alt.ru/pub/nginx/0.8/RHEL/RPMS/x86_64/nginx-0.8.53-4.el5.x86_64.rpm and then run yum install <package name> it will take care of dependencies.