Re: Trying to configure NAT/PAT after reading several articles - WHAT am I missing?



Hi,

You need to change two parts of this line:
ip nat inside source list 1 interface FastEthernet0/1 overload
to be as follows:
ip nat inside source list NAT interface FastEthernet0/0 overload

and add the following to int E0/0:
interface FastEthernet0/0
ip nat outside


Regards,

Martin



<war_wheelan@xxxxxxxxx> wrote in message
news:1134662756.251447.304270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I have read several articles/postings on the use of NAT/PAT, but
> haven't been able to get it to work. I want to setup static NATs and
> use PAT to connect to specific services port IP/port number pairs. I
> need to be able to connect to individual IP/port number pairs and
> IP/Multiple port number pairs i.e. The same IP running muliple
> services..
>
> Here are the revelant configuration settings:
>
> interface FastEthernet0/0
> description INTERNET FACING INTERFACE
> ip address 71.125.C.D 255.255.255.0
> ip access-group 151 in
> no ip directed-broadcast
> full-duplex
> no cdp enable
> !
> interface FastEthernet0/1
> description INTERNAL INTERFACE VLAN 10
> ip address 192.168.1.5 255.255.255.0
> ip access-group 111 in
> no ip redirects
> no ip directed-broadcast
> ip nat inside
> no cdp enable
> !
> !
> ip nat inside source list 1 interface FastEthernet0/1 overload
> ip nat inside source static tcp 192.168.1.200 80 71.125.24.85 80
> extendable
> !
> ip access-list standard NAT
> permit 192.168.1.0 0.0.0.255
>


.



Relevant Pages

  • Cisco 1841 config
    ... Should I be running NAT or routing.. ... duplex auto ... ip nat inside source list 1 interface FastEthernet0/1 overload ...
    (comp.dcom.sys.cisco)
  • NAT For Server Using An IP In Use ..
    ... I have 2 networks connected VIA VPN. ... ip nat inside source list 101 interface FastEthernet0/1 overload ... to add another nat statement that is somewhat a conflict. ... description To The X Network ...
    (comp.dcom.sys.cisco)
  • Re: Cisco router dropping packets
    ... Office firewall ... ip nat outside ... ip nat inside source list 2 interface FastEthernet0/1 overload ... I'd appreciate if you can kindly explain to me the router config. ...
    (comp.dcom.sys.cisco)
  • Cisco Router backup isdn
    ... 255.255.255.0 --- nat ... interface FastEthernet0/1 ... mmi polling-interval 60 ...
    (comp.dcom.sys.cisco)
  • Dim NAT question
    ... I have a border router doing NAT using the overload keyword. ... configuration on 12.1.27b, I was able to connect to a remote vpn connection ... ip nat inside source list IP_NAT_LIST interface FastEthernet0/1 overload ...
    (comp.dcom.sys.cisco)