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...
This archive was generated by hypermail 2.1.3 : Mon Jul 29 2002 - 05:19:47 CEST