Wednesday, 18 November 2015

Reflexive Access List

Reflect & Evaluate what is reflected.

Below will allow icmp (ping) traffic , any tcp traffic and udp DNS traffic to go out.

Ip access-list extended outbound_acl
permit icmp any any
permit tcp any any reflect tcp-traffic
permit udp any any eq 53 reflect dns-traffic timeout 10

IP access-list extended inbound_acl
permit icmp any any
evaluate tcp-traffic
evaluate dns-traffic
exit

conf t
int s0/0/0
# ip access-group outbound_acl out
# ip access-group inbound_acl in





PBR

Routing that just not based on destination.

Lock and Key Access List

I am on Internet. I want to ftp to my Raspberry pi behind my Internet's router. I have bought a public IP address from my ISP. What should I do?
You must telnet first then you get an access to the internal.



Port Numbers and Protocols of Oracle Components

I have an assignment to allow Oracle database connection outbound through a router to the Internet. So what ports that I should allow?

Table E-1 Ports Used in Oracle Components
Component and Description Default Port Number Port Range Protocol
Oracle SQL*Net Listener
Allows Oracle client connections to the database over Oracle's SQL*Net protocol. You can configure it during installation. To reconfigure this port, use Net Configuration Assistant.
1521 1521 TCP
Data Guard
Shares the SQL*Net port and is configured during installation. To reconfigure this port, use Net Configuration Assistant to reconfigure the Oracle SQL*Net listener.
1521 (same value as the listener) 1521 TCP
Connection Manager
Listening port for Oracle client connections to Oracle Connection Manager. It is not configured during installation, but can be configured using Net Configuration Assistant.
1630 1630 TCP
Oracle Management Agent
HTTP port for Enterprise Management Agent. It is configured during installation.
"Changing the Oracle Enterprise Management Agent Port" explains how to modify its port number
3938 1830–1849 HTTP
Oracle Enterprise Manager Database Console
HTTP port for Enterprise Manager Database Control. It is configured during installation. "Changing the Oracle Enterprise Manager Database Console Ports" explains how to modify its port number.
1158 5500–5519 TCP/HTTP
Oracle Enterprise Manager Database Console
RMI port for Enterprise Manager Database Control. It is configured during installation."Changing the Oracle Enterprise Manager Database Console Ports" explains how to modify its port number.
5520 5520–5539 TCP
Enterprise Manager Database Console
JMS port for Enterprise Manager Database Control. It is configured during installation. "Changing the Oracle Enterprise Manager Database Console Ports" explains how to modify its port number.
5540 5540–5559 TCP
iSQL*Plus
HTTP port for iSQL*Plus. The port number is automatically assigned during installation. "Changing the iSQL*Plus Ports" explains how to change its port number.
5560 5560–5579 TCP/HTTP
iSQL*Plus
RMI port for iSQL*Plus. The port number is automatically assigned during installation."Changing the iSQL*Plus Ports" explains how to change its port number.
5580 5580–5599 TCP
iSQL*Plus
JMS port for iSQL*Plus. The port number is automatically assigned during installation. "Changing the iSQL*Plus Ports" explains how to change its port number.
5600 5600–5619 TCP
Oracle Ultra Search
HTTP port for Oracle Ultra Search. Its port number is assigned automatically when you install Oracle Ultra Search, by using the Custom installation type. "Changing the Oracle Ultra Search Ports" explains how to change its port number.
5620 5620–5639 TCP/HTTP
Oracle Ultra Search
RMI port for Oracle Ultra Search. Its port number is assigned automatically when you install Oracle Ultra Search, by using the Custom installation type. "Changing the Oracle Ultra Search Ports" explains how to change its port number.
5640 5640–5659 TCP
Oracle Ultra Search
JMS port for Oracle Ultra Search. Its port number is assigned automatically when you install Oracle Ultra Search, by using the Custom installation type. "Changing the Oracle Ultra Search Ports" explains how to change its port number.
5660 5660–5679 TCP
Oracle XML DB
The Oracle XML DB HTTP port is used if Web-based applications need to access an Oracle database from an HTTP listener. It is configured during installation, but you cannot view it afterward. "Changing the Oracle XML DB Ports" explains how to change its port number.
Dynamic Dynamic HTTP
Oracle XML DB
The Oracle XML DB FTP is used when applications need to access an Oracle database from an FTP listener. It is configured during installation, but you cannot view it afterward. "Changing the Oracle XML DB Ports" explains how to change its port number.
Dynamic Dynamic FTP
Oracle Real Application Clusters (Local Host: Windows only)
- On Rac is configured by default - Is configurable
61000 61000–61300 TCP
Oracle Real Application Clusters (Cluster Interconnect: Windows only)
- On RAC is configured by default - Is configurable
11000 11000–26000 TCP
Oracle Real Application Clusters (UNIX)
The port number is assigned automatically during installation. You cannot view or modify it afterward.
Dynamic Dynamic UDP
Oracle Clusterware
CRS daemon (Oracle Cluster Ready Services Daemon) internode connection. The port number is assigned automatically during installation. You cannot view or modify it afterward.
49896 49896 TCP
Cluster Synchronization Service (CSS)
CSS daemon internode connection for the GM layer. The port number is assigned automatically during installation. You cannot view or modify it afterward.
49895 49895 TCP
Oracle Cluster Registry
The port number is assigned automatically during installation. You cannot view or modify it afterward.
Dynamic Dynamic TCP
Oracle Event Manager
The port number is assigned automatically during installation. You cannot view or modify it afterward.
49897 49897–49898 TCP
Cluster Manager
The port number is assigned automatically during installation. You cannot view or modify it afterward.
Dynamic Dynamic TCP

