Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > routing through a Site to Site VPN on PIX

Reply
Thread Tools

routing through a Site to Site VPN on PIX

 
 
Remco Bressers
Guest
Posts: n/a
 
      06-02-2005
Hi,

Two 501's are connected to eachother via a site-to-site VPN:

Site 1 :

Internal IP : 10.0.0.254/24
External IP : 1.2.3.4/24


Site 2 :

Internal IP : 10.1.0.254/24
External IP : 5.6.7.8/24


Tunnelling works okay...

On Site 1 i have a router connected to some network..
The Internal IP of the router is 10.0.0.1/24.
On the other side of the router i have an IP network : 192.168.0.0/24

How can i make the 192.168.0.0/24 network accessible from Site 2 ?

Thanks,

R. Bressers
 
Reply With Quote
 
 
 
 
Oliver Rahn
Guest
Posts: n/a
 
      06-02-2005
On Thu, 2 Jun 2005, Remco Bressers wrote:

> On Site 1 i have a router connected to some network..
> The Internal IP of the router is 10.0.0.1/24.
> On the other side of the router i have an IP network : 192.168.0.0/24
>
> How can i make the 192.168.0.0/24 network accessible from Site 2 ?


normaly just set a route to the net and the network should be reachable.
route inside 192.168.0.0 255.255.255.0 <IP of Gateway>

oli
 
Reply With Quote
 
 
 
 
mcaissie
Guest
Posts: n/a
 
      06-02-2005

"Remco Bressers" <> wrote in message
news:429f08ff$0$935$ ...
> Hi,
>
> Two 501's are connected to eachother via a site-to-site VPN:
>
> Site 1 :
>
> Internal IP : 10.0.0.254/24
> External IP : 1.2.3.4/24
>
>
> Site 2 :
>
> Internal IP : 10.1.0.254/24
> External IP : 5.6.7.8/24
>
>
> Tunnelling works okay...
>
> On Site 1 i have a router connected to some network..
> The Internal IP of the router is 10.0.0.1/24.
> On the other side of the router i have an IP network : 192.168.0.0/24
>
> How can i make the 192.168.0.0/24 network accessible from Site 2 ?
>
> Thanks,
>
> R. Bressers


First in both PIX you need to add a line in the no nat access-list and
in the crypto
access-list . And on PIX 1 , your need to add a route on your inside .

So it would give

PIX Site 1
access-list [nonat] permit ip 192.168.0.0 255.255.255.0 10.1.0.0
255.255.255.0

access-list [crypto] permit ip 192.168.0.0 255.255.255.0 10.1.0.0
255.255.255.0

route inside 192.168.0.0 255.255.255.0 10.0.0.1 1

PIX Site 2
access-list [nonat] permit ip 10.1.0.0 255.255.255.0 192.168.0.0
255.255.255.0

access-list [crypto] permit ip 10.1.0.0 255.255.255.0 192.168.0.0
255.255.255.0


 
Reply With Quote
 
Remco Bressers
Guest
Posts: n/a
 
      06-06-2005

>>Two 501's are connected to eachother via a site-to-site VPN:
>>
>>Site 1 :
>>Internal IP : 10.0.0.254/24
>>External IP : 1.2.3.4/24
>>
>>Site 2 :
>>Internal IP : 10.1.0.254/24
>>External IP : 5.6.7.8/24
>>
>>On Site 1 i have a router connected to some network..
>>The Internal IP of the router is 10.0.0.1/24.
>>On the other side of the router i have an IP network : 192.168.0.0/24
>>
>>How can i make the 192.168.0.0/24 network accessible from Site 2 ?
>>

>
>
> First in both PIX you need to add a line in the no nat access-list and
> in the crypto
> access-list . And on PIX 1 , your need to add a route on your inside .
>
> So it would give
>
> PIX Site 1
> access-list [nonat] permit ip 192.168.0.0 255.255.255.0 10.1.0.0
> 255.255.255.0
>
> access-list [crypto] permit ip 192.168.0.0 255.255.255.0 10.1.0.0
> 255.255.255.0
>
> route inside 192.168.0.0 255.255.255.0 10.0.0.1 1
>
> PIX Site 2
> access-list [nonat] permit ip 10.1.0.0 255.255.255.0 192.168.0.0
> 255.255.255.0
>
> access-list [crypto] permit ip 10.1.0.0 255.255.255.0 192.168.0.0
> 255.255.255.0


Thanks.. Second question: Is there a possibility to route ALL traffic
from PIX 2 to PIX 1 ? Like.. a default route to the other side?

Thanks,

R. Bressers
 
Reply With Quote
 
Walter Roberson
Guest
Posts: n/a
 
      06-06-2005
In article <>, Remco Bressers <> wrote:
:Thanks.. Second question: Is there a possibility to route ALL traffic
:from PIX 2 to PIX 1 ? Like.. a default route to the other side?

Yes.

Your crypto map ACL would have a source which matched your
internal interwork, and a destination of 'any'. Don't try using
a crypto map ACL that specifies permit ip any any as
that will cause problems for the other side.

Your default route would be set to some device on the other side
of the tunnel.
--
Look out, there are llamas!
 
Reply With Quote
 
R. Bressers
Guest
Posts: n/a
 
      06-07-2005
Walter Roberson wrote:
> In article <>, Remco Bressers <> wrote:
> :Thanks.. Second question: Is there a possibility to route ALL traffic
> :from PIX 2 to PIX 1 ? Like.. a default route to the other side?
>
> Yes.
>
> Your crypto map ACL would have a source which matched your
> internal interwork, and a destination of 'any'. Don't try using
> a crypto map ACL that specifies permit ip any any as
> that will cause problems for the other side.
>
> Your default route would be set to some device on the other side
> of the tunnel.


Sorry for my ignorance, but can anyone give me some live-situation
configuration?

Thanks!

R. Bressers
 
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
Site to Site VPN routing - Cisco 1841 to Nortel VPN Router 1010 peachmach5@yahoo.com Cisco 1 09-21-2007 09:35 PM
Need Site to Site VPN Help. How to route to a network not directly connected through VPN Evolution Cisco 2 04-11-2006 10:58 PM
VPN PIX-_static PIX ; PIX-dynamic_PIX ; VPN Client Svenn Cisco 3 03-13-2006 09:25 AM
PIX routing for site-to-site VPN Benson Cisco 0 05-09-2005 09:06 AM
PIX to PIX VPN and VPN Client to PIX Config Example? GVB Cisco 1 02-06-2004 07:44 PM



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