Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Direct Traffic for certain networks to specific route

Reply
Thread Tools

Direct Traffic for certain networks to specific route

 
 
GNY
Guest
Posts: n/a
 
      03-30-2007
Hello!

I have a 2811 where 1 int has an internal IP and the other has a
public IP. The serial port brings a T1 in.

I would like certain addresses that are internal to be routed to the
interface which has a LAN IP.

Whats the best way to achieve this?

I tried using serveal ip route methods, but it failed.

Any ideas?

Thanks..


GNY

 
Reply With Quote
 
 
 
 
GNY
Guest
Posts: n/a
 
      03-30-2007
Sorry let me be clear .

I would like certain internal addresses that are sought after on the
public network0/1 to be routed to the internal interface0/0.

 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      03-30-2007
In article <. com>,
GNY <> wrote:
>Sorry let me be clear .


>I would like certain internal addresses that are sought after on the
>public network0/1 to be routed to the internal interface0/0.


Unfortunately that's not quite clear. What's doing the soughting?

The traffic to be handled this way:
- where (which segment) does it start on?
- what destination IP address does it start out with?
- where (which segment) should it end on?
- which destination IP address should the packet have when it
reaches the new destination?
- should it have changed source IP addresses in the process of
being redirected?

Or am I reading this wrong and what you've got is a public IP
range that is offering some services known to the outside, and
that's translated at the 2811 into internal IP addresses,
but sometimes someone inside tries to or wants to or
(for some obsure reason) really -needs- to access the resource
using its public IP and those publically-addressed packets are
normally getting out to the far side of the T1 and being routed
back in and you want to fix this all so that when the public IPs
of the internal resources are referenced, that the traffic gets
turned around at your 2811 instead of having to go all the way out?
 
Reply With Quote
 
GNY
Guest
Posts: n/a
 
      03-30-2007
On Mar 29, 11:12 pm, rober...@hushmail.com (Walter Roberson) wrote:
> In article <1175216926.554533.288...@o5g2000hsb.googlegroups. com>,
>
> GNY <geekfro...@gmail.com> wrote:
> >Sorry let me be clear .
> >I would like certain internal addresses that are sought after on the
> >public network0/1 to be routed to the internal interface0/0.

>
> Unfortunately that's not quite clear. What's doing the soughting?
>
> The traffic to be handled this way:
> - where (which segment) does it start on?
> - what destination IP address does it start out with?
> - where (which segment) should it end on?
> - which destination IP address should the packet have when it
> reaches the new destination?
> - should it have changed source IP addresses in the process of
> being redirected?
>
> Or am I reading this wrong and what you've got is a public IP
> range that is offering some services known to the outside, and
> that's translated at the 2811 into internal IP addresses,
> but sometimes someone inside tries to or wants to or
> (for some obsure reason) really -needs- to access the resource
> using its public IP and those publically-addressed packets are
> normally getting out to the far side of the T1 and being routed
> back in and you want to fix this all so that when the public IPs
> of the internal resources are referenced, that the traffic gets
> turned around at your 2811 instead of having to go all the way out?


Sorry i wasnt clear.. I'll try again ..

I have 3 interfaces on the 2811.

s0/0/0= T1
fe0/0= LAN IP Range
fe0/1= WAN IP Range

The services that i want the WAN int to access are on the LAN int
network.The services are never available on the WAN side; hence why i
need to force over to LAN. So when i type in 123.456.78.90 it should
never try to resolve it using the default gateway to the T1 internet;
it should use the LAN int next hop route immediately. Also hosts
connected to the WAN int should also be able to get there also.

Hope this is helps you help me.

GNY

 
Reply With Quote
 
Mysticmoose06
Guest
Posts: n/a
 
      03-30-2007
On Mar 30, 8:25 am, "GNY" <geekfro...@gmail.com> wrote:
> On Mar 29, 11:12 pm, rober...@hushmail.com (Walter Roberson) wrote:
>
>
>
>
>
> > In article <1175216926.554533.288...@o5g2000hsb.googlegroups. com>,

>
> > GNY <geekfro...@gmail.com> wrote:
> > >Sorry let me be clear .
> > >I would like certain internal addresses that are sought after on the
> > >public network0/1 to be routed to the internal interface0/0.

>
> > Unfortunately that's not quite clear. What's doing the soughting?

>
> > The traffic to be handled this way:
> > - where (which segment) does it start on?
> > - what destination IP address does it start out with?
> > - where (which segment) should it end on?
> > - which destination IP address should the packet have when it
> > reaches the new destination?
> > - should it have changed source IP addresses in the process of
> > being redirected?

>
> > Or am I reading this wrong and what you've got is a public IP
> > range that is offering some services known to the outside, and
> > that's translated at the 2811 into internal IP addresses,
> > but sometimes someone inside tries to or wants to or
> > (for some obsure reason) really -needs- to access the resource
> > using its public IP and those publically-addressed packets are
> > normally getting out to the far side of the T1 and being routed
> > back in and you want to fix this all so that when the public IPs
> > of the internal resources are referenced, that the traffic gets
> > turned around at your 2811 instead of having to go all the way out?

>
> Sorry i wasnt clear.. I'll try again ..
>
> I have 3 interfaces on the 2811.
>
> s0/0/0= T1
> fe0/0= LAN IP Range
> fe0/1= WAN IP Range
>
> The services that i want the WAN int to access are on the LAN int
> network.The services are never available on the WAN side; hence why i
> need to force over to LAN. So when i type in 123.456.78.90 it should
> never try to resolve it using the default gateway to the T1 internet;
> it should use the LAN int next hop route immediately. Also hosts
> connected to the WAN int should also be able to get there also.
>
> Hope this is helps you help me.
>
> GNY- Hide quoted text -
>
> - Show quoted text -


