Re: Trying to configure NAT/PAT after reading several articles - WHAT am I missing?
- From: "Martin Kayes" <nospam@xxxxxxxxxx>
- Date: Thu, 15 Dec 2005 16:38:51 -0000
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
>
.
- Follow-Ups:
- References:
- Prev by Date: VTP/VLAN and Possible Routing issue?
- Next by Date: Re: PIX getting restarted every 8 hr
- Previous by thread: Trying to configure NAT/PAT after reading several articles - WHAT am I missing?
- Next by thread: Re: Trying to configure NAT/PAT after reading several articles - WHAT am I missing?
- Index(es):
Relevant Pages
|