• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

TSHOOT (642-832): Ticket 4 – NAT ACL

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • TSHOOT (642-832): Ticket 4 – NAT ACL

    Client 1 & 2 are not able to ping the web server 209.65.200.241, but all the routers & DSW1,2 can ping the server.
    NAT problem. (use ipv4 Layer 3)
    problem on R1 Nat acl
    Configuration of R1
    ip nat inside source list nat_pool interface s0/0/0/1 overload
    ip access-list standard nat_pool
    permit 10.1.0.0
    !
    interface serial0/0/0/1
    ip address 209.65.200.225 255.255.255.252
    ip nat outside
    !
    interface Serial0/0/0/0.12
    ip address 10.1.1.1 255.255.255.252
    ip nat inside
    ip ospf message-digest-key 1 md5 TSHOOT
    ip ospf authentication message-digest
    Answer:add to acl 1 permit ip 10.2.1.0 0.0.0.255

    Ans1) R1
    Ans2) NAT
    Ans3) Add the command permit 10.2.0.0 in thenat_pool access-list
Working...
X