![]() |
[Mega Thread] Make Virtual Private Network (VPN) Between Routers - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: [Mega Thread] Make Virtual Private Network (VPN) Between Routers (/Thread-Mega-Thread-Make-Virtual-Private-Network-VPN-Between-Routers) Pages:
1
2
|
[Mega Thread] Make Virtual Private Network (VPN) Between Routers - HrDe - 08-29-2012 Hi friends, after a long period me again came with a very interesting thread in which me tell you How you can make your own VPN (Virtual Private Network) between your Home Router and Office Router. For this me use Cisco 3700 router. Router R1 works as Home Router and R3 works as Office Router and between R1 and R3 we will use router R2 as Internet Router. You can see full diagram in below picture.... ![]() Now me going to given IP address to all router interface. For Router R1 interface f0/0 , i use IP add 172.16.12.1 /24 and for Router R2 interface f0/0 172.16.12.2 /24 and same for interface f0/1 172.16.23.2 /24 , and in last for router R3 interface f0/1 me use 172.16.23.3 /24. And also make Loopback 1 in Router R1 and R2. For Router R1 loopback is 1.1.1.1 /24 and for R3 is 3.3.3.3 /24 . First question here is why i am using IP add 172.16.0.0 where this is came into private IP address range, because i am using this only for example, you may take it and else as your wish. Now for live example see below three picture for above work.... ![]() ![]() ![]() Now i am going to given static IP route for communicate the Router. You may run any interior protocol rather static route.Now see below two pic for static ip route in router R1 and R2.... ![]() ![]() Now i am going to Ping IP add of R3 by R1 , when you ping it then it successfully ping but when you ping by source Loopback then you get success rate 0.See below two pic for see Ping router R1 to R3 and R3 to R1... So now me going to make VPN here. First know it, work of building VPN divided into two phase>> Phase 1 & 2. Now make access-list on router R1 and run command: Code: R1(config)#access-list 110 permit ip host 1.1.1.1 host 3.3.3.3 when you did all steps on R1 then it show you a msg like "isakmp is on" See below two pics for R1 full configuration.... Now Run same command with some changes in router R3: Code: R1(config)#access-list 115 permit ip host 3.3.3.3 host 1.1.1.1 See below pic for full configuration: Now go to R1 and Ping 3.3.3.3 by source 1.1.1.1 , now it ping successfully.see below pic... Now go to R3 and Ping 1.1.1.1 by Source 3.3.3.3 , it ping now successfully ![]() Now your VPN working successfully. Both Loopback ping whose that did not ping before. For check status run command " sh crypto isakmp sa " , see below pic, it showing you idle state. I hope you like my new post one again, your support encourage me write new interesting post here. http://www.hackarde.com/2012/08/make-virtual-private-network-vpn.html RE: [Mega Thread] Make Virtual Private Network (VPN) Between Routers - Anderson - 08-29-2012 This is a good post, good job mate. RE: [Mega Thread] Make Virtual Private Network (VPN) Between Routers - Shining White - 08-30-2012 Damn hot , i wanna see this , in free time , thanks as always ![]() RE: [Mega Thread] Make Virtual Private Network (VPN) Between Routers - 3r3bus - 08-30-2012 Thanks for this!!!!!!!!!!!!!!!!!!!!!!!!!!!!! RE: [Mega Thread] Make Virtual Private Network (VPN) Between Routers - HrDe - 08-30-2012 (08-30-2012, 04:09 AM)Shining White Wrote: Damn hot , i wanna see this , in free time , thanks as always always welcome sir! ![]() ![]() RE: [Mega Thread] Make Virtual Private Network (VPN) Between Routers - HrDe - 09-05-2012 (08-29-2012, 11:40 PM)Anderson Wrote: This is a good post, good job mate. thanks buddy for like it ![]() RE: [Mega Thread] Make Virtual Private Network (VPN) Between Routers - HrDe - 09-28-2012 (08-30-2012, 06:53 AM)3r3bu$ Wrote: Thanks for this!!!!!!!!!!!!!!!!!!!!!!!!!!!!! always welcome@@@ RE: [Mega Thread] Make Virtual Private Network (VPN) Between Routers - Nailo - 09-28-2012 u son of a ** i love you RE: [Mega Thread] Make Virtual Private Network (VPN) Between Routers - HrDe - 09-28-2012 (09-28-2012, 10:46 PM)LiveFaster Wrote: u son of a ** i love you ???????????????? RE: [Mega Thread] Make Virtual Private Network (VPN) Between Routers - Dashing Dave - 09-28-2012 Thank you very much! |