Networking Forums

Networking Forums > Computer Networking > Linux Networking > Max IPSEC tunnels

Reply
Thread Tools Display Modes

Max IPSEC tunnels

 
 
John Shepard
Guest
Posts: n/a

 
      09-16-2008, 06:56 PM
I'm trying to verify the max number of IPSEC tunnels that my OpenSuSE
10.3 box can support. Since I can't get hundreds of peer IPs, does any
one have any recommendation(s) on how I might go about doing that?

I have the basic IPSEC stuff working for a handful associations on my
private network (10 hosts) but looking for a way to scale this further up.

TIA.
 
Reply With Quote
 
 
 
 
Burkhard Ott
Guest
Posts: n/a

 
      09-17-2008, 10:34 AM
Am Tue, 16 Sep 2008 11:56:47 -0700 schrieb John Shepard:

> I'm trying to verify the max number of IPSEC tunnels that my OpenSuSE
> 10.3 box can support. Since I can't get hundreds of peer IPs, does any
> one have any recommendation(s) on how I might go about doing that?


depends on you netmasks
 
Reply With Quote
 
John Shepard
Guest
Posts: n/a

 
      09-19-2008, 05:00 PM
Burkhard Ott wrote:
> Am Tue, 16 Sep 2008 11:56:47 -0700 schrieb John Shepard:
>
>> I'm trying to verify the max number of IPSEC tunnels that my OpenSuSE
>> 10.3 box can support. Since I can't get hundreds of peer IPs, does any
>> one have any recommendation(s) on how I might go about doing that?

>
> depends on you netmasks


Can you please provide some more details?
e.g., do i setup multiple IP logical address with different netmasks?

Since I'm on a private network so I can pretty much use any IP/netmask
though I prefer to be on a truly private 192.*/169.* etc network.
 
Reply With Quote
 
Burkhard Ott
Guest
Posts: n/a

 
      09-20-2008, 05:10 PM
Am Fri, 19 Sep 2008 10:00:43 -0700 schrieb John Shepard:

> Burkhard Ott wrote:
>> Am Tue, 16 Sep 2008 11:56:47 -0700 schrieb John Shepard:
>>
>>> I'm trying to verify the max number of IPSEC tunnels that my OpenSuSE
>>> 10.3 box can support. Since I can't get hundreds of peer IPs, does any
>>> one have any recommendation(s) on how I might go about doing that?

>>
>> depends on you netmasks

>
> Can you please provide some more details?
> e.g., do i setup multiple IP logical address with different netmasks?


192.168.0.1/32 == 192.168.1.1/32 -> 1 tunnel 1 host
192.168.0.0/24 == 192.168.1.0/24 -> 1 tunnel 254 hosts
192.168.0.0/16 == 192.168.1.0/16 -> no tunnel, doesn't work because
routing or you setup host routes manually, but usually that isn't that
what you want.

You also can mix tunnels:

192.168.0.1/32 == 10.0.0.0/24 -> 1 tunnel 1 host can reach 254 host on the
one site and 254 hosts can reach 1 host on the other site.
If you don't use AH you're able to masquerade behind 192.168.0.1/32 etc.

It always depends on what you need.

> Since I'm on a private network so I can pretty much use any IP/netmask
> though I prefer to be on a truly private 192.*/169.* etc network.


You should use only RFC1918 IP's, because every traffic to a tunnel
endpoint will be encrypted.

cheers
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Number of max. VPN Tunnels .... leventtr Windows Networking 0 03-07-2007 07:31 AM
Slow GRE Tunnels kavitha Linux Networking 0 12-02-2005 08:59 PM
W2K3 ip-in-ip tunnels Ewan Windows Networking 2 06-18-2005 03:05 PM
ssh tunnels Chris Dobbs Linux Networking 0 02-21-2004 01:00 PM
Ad-hoc tunnels down the streets? Mitchua Wireless Internet 3 11-26-2003 01:14 PM



1 2 3 4 5 6 7 8 9 10 11