hmmm, I can see an "interface" keyword there! Can you try this instead and
see if it works!
ip nat inside source static tcp 192.168.100.105 23 interface f0/0 555
HTH,
Sadiq
On Tue, Mar 15, 2011 at 2:47 PM, Christopher Copley
<copley.chris_at_gmail.com>wrote:
> All,
>
> I need a second set of eyes b/c I think I am going crazy here. I am trying
> to do a simple NAT problem in my lab and I can not figure it out.
>
> 1. I need to have all my inside hosts get PAT to the outside interface IP
> address
> 2. I need port forwarding from the outside from F0/0 IP address tcp port
> 555 to the inside host 192.168.100.105 on port 23
>
> I logically set up my config like this....
>
> =================================
> interface FastEthernet0/0
> ip address 155.1.1.5 255.255.255.0
> ip nat outside
> ip virtual-reassembly
> !
> interface FastEthernet0/1
> ip address 192.168.100.1 255.255.255.0
> ip nat inside
> ip virtual-reassembly
>
>
>
> ip nat inside source list 10 interface FastEthernet0/0 overload
> ip nat inside source static tcp 192.168.100.105 23 155.1.1.5 555 extendable
>
> access-list 10 permit 192.168.100.0 0.0.0.255
> =================================
>
>
> In my mind this should work, as I think I have got it to work like this in
> the past, but it is not. I have a test PC in my lab and I can not see the
> connection. Can someone tell me what I might be doing wrong?
>
> Chris
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
>
>
>
>
>
>
>
-- CCIEx2 (R&S|Sec) #19963 Blogs and organic groups at http://www.ccie.netReceived on Tue Mar 15 2011 - 15:25:41 ART
This archive was generated by hypermail 2.2.0 : Fri Apr 01 2011 - 06:35:41 ART