Results 1 to 3 of 3

Thread: Point to Point Connection Issue

  1. #1
    Join Date
    Oct 2008
    Posts
    38

    Point to Point Connection Issue

    Hello,

    I am having a problem with a T1 Point to Point between two stores in two different cities. I have the connection from Royse City to Terrell working, but am unable to get from Terrell to Royse City. I am sure its something really stupid I am over looking. Here are my configs.

    TERRELL
    Building configuration...

    Current configuration : 772 bytes
    !
    ! Last configuration change at 09:28:33 UTC Wed Oct 8 2008
    !
    version 12.1
    no service single-slot-reload-enable
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    !
    hostname Terrell
    !
    logging rate-limit console 10 except errors
    !
    memory-size iomem 25
    ip subnet-zero
    no ip finger
    ip name-server 66.28.0.45
    ip name-server 69.41.80.181
    !
    no ip dhcp-client network-discovery
    !
    !
    !
    interface FastEthernet0
    ip address 192.168.10.1 255.255.255.0
    speed auto
    !
    interface Serial0
    bandwidth 1536
    ip address 10.100.254.2 255.255.255.252
    no fair-queue
    serial restart-delay 0
    !
    ip classless
    ip route 0.0.0.0 0.0.0.0 10.100.254.1
    no ip http server
    !
    !
    line con 0
    transport input none
    line aux 0
    line vty 0 4
    !
    no scheduler allocate
    end









    ROYSE CITY

    Royse_City#sho run
    Building configuration...

    Current configuration : 859 bytes
    !
    ! Last configuration change at 09:10:25 UTC Mon Oct 13 2008

    !
    version 12.1
    no service single-slot-reload-
    enable
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    !
    hostname Royse_City
    !
    logging rate-limit console 10 except errors



    !
    memory-size iomem 25
    ip subnet-zero
    no ip finger
    ip name-server 66.28.0.45
    ip name-server 69.41.80.181
    !
    !
    !
    !
    interface FastEthernet0
    ip address 192.168.0.200 255.255.255.0

    speed auto
    !
    interface Serial0
    bandwidth 1536
    ip address 10.100.254.1 255.255.255.252
    no fair-queue
    serial restart-delay 0
    !
    ip classless
    ip route 0.0.0.0 0.0.0.0 192.168.0.1
    ip route 192.168.10.0 255.255.255.0 10.100.254.2
    no ip http server
    !
    !
    line con 0
    transport input none
    line aux 0
    line vty 0 4

    !
    no scheduler allocate
    end


    I am also going to need Terrell to piggy back off of the connection at Royse City thru the Dlink Router, please look at this link for a flow.Any help will be greatly and forever appreciated.

  2. #2
    Join Date
    May 2008
    Posts
    171

    Re: Point to Point Connection Issue

    Routing looks fine to me, what exactly is not working, ping? Can you source a ping from the fast ethernet of each router to the opposite router's serial interface and then the other router's fast ethernet interface? If you don't pick the source interface, it will use the closest interface (the serial) which doesn't accurate simulate LAN traffic on one end to the other side's LAN. However, the static routes look fine, as one side points to the other for everything, and the other points back just for the remote LAN. Have you thought about using a routing protocol?

  3. #3
    Join Date
    May 2008
    Posts
    171

    Re: Point to Point Connection Issue

    Ahh, there is your issue. I failed to look at the diagram. The DLINK has to have a route back to that 192.168.10.0 subnet via the 0.200 cisco router. That will at least help the traffic get to and from the dlink back to that subnet.
    However, I am not sure how the DLINK will handle traffic from a subnet that it does not know about in terms of NAT/PAT. Hopefully someone else on the boards has done multi-subnet NAT through a dlink or linksys, but generally speaking, the DLINK would have a NAT table from inside addresses (192.168.0.x) to the external address. When a different subnet address comes into play (192.168.10.0), I'm not sure it will NAT that, so you may need to NAT on the Cisco device so that the traffic from the far end subnet looks local to the DLINK.Hopefully that makes sense. If I am right, you may need to upgrade your internet router to something that supports NAT of multiple segments.

Similar Threads

  1. Replies: 3
    Last Post: 21-02-2012, 01:18 PM
  2. floating point issue.Why is it so?
    By maria_megha in forum Software Development
    Replies: 1
    Last Post: 23-07-2011, 04:00 AM
  3. Replies: 4
    Last Post: 11-01-2011, 10:14 PM
  4. Sandisk mp3 player starting point issue
    By Winnebago in forum Portable Devices
    Replies: 6
    Last Post: 16-06-2010, 12:34 AM
  5. Excel Issue for decimal Point
    By Bassus in forum Windows Software
    Replies: 3
    Last Post: 15-01-2009, 10:54 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,976,642.02987 seconds with 18 queries