Instalasi email client: Thunderbird

Thunderbird

Big step:
1. Download software-nya
2. Install software-nya
3. Konfigurasi software-nya

Penjelasan
1. Download email client/software thunderbird (32,5MB) di https://www.mozilla.org/en-US/thunderbird/
2. Instal software diatas ke dalam laptop.
3. Konfigurasi alamat POP3 dan SMTP ke google
POP3:
SMTP:

POP3 dan IMAP

POP3 and IMAP are two different protocols (methods) used to access email.
Of the two, IMAP is the better option - and the recommended option - when you need to check your emails from multiple devices, such as a work laptop, a home computer, or a tablet, smartphone, or other mobile device. Tap into your synced (updated) account from any device with IMAP.

POP3 downloads email from a server to a single computer, then deletes it from the server. Because your messages get downloaded to a single computer or device and then deleted from the server, it can appear that mail is missing or disappearing from your Inbox if you try to check your mail from a different compu

What is safe mode?

What is safe mode?

Safe mode is a troubleshooting option for Windows that starts your computer in a limited state. Only the basic files and drivers necessary to run Windows are started. The words Safe Mode appear in the corners of your monitor to identify which Windows mode you're using.
If an existing problem doesn't reappear when you start in safe mode, you can eliminate the default settings and basic device drivers as possible causes. If you don't know the cause of the problem, you can use the process of elimination to help you find the problem. Try starting all of the programs you commonly use, including the programs in your Startup folder, one by one to see if a program might be the cause of the problem.
If your computer automatically starts in safe mode without prompting, a problem with your computer might be preventing Windows from starting normally. If you think the cause of the problem might be a recently installed program or device, try using Recovery in Control Panel.

Di Safe mode with networking:

  • Bisa nonton youtube tapi tidak ada suara.
  • Bisa intenetan, bisa ping ke local network.
  • Bisa jalankan program Microsoft Word, Adobe Reader PDF.
  • Bisa jalankan program network simulator seperti: GNS3, Cisco Packet Tracer 
  • Tidak bisa menjalankan Fitur NTP.
  • Tidak bisa menjalankan Operating System berbasis VMWare.

Tuesday, 17 November 2015

Install GNS3

Hasil gambar untuk GNS3

Installation:


Big Steps:
1. Download
2. Instal
3. Select images for the GNS3
4. Drag your router
5. Start/Run
6. Start configuration


1. Download source code from www.gns3.com
2. 

Image files:

Cautions:

1. GNS3 bisa dijalankan pada mode "Safe Mode With Networking" Windows.
2. Idle PC bisa dihitung/dikalkulasi setelah perangkat di jalankan.
3. Config-nya bisa di save atau di-export. Asal tiap device/perangkat di assign command: copy run start terlebih dahulu.