Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Help with Nat / Routing

Reply
Thread Tools

Help with Nat / Routing

 
 
troute_kilgore@yahoo.com
Guest
Posts: n/a
 
      01-26-2007
Group, I'm at a loss. I am working with a vendor to get his mobile
unit connected to one of our remote networks.

My internal remote network is 10.1.40.0 255.255.255.0. Everything is
routed.
my NETWORK is 10.1.30.0.

>From a workstation at the remote site, I can ping 10.1.30.x fine. From

10.1.30.x I can ping anything at 10.1.40.x fine.

On his side, he has a mobile unit (large truck). In this truck, he as
his own IP scheme.
On his router, he has as a secondary of 10.1.40.100 so that he can
communicate with the remote sites network.

He can ping 10.1.40.2 (the gateway) but CAN NOT ping 10.1.30.11 my
network.
He needs to be able to communicate with both the 10.1.40.x network and
the 10.1.30.x network.

He tried adding a route statement, but couldn't get it to work.

Does anyone have any ideas?

His config looks like this:
interface FastEthernet0
description Hospital
ip address 10.1.40.100 255.255.255.0 secondary
ip address 172.17.4.146 255.255.0.0

interface Ethernet0
description LAN
ip address 172.31.31.1 255.255.255.0
ip nat inside
half-duplex

ip nat pool OURPOOL 10.1.40.100 10.1.40.100 netmask 255.255.255.0
ip nat inside source route-map OURMAP pool OURMAP overload
access-list 109 permit ip 172.31.31.0 0.0.0.255 10.1.40.0 0.0.0.255
access-list 109 permit ip 172.31.31.0 0.0.0.255 10.1.30.0 0.0.0.255


route-map OURMAP permit 10

match ip address 109

 
Reply With Quote
 
 
 
 
Joe Beasley
Guest
Posts: n/a
 
      01-28-2007
ip route 10.1.30.0 255.255.255.0 10.1.40.2


--

SDF Public Access UNIX System - http://sdf.lonestar.org
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
intervlan routing and policy routing C3750 or C 4948 Sied@r Cisco 3 10-20-2005 08:42 PM
integrating new 3550 with routing into existing routing structure? joeblow Cisco 3 03-14-2005 08:50 AM
Routing to public IP of NAT address from internal NAT address Andrew Albert Cisco 1 02-08-2005 07:05 PM
exchange routes between global IP routing table and VRF routing table zher Cisco 2 11-04-2004 11:28 PM
RRAS / NAT / IP Routing Help =?Utf-8?B?Q2hyaXN0b3BoZXIgSg==?= MCSE 5 02-23-2004 06:54 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57