GNS3-Labs on FaceBook - Join The Group
Written by LBSources from http://www.gns3-labs.com on December 21st, 2008 | 6 CommentsHey everyone! Join the GNS3-Labs group on FaceBook
Also join the NetworkedBlogs App on FaceBook
| Blog: |
| GNS3-Labs :: |
|
Topics:
|
| gns3, cisco simulator, dynamips dynagen |
Post on the wall, share your photos and links!
- LBS
3,033 viewsTags: Facebook, GNS3-Labs News










December 29th, 2008 at 5:47 am
I AM A STUDENT OF CCNA AND WANT YOUR COOPERATION IN MY STUDIES.
December 29th, 2008 at 11:32 am
@izhar .. You dont need my cooperation, you need to grab the study materials and study study study!! Good luck!
-LB
January 7th, 2009 at 2:35 pm
Can some one tel me how to configure NAT on GNS3 i have tried many ways but i couldnt get it right if some one provides me with examples that would be great!!!
I really appreciate it!!!!:)
January 7th, 2009 at 11:31 pm
@Rav ..
From Josh’s site ..
“PAT, or overloading, is a feature of Cisco IOS NAT and can be used to translate “internal” (inside local) private addresses to one or more “outside” (inside global, usually registered) IP addresses. Unique source port numbers on each translation are used to distinguish between the conversations. With NAT overload, a translation table entry containing full address and source port information is created.” - Cisco.com
Here are the basics of PAT configuration
router#config t
router(config)#int f0/0
router(config-if)#ip nat inside
router(config-if)#int f1/0
router(config-if)#ip nat outside
router(config-if)#exit
router(config)#access-list 10 permit 10.100.100.0 0.0.0.255
router(config)#ip nat inside source list 10 interface f1/0 overload
router(config)#end
router#wr
Additional help …
How to configure NAT in Cisco IOS (NAT Overloading) - Part 1
http://www.itsyourip.com/cisco/how-to-configure-nat-in-cisco-ios-nat-overload/
How to configure Static NAT in Cisco IOS Routers - Part 2
http://www.itsyourip.com/cisco/how-to-configure-static-nat-in-cisco-ios-routers-part-2/
May 6th, 2009 at 9:39 am
Wow! this is amazing I am a student of ccnp and i need ccnp labs, i have done my certifications but i need hands on skills.Thanks
November 28th, 2009 at 7:51 am
Any one still looking on implementing NAT in gns3 please check my blog post.
Brief overview and how to implement NAT in gns3.
check it out at http://crazy4tips.blogspot.com/2009/11/implement-nat-in-gns3.html