Article

LBSources

GNS3-Labs on FaceBook - Join The Group

Written by LBSources from http://www.gns3-labs.com on December 21st, 2008 | 6 Comments

Hey everyone! Join the GNS3-Labs group on FaceBook

Also join the NetworkedBlogs App on FaceBook

Post on the wall, share your photos and links!

- LBS

3,033 views

Tags: ,

6 Responses to “GNS3-Labs on FaceBook - Join The Group”

  1. izhar izhar

    I AM A STUDENT OF CCNA AND WANT YOUR COOPERATION IN MY STUDIES.

  2. LBSources LBSources

    @izhar .. You dont need my cooperation, you need to grab the study materials and study study study!! Good luck!

    -LB

  3. Rav Rav

    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!!!!:)

  4. LBSources LBSources

    @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/

  5. Kasympo Kasympo

    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

  6. paul paul

    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

Leave a Reply



Subscribe To GNS3-Labs

Subscribe to GNS3 Labs :: Cisco Router Simulator Network Topologies


Your Ad Here