Racoon without compression

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default Racoon without compression

    Hi all,

    I'm trying to set up a VPN connection to a NetScreen VPN using racoon.
    I configured all of the settings (I think) to match those specified on
    the NetScreen, except for compression_algorithm.

    The only option for compression_algorithm given to me by racoon is
    deflate. The NetScreen VPN is configured with "Compression: None".

    Am I out of luck here?

    Please be sure to inclue me on any replies, as I am not subscibed to the
    list.

    TIA

    --Chris

    Christopher Rued Guest

  2. Similar Questions and Discussions

    1. Compression
      Hi David, If your images are jpeg or png, then link them to the cast instead of importing them. Then place the linked files on the CD. The linked...
    2. PDF Compression
      Hi All, I need to write a custom code in JAVA which should be capable of handling the compression of pdf files. Any help would be highly...
    3. Compression?
      When exporting a pdf from Quark Xpress, should I use the compression (jpg/zip) if the file is to be printed? I have been using no compression but the...
    4. IPv6 with IPsec on FreeBSD 4.10-R with racoon-20040408a
      When setting up IPsec at my home using FreeBSD 4.10-RELEASE and racoon-20040408a, I came across a problem with IPv6 and IPsec. First, here is the...
    5. Log compression for replication ??
      Oh no. I think i havent given you the complete picture. The backbone gets used for a lot of stuff. There are many other applications that use the...
  3. #2

    Default Re: Racoon without compression

    On Tue, Feb 15, 2005 at 06:03:17PM -0500, Christopher Rued wrote:
    > Hi all,
    >
    > I'm trying to set up a VPN connection to a NetScreen VPN using racoon.
    > I configured all of the settings (I think) to match those specified on
    > the NetScreen, except for compression_algorithm.
    >
    > The only option for compression_algorithm given to me by racoon is
    > deflate. The NetScreen VPN is configured with "Compression: None".
    >
    > Am I out of luck here?
    No, compression is not needed for IPSec. The only compression
    algorithm racoon supports is defate, but that doesn't mean it won't run
    without compression. The settings in /etc/ipsec.conf are what tell
    FreeBSD's IPSec to use or not use compression. ESP is an encryption
    layer that you can enable in ipsec.conf and IPComp is a compression
    layer, if you only setup ESP then no compression takes place.
    >
    > Please be sure to inclue me on any replies, as I am not subscibed to the
    > list.
    >
    > TIA
    >
    > --Chris
    >
    > _______________________________________________
    > [email]freebsd-questions@freebsd.org[/email] mailing list
    > [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
    > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    --
    I sense much NT in you.
    NT leads to Bluescreen.
    Bluescreen leads to downtime.
    Downtime leads to suffering.
    NT is the path to the darkside.
    Powerful Unix is.

    Public Key: [url]ftp://ftp.tallye.com/pub/lorenl_pubkey.asc[/url]
    Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C

    Loren M. Lang Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139