I'm a little confused on what you're trying to do.. but have you
looked into creating policy routing? You can set based on ACLs,
traffic to use a certain 'next hop' address or go out a different
interface.
You set up a policy, match it against ACLs and set your 'next hop'..
then apply the policy to the interface that the traffic comes in on,
such as: int ethernet 0/0; ip policy < route name> in ' .

If this is what you're looking for, I can help set up policy routes.

Good luck,
Aaron

 
Reply With Quote
 
GNY
Guest
Posts: n/a
 
      03-30-2007
On Mar 30, 10:21 am, "Mysticmoose06" <AaronMSo...@gmail.com> wrote:
> On Mar 30, 8:25 am, "GNY" <geekfro...@gmail.com> wrote:
>
>
>
> > On Mar 29, 11:12 pm, rober...@hushmail.com (Walter Roberson) wrote:

>
> > > In article <1175216926.554533.288...@o5g2000hsb.googlegroups. com>,

>
> > > GNY <geekfro...@gmail.com> wrote:
> > > >Sorry let me be clear .
> > > >I would like certain internal addresses that are sought after on the
> > > >public network0/1 to be routed to the internal interface0/0.

>
> > > Unfortunately that's not quite clear. What's doing the soughting?

>
> > > The traffic to be handled this way:
> > > - where (which segment) does it start on?
> > > - what destination IP address does it start out with?
> > > - where (which segment) should it end on?
> > > - which destination IP address should the packet have when it
> > > reaches the new destination?
> > > - should it have changed source IP addresses in the process of
> > > being redirected?

>
> > > Or am I reading this wrong and what you've got is a public IP
> > > range that is offering some services known to the outside, and
> > > that's translated at the 2811 into internal IP addresses,
> > > but sometimes someone inside tries to or wants to or
> > > (for some obsure reason) really -needs- to access the resource
> > > using its public IP and those publically-addressed packets are
> > > normally getting out to the far side of the T1 and being routed
> > > back in and you want to fix this all so that when the public IPs
> > > of the internal resources are referenced, that the traffic gets
> > > turned around at your 2811 instead of having to go all the way out?

>
> > Sorry i wasnt clear.. I'll try again ..

>
> > I have 3 interfaces on the 2811.

>
> > s0/0/0= T1
> > fe0/0= LAN IP Range
> > fe0/1= WAN IP Range

>
> > The services that i want the WAN int to access are on the LAN int
> > network.The services are never available on the WAN side; hence why i
> > need to force over to LAN. So when i type in 123.456.78.90 it should
> > never try to resolve it using the default gateway to the T1 internet;
> > it should use the LAN int next hop route immediately. Also hosts
> > connected to the WAN int should also be able to get there also.

>
> > Hope this is helps you help me.

>
> > GNY- Hide quoted text -

>
> > - Show quoted text -

>
> I'm a little confused on what you're trying to do.. but have you
> looked into creating policy routing? You can set based on ACLs,
> traffic to use a certain 'next hop' address or go out a different
> interface.
> You set up a policy, match it against ACLs and set your 'next hop'..
> then apply the policy to the interface that the traffic comes in on,
> such as: int ethernet 0/0; ip policy < route name> in ' .
>
> If this is what you're looking for, I can help set up policy routes.
>
> Good luck,
> Aaron


Policy routing is what i think i need, but I'm also wondering if i
already have enough setup, but the router at the other end( which i
dont manage) doesnt have a route back to that router interface.

so i currently have: ip route 200.xxx.xxx.xxx 255.255.255.0
192.168.1.1

Now.. the 200 yes is a public address, but its only available via VPN
or on the LAN where this server resides. In our case we are plugged
into the network that is routed to it. The interface that "plugged"
into it is the 192.168.1.5 ip address. So in this case the router
knows to route traffic for this ip to that next hop.

I have another interface, its set as 204.xx.xxx.x and i have hosts
connected to that interface via a switch. from these hosts i would
like to connect to this 200.xxx.xxx.xxx network, but i cant.

the only other route i have setup is the last resort which uses the T1
next hop gateway to get out to the internet.

I thought adding the statement: ip route 200.xxx.xxx.xxx 255.255.255.0
192.168.1.1

would fix routing for both the 192.168.x.xx and the 204.xx.xxx.x
interfaces, but its not proving so, unless the end router needs a
route back to the 204.xx.xxx.x interface. Currently only a route back
to the 192.168.x.x interface is configured.

Now do i make some sense?

haha!

Thanks for the help eitherway!

GNY

 
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
What is the default precedence: local-route, static-route,OSPF-route? ilan.berco@gmail.com Cisco 9 08-07-2008 05:42 PM
WE BUY used, new and refurbed Cisco, Lucent, Nortel, Alcatel, Sun,3com, IBM, HP, Compaq, Dell, Madge, Cabletron, Juniper Networks, Bintec,Siemens, Foundry, Networks, Extreme Networks, Fore/Marconi, TellabsLucent/Avaya/Ascend, Xylogics, Brocade, Int Mike Cisco 0 12-09-2007 09:43 PM
WE BUY used, new and refurbed Sun, Cisco, Lucent, Nortel, Alcatel,3com, IBM, HP, Compaq, Dell, Madge, Cabletron, Juniper Networks, Bintec,Siemens, Foundry, Networks, Extreme Networks, Fore/Marconi, TellabsLucent/Avaya/Ascend, Xylogics, Brocade, Int buyonet@hotmail.com Computer Information 0 11-18-2007 04:18 PM
Need to route SMTP traffic through static interface (not default route) perimere Cisco 0 03-27-2007 09:19 PM
Using route-map to route packets coming from different networks. AM Cisco 3 07-25-2005 07:12 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