Cyberdotin

How to hide IP address

   

Written by:

In this blog, I will tell you how you can hide your IP address

   You will know that IP address is of two types: public IP and private IP. public IP is what is shown by the Internet and if the private IP , that happens, which is already reserved, to explain to you how well I am writing some private IP here.

 private IP -:IP  types are of

A class IP -(10.0.0.0 – 10.255.255.255)

B class IP -(172.16.0.0 – 172.31.255.255)

C class IP -(192.168.0.0 – 192.168.255.255)

 Thorugh the image given in this blog, I will tell you how you give a computer router to the IP and how to routing on it and how hide your IP address, all I tell you through the image given in this blog.

 First of all, we will take two router and take two PC and a server. then I will give IP to computers and server and routers, how do I get to the router and how do I give the IP to the computer and the server that i well tell you below

We will give the router’s IP and give it the hostname r1

r1 ip add –
r1#en
r1#config t
r1#int fa0/0
r1#ip add 192.168.0.1 255.255.255.0
r1#no shut
#exit

r1#config t
r1#int se0/1/0
r1#ip add 2.0.0.2 255.0.0.0
r1#no shut
#exit

   (Now we will be routing on router )
r1 routing –
r1#config
r1#ip route 1.0.0.0 255.0.0.0 2.0.0.1
#exit

 Now we will give the router to the IP. and routing on it.

r2 ip add
#en
#config t
#hostname r2
r2#int fa0/0
r2#ip add 1.0.0.1 255.0.0.0
r2#no shut
#exit

r2#config t
r2#int se0/0/0
r2#ip add 2.0.0.1 255.0.0.0
r2#no shut
r2#exit

 (Now will be routing on router)

r2 routeing

r2#config t
r2#19.0.0.0 255.0.0.0 2.0.0.2
r2#exit

I will tell you how you can hide your IP and deny the other to find out about your IP, you have to do this by going to the router1 and writing down the steps given below.
#config t
r1#ip nat inside source static 192.168.0.102 19.0.0.2
r1#ip nat inside source static 192.168.0.103 19.0.0.3
r1#ip nat inside source static 192.168.0.101 19.0.0.1
#exit
 
    

Leave a comment