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…

Continue Reading...

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…

Continue Reading...

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  …

Continue Reading...