IPv6 readyNote: This archive passes through spamassassin. Every mail marked with the subject "*****SPAM*****" has exceed a certain threshold of spam-like behaviour.

[Users] Why is the error count going up on my connection

From: Brad Colbert (brad_at_rni.net)
Date: Sat Mar 30 2002 - 20:35:28 CET


Hi folks,

I have an 802.11 network that I'm ipsec'ing and I've noticed
that for every packet sent, my error count ticks up a notch.
My overall throughput is ok. It's just worrisome.

This doesn't happen when I using 802.11 without ipsec.

My configuration is as follows.

internet ?.?.?.?(DHCP) \
(router) NAT
int iface 192.168.1.1 /
   |
int iface 192.168.1.15 \
  (AP) NAT
wlan0/ipsec0 192.168.2.1 /
   ~
  eth1 192.168.2.4
(laptop)

Attached you will find my ipsec.conf and rc.firewall
files.

Regards,

Brad


# /etc/ipsec.conf - FreeS/WAN IPsec configuration file

# More elaborate and more varied sample configurations can be found
# in FreeS/WAN's doc/examples file, and in the HTML documentation.

# basic configuration
config setup
        # THIS SETTING MUST BE CORRECT or almost nothing will work;
        # %defaultroute is okay for most simple cases.
        interfaces="ipsec0=eth1"
        # Debug-logging controls: "none" for (almost) none, "all" for lots.
        klipsdebug=none
        plutodebug=none
        # Use auto= parameters in conn descriptions to control startup actions.
        plutoload=%search
        plutostart=%search
        # Close down old connection when new one using same ID shows up.
        uniqueids=yes

# sample VPN connection
conn ap-laptop
        # Left security gateway and subnet behind it.
        left=192.168.2.1
        leftsubnet=0.0.0.0/0
        # Right security gateway and subnet behind it.
        right=192.168.2.4
        # Authorize this connection, but don't actually start it, at startup.
        auto=add
        authby=rsasig
        # RSA 2048 bits ap Sat Mar 23 12:22:03 2002
        leftrsasigkey=0sAQN...
        # RSA 2048 bits laptop Fri Mar 22 21:59:38 2002
        rightrsasigkey=0sAQO...



_______________________________________________
Users mailing list
Users_at_lists.freeswan.org
http://lists.freeswan.org/mailman/listinfo/users



This archive was generated by hypermail 2.1.3 : Mon Jul 29 2002 - 05:19:47 CEST