Sharing Ilmu

Sharing for useful things

How To Configuration Dynamic NAT Overload/PAT (Port Address Translation)

In the preceding tutorial I have discuss about Network Address Translation (NAT) on Cisco Packet Tracer and How To Configuration Dynamic NAT (Network Address Translation) on Cisco Packet Tracer . In this tutorial I’ll discuss about configuration of Dynamic NAT overload or Port Address Translation on cisco packet tracer. PAT is the one to many NAT type

How To Configuration Dynamic NAT (Network Address Translation) on Cisco Packet Tracer

In preceding tutorial I have discuss about Network Address Translation (NAT) on Cisco Packet Tracer for static NAT. And here I’ll discuss about how to configuration dynamic nat on cisco packet tracer. Dynamic nat is Many to many types of NAT.  The private ip in large quantities will be translate become large public ip too with

Network Address Translation (NAT) on Cisco Packet Tracer

In this tutorial I’ll discuss about NAT on cisco packet tracer.  NAT is a method for local address translation become public ip so that local network can be connected to internet. On cisco packet tracer, has several types : Static NAT Dynamic NAT PAT (Port Address Translation)   NAT on cisco has several terminology :

Configuration Wireless Radio on Cisco Packet Tracer

In this tutorial I’ll discuss about how to configuration wireless radio on simulator cisco packet tracer.  The following is the topologi : For Wireless router use HomeRouter-PT-AC.   First configure ip address on MyRouter : MyRouter(config)#int g0/0/0 MyRouter(config-if)#ip add 192.168.1.1 255.255.255.0 MyRouter(config-if)#no shutdown MyRouter(config-if)#exit MyRouter(config)#   Configure Wireless radio : Configure ip address for wireless

Configure Extended ACL on Cisco

In preceding tutorial I have discuss about Configure Standar ACL on Cisco  and In this tutorial I’ll discuss about how to configuration Extended ACL on Cisco Packet tracer. Extended ACL is more complex than standard ACL where that can filter source and destination IP Address and that can be filtered specific IP and port.  Using number

Configuration Standard ACL on Cisco

In this tutorial I’ll discuss about how to configuration standard ACL on cisco packet tracer. Standard ACL work only for one connection traffic. using for filter source ip address and Permit/deny all protocol suite TCP/IP.  Standard ACL using number 1-199. For configure ACL on router, setting ACL first in global mode and then assign to

How To Configuration Network on Ubuntu server 20.04

In this tutorial I’ll discuss about how to configuration network on ubuntu 20.04.  When we already installed linux ubuntu, we must configuration ip address for connect to network or internet with manual configuration or automatic configuration ip. for configuration network on ubuntu 20.04 you can configure with netplan. # nano /etc/netplan/00-installer-config.yaml Then if you need

How To Install Ubuntu Server 20.04

In this tutorial I’ll discuss about how to install ubuntu server 20.04 live version.  Installasion proccess on ubuntu 20.04 live server using full CLI mode and different installation proccess with preceding version. For languange select English. and press enter for continue proccess.   For installer update select Continue Without Updating.   Keyboard configuration no need

Configuration Dynamic Routing OSPF on Cisco Router

In this tutorial I’ll discuss about how to configuration of dynamic routing protocol using ospf. ospf is link state dynamic routing protocol where no Hop count limit.  Work with administrative distance 110. The following is the topologi : Configure IP Address on R1 : R1(config)#int g0/0/0 R1(config-if)#ip add 10.10.10.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#int g0/0/1

Configuration Dynamic Routing Protocol EIGRP on Cisco

In this tutorial I’ll discuss about dynamic routing protocol EIGRP. EIGRP is a distance vector routing protocol sometimes also called as advanced distance vector protocol. EIGRP is a Cisco open standar protocol have administrative distance is 90 and maksimum hop count is 255 (default 100). The following is the topologi : Configure IP Address on