Options

nat on frame relay

sawnboy12sawnboy12 Member Posts: 5 ■□□□□□□□□□
Hello everyone! Can anyone help me configure NAT in frame relay network?
i tried and it does not work .


this is my configuration :

here is picture of the network:

http://s12.postimg.org/c7fij02d9/Capture.png

if do not work for someone here is direct link:
http://postimg.org/image/ggk8l65mh/

#show running config

Router left side :

http://pastebin.com/afi2xGbZ


Router right side :
http://pastebin.com/7RS7nCYD

here is the pkt file if someone want to download:

http://www.filedropper.com/natframe-relay_1

Comments

  • Options
    GngoghGngogh Member Posts: 165 ■■■□□□□□□□
    Hi,
    in your scenario what is making a big confusion, in my point of view is EIGRP. when pc0 ping pc1 the ICMP packet is able to arrive to pc1 due to EIGRP but is not able to get back to pc0 because of the way NAT is configured.

    You dont need EIGRP at all. all you need to do if you want both pc's to ping each is to use STATIC NAT instead of DYNAMIC NAT (PAT). this way NAT will translate packets arriving to the inside global address to the inside local address.
  • Options
    sawnboy12sawnboy12 Member Posts: 5 ■□□□□□□□□□
    Gngogh wrote: »
    Hi,
    in your scenario what is making a big confusion, in my point of view is EIGRP. when pc0 ping pc1 the ICMP packet is able to arrive to pc1 due to EIGRP but is not able to get back to pc0 because of the way NAT is configured.

    You dont need EIGRP at all. all you need to do if you want both pc's to ping each is to use STATIC NAT instead of DYNAMIC NAT (PAT). this way NAT will translate packets arriving to the inside global address to the inside local address.

    I used only two computers becuse i want to try nat on frame relay . on a real network it will be with 30+ computers at least .
    so i have to use overload nat/pat.
    Any way , why to cancal the eigrp? how the router will know to route ? even if they have nat .

    did you fix the problem and now it's working ? if it does , please upload the file
  • Options
    GngoghGngogh Member Posts: 165 ■■■□□□□□□□
    in your topology both routers r on the same network.. therefore u dont need routing protocol.. any device that is behind Nat cannot be pinged thats the behavior of Nat. you should not advertise private networks.. thats why they r called private. if u take out the EIGRP your topology will work fine. all the Nat configurations r correct.
  • Options
    sawnboy12sawnboy12 Member Posts: 5 ■□□□□□□□□□
    Gngogh wrote: »
    in your topology both routers r on the same network.. therefore u dont need routing protocol.. any device that is behind Nat cannot be pinged thats the behavior of Nat. you should not advertise private networks.. thats why they r called private. if u take out the EIGRP your topology will work fine. all the Nat configurations r correct.

    So to have pings i have to use static nat ?
  • Options
    GngoghGngogh Member Posts: 165 ■■■□□□□□□□
    yes in your topology if you want the pc's to ping each other you have to use static nat. remember that this is not good practice in a production environment. Static NAT is used for servers that need to be available for external networks, never for workstations.
  • Options
    sawnboy12sawnboy12 Member Posts: 5 ■□□□□□□□□□
    Gngogh wrote: »
    yes in your topology if you want the pc's to ping each other you have to use static nat. remember that this is not good practice in a production environment. Static NAT is used for servers that need to be available for external networks, never for workstations.

    Alright.

    btw , can you explain me why i have to use a subinterface to use nat on frame relay network ?
    the "serial 0/1/0.100 "
    and why i have to write point to point ?

    ty !
  • Options
    GngoghGngogh Member Posts: 165 ■■■□□□□□□□
    Subinterfaces have nothing to do with NAT. they are VC (virtual circuits) used in frame-relay networks. virtual circuits are like virtual connections that exist within the same physical connection. similar to a VPN. You can configure frame-relay as point-to-point or as by default point-to-multipoint.
    you have to declare point-to-point on a subinterface otherwise you cannot configure a subinterface.
Sign In or Register to comment.