Afternoon guys,
Just a quick question

Ive got 2 routers set up using frame relay
Router 1
interface Serial1/0
no ip address
encapsulation frame-relay
no keepalive
ip ospf network broadcast
ip nat outside
clock rate 56000
!
interface Serial1/0.201 point-to-point
ip address 193.169.2.1 255.255.255.0
frame-relay interface-dlci 201
Router 2
interface Serial1/0
no ip address
encapsulation frame-relay
no keepalive
ip ospf network broadcast
!
interface Serial1/0.201 point-to-point
ip address 193.169.2.2 255.255.255.0
frame-relay interface-dlci 201
NAT
ip nat inside source list NAT_ADDRESSES interface Serial1/0 overload
ip access-list standard NAT_ADDRESSES
permit 192.168.1.0 0.0.0.255
NAT can translate if i encapsulate the interfaces using PPP but when i change over to frame relay like above it doesnt like it.
Just wondered if im missing a command or something from the frame relay config that i posted.
cheers