(no subject)

From: ruth@mycomputer.co.uk
Date: Sat Sep 22 2007 - 09:56:12 ART


Hi
 
Could someone please take a look at this and help me? When I ping
150.50.17.2 (reachable out of f0/0) with a source of 192.168.1.1 it resolutely
fails to NAT.

!
!
ip cef
no ip domain lookup
!
!
interface
Loopback1
 ip address 192.168.1.1 255.255.255.0
 ip nat enable
!
interface
FastEthernet0/0
 ip address 150.50.17.1 255.255.255.0
 ip nat enable
 duplex
auto
 speed auto
!
interface FastEthernet2/0
 ip address 150.50.200.1
255.255.255.0
 duplex auto
 speed auto
!
router rip
 version 2
passive-interface default
 no passive-interface FastEthernet0/0
 network
150.50.0.0
 no auto-summary
!
ip http server
no ip http secure-server
!
!
ip
nat pool HideMe 150.50.1.2 150.50.1.254 netmask 255.255.255.0
ip nat inside
source list 1 pool HideMe
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
Interfaces:-
 
R1#s
Interface IP-Address OK? Method
Status Protocol
FastEthernet0/0 150.50.17.1 YES
manual up up
Serial1/0
unassigned YES unset administratively down down
Serial1/1
unassigned YES unset administratively down down
Serial1/2
unassigned YES unset administratively down down
Serial1/3
unassigned YES unset administratively down down
FastEthernet2/0
150.50.200.1 YES manual up up
NVI0
unassigned NO unset up up
Loopback1 192.168.1.1 YES manual up
up
 
Thank you!



This archive was generated by hypermail 2.1.4 : Sat Oct 06 2007 - 12:01:15 ART