Month: November 2010
How to install FreeNX Server on Kubuntu 10.10
NX server package is not included on Ubuntu distro as default. So, you need to add repository URL on sources.list at /etc/apt. Let’s configure FreeNX…
How to configure a static IP or DHCP and DNS on Kubuntu
DHCP – Modify ‘interfaces’ file at /etc/network/. Kubuntu_Server# pico /etc/network/interfaces # The primary network interface – use DHCP to find our address auto eth0…
Cisco power redundancy operationally = non-redundant, why?
Tweet Why Cisco 6509-E indicates "operationally non-redundant"? and occasionally, one of slot is reloaded itself. It might be couple of reasons, but in my…
How to calculate total number of vlan-port instance or logical interface
As you know, there is an limitation of vlan-port instance (logical port) on certain platform. Here is the fomula to get that info. Total number…
Cisco error log “vlan-port instances exceeded limit of 1800”
Cisco 6504-E, with IOS 12.2(33) SXH5, indicated below message in the log…. "%PM-SP-4-LIMITS: The number of vlan-port(logical port) instances on module 3 exceeded the recommended…
Free Putty.exe with auto login
Tweet Came across nice putty add-on utility to make auto login…. it’s handy for engineer who needs to access multiple device in daily basis. Check…
How to configure allowing ICMP reply from EBC, Net-Net 4500(Acme Packet)
By default, EBC(Edge Boundary Controller), Net-Net 4500(Acme Packet) is not allowing ICMP reply to others. Here is the way to setup in order to ping…
Basic commands for Acme Packet, Net-Net 4500
show ip connections show logfile acmelog show clock show health show support-info show security ssm-accelerator show interface show media physical show media phy-stats show media…
How to configure static IP address on CentOS
1. DHCP Configuration Check file at /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=yes 2. Static Configuration Check file at /etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0 BOOTPROTO=static HWADDR=00:19:D1:2A:BA:A8 IPADDR=192.168.1.33 NETMASK=255.255.255.0 ONBOOT=yes …
How to modify multiple Cisco device’s configuration by RME
Tweet From Resource Manager Essentials Potal page. Go to page by click Config mgmt > NetConfig > NetConfig Jobs 1. Create 2. Choose ‘Device Based’…
Recent Comments