Joely,
----------------------------
r1 (hub)
interface FastEthernet0/1
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 duplex auto
 speed auto
!
ip nat inside source static 192.168.1.1 10.128.10.9
!
interface Serial0/0.1 multipoint
 ip address 10.128.10.1 255.255.255.0
 ip nat outside
 ip ospf network broadcast
 frame-relay interface-dlci 201
 frame-relay interface-dlci 301
 frame-relay interface-dlci 401
----------------------------
r4 ( Spoke )
interface Ethernet0/0
 ip address 192.168.4.1 255.255.255.0
 ip nat inside
!
ip nat inside source static 192.168.4.1 10.128.10.10
!
interface Serial0/0.1 point-to-point
 ip address 10.128.10.4 255.255.255.0
 ip nat outside
 ip ospf network broadcast
 frame-relay interface-dlci 104
----------------------------
I am pinging the NAT address ( 10.128.10.10 ) at the spoke, and have tried
with a source address and without - still no luck.


Cheers
Richard


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=33434&t=33424
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to