From: ivan (ivan@iip.net)
Date: Thu Jul 12 2007 - 08:46:45 ART
Such type of NAT applied only to TCP session. Neither ICMP nor UDP don't work
with this NAT.
On Thursday 12 July 2007 11:25, Ashok CCIE wrote:
> Hi Brajesh,
>
> I tried your config, but no luck. At the NATing router, i get no output for
> show ip nat translation.
>
> Also, the packets are getting dropped at NATing router instead of the
> translation. What is the issue?
>
> Thanks,
> Ashok
>
> On 7/11/07, brajesh.thakur@wipro.com <brajesh.thakur@wipro.com> wrote:
> > Ashok try this config, where Fastethernet 0/1 is your global interface
> > and 192.168.2.100 is your server's globally advertised address
> >
> >
> > Router#configure terminal
> > Enter configuration commands, one per line. End with CNTL/Z.
> > Router(config)#interface FastEthernet0/0
> > Router(config-if)#ip address 192.168.1.1 255.255.255.0
> > Router(config-if)#ip nat inside
> > Router(config-if)#exit
> > Router(config)#interface FastEthernet0/1
> > Router(config-if)#ip address 192.168.2.1 255.255.255.0
> > Router(config-if)#ip nat outside
> > Router(config-if)#exit
> > Router(config)#ip nat pool WEBSERVERS 192.168.1.101 192.168.1.105
> > netmask 255.255.255.0 type rotary
> > Router(config)#access-list 20 permit host 192.168.2.100
> > Router(config)#ip nat inside destination list 20 pool WEBSERVERS
> > Router(config)#end
> > Router#
> >
> > Regards,
> > Brajesh Thakur
> > -----Original Message-----
> > From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> > Ashok CCIE
> > Sent: Tuesday, July 10, 2007 7:59 PM
> > To: ccielab@groupstudy.com
> > Subject: Fwd: IP NAT question:
> >
> > Can you send me valid config for the below mentioned discussion? This is
> > not
> > working for me.
> >
> > Thanks,
> > Ashok
> >
> > -----Original Message-----
> > From: nobody@groupstudy.com [mailto: nobody@groupstudy.com] On Behalf Of
> > Bajo
> > Sent: Monday, August 21, 2006 6:26 PM
> > To: PANDI MOORTHY
> > Cc: Cisco certification
> > Subject: Re: IP NAT question:
> >
> > Standard IP access list number. Packets with destination addresses that
> > pass
> >
> > the access list are translated using global addresses from the named
> > pool.
> > http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123newft
> > /123t/123t_7/gtsnatay.htm#wp1051574
> >
> > On 8/21/06, PANDI MOORTHY <moorthypandi@gmail.com> wrote:
> > > Hi
> > >
> > >
> > >
> > > IP NAT question:
> > >
> > >
> > >
> > > Anyone send me a link that explains the usages of the command "ip nat
> > > inside
> > > destination llist"
> > >
> > >
> > >
> > > (I am more comfortable with the other IP nat options "ip nat
> > > inside
> > > source list" and "ip nat outside source
> >
> > list"
> >
> > > )
> > >
> > >
> > >
> > > Regards.
> > > Pandi
> >
> > _______________________________________________________________________
> >
> > > Subscription information may be found at:
> > > http://www.groupstudy.com/list/CCIELab.html
> >
> > --
> > Kind Regards,
> >
> > Bajo
> >
> > _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
> >
> > _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
> >
> > The information contained in this electronic message and any attachments
> > to this message are intended for the exclusive use of the addressee(s)
> > and may contain proprietary, confidential or privileged information. If
> > you are not the intended recipient, you should not disseminate,
> > distribute or copy this e-mail. Please notify the sender immediately and
> > destroy all copies of this message and any attachments. WARNING:
> > Computer viruses can be transmitted via email. The recipient should check
> > this email and any attachments for the presence of viruses. The company
> > accepts no liability for any damage caused by any virus transmitted by
> > this email.
> > www.wipro.com
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
-- NOC umos.ru Ivan Kuchin (495) 137-31-04
This archive was generated by hypermail 2.1.4 : Sat Aug 18 2007 - 08:17:40 ART