Wordpress - ciscofriend.wordpress.com - Ciscofriend's Blog
General Information:
Latest News:
Difference between Protocol number and port number 30 Dec 2011 | 01:31 am
Blog location changed press here to see the topic
Changed blog 22 Dec 2011 | 06:50 am
Changed blog to ciscofriend.blogspot.com Please visit ciscofriend.blogspot.com for new posts/old posts
Installing Active directory in Windows Server 2008 18 Dec 2011 | 02:37 pm
changed location of blog. Please click here to see the post
Upgrading Windows Server 2003 to Windows Server 2008 9 Dec 2011 | 12:48 am
changed location of blog Please click here to see the blog
Configuring ASA to allow ping 8 Dec 2011 | 08:45 am
Just add ICMP to default inspection class: ASA(config)#policy-map global_policy ASA(config-pmap)#class inspection_default ASA(config-pmap-c)#inspect icmp
HTTP installation of RHEL6/CentOS/SL-6 6 Dec 2011 | 08:56 pm
On Server Install apache server (HTTP server) using yum #yum install httpd Note: if you don’t know how to setup yum you can see this post Mount the DVD (which is also specified in the above post) ...
Making CD/DVD as yum repository 6 Dec 2011 | 08:05 am
Changed location of blog Please press here to see the post
Disable login of all users except root 4 Dec 2011 | 07:15 am
sudo touch /etc/nologin Note: Now, only root can login to the system. Login as root and delete that file to allow other users to login rm /etc/nologin
Monitoring Internet Connection using IP SLA 29 Nov 2011 | 07:10 pm
Our company may have two connection to the internet through 2 ISPs. If we want to use one connection as primary and other as backup, we can use IP SLA to monitor the link. It detects the link failure ...
ASA static/Default Routing configuration 29 Nov 2011 | 12:46 am
Syntax of static route configuration is : Route <interface-name> <ip address> <netmask> <gateway ip> [distance] Objects: Configure static routing to inside interface ASA1(config)#route inside 172....