Wednesday, December 12, 2012

Configure Cyberoam


user:admin
password:admin

Port A

IP configure
Network:Interface-Port A<------click A--------{For LAN}

Port B
IP:static
IP:202.166.198.100
Netmask: /24 (255.255.255.0)
Primary DNS:202.79.32.4
Gateway:202.166.198.1                   {fiber IP}

click ok


Port C

Netwotk Zone: WAN
IP:static
IP:202.79.44.100
Netmask:/24

Wireless
Network:wireless:wireless-gw------------->gateway
Weight: 2 for failover
DNS: 202.79.32.4

DHCP
Name:dhcp
Interface:PortA
lease IP range:172.16.16.20 -     172.16.16.25
netmask:/24
Domain name:wlink
lease:1140


Tuesday, December 11, 2012

Configure Raisecom Switch

Raisecom switch.

Used as a replace of media converter.


Configuration

user:raisecom
password:raisecom


>en
password:raisecom

#sh run

#interface port1
(config-port)#description Internet mgmt vlan
#switchport access vlan 8                                          {port 8 }

#end
#sh run

Data

#interface port 2
description DATA
#switch access vlan 1234                                            {client own vlan no.}
#end
#sh run


IP
# interface ip 0
(config-ip)# ip address 172.16.198.100 255.255.255.0 198  {fiber IP }
#end
#sh run

Gateway
#config
#ip-default-gateway 172.16.198.1                      {fiber gateway}


Access

#interface port 3
(config-port)#description Local_Access
(port)#switchport access vlan 198

Trunk
(port)#interface port 10
#description TRUNK
#switchport  trunk



Configure Mikrotik Router.


Tuesday, December 4, 2012

Instllation of Oracle 10g on Redhat Enterprise Linux 5.5

Installation of Linux.

Install linux as same process except choose /u01 as the file system of about 10GB

Installation of Oracle on RedHat Linux 5.5