rootdir: Obsolete ppp/peers/common and racoon/racoon.conf.
This commit is contained in:
parent
abb0855010
commit
3860b6e67c
3 changed files with 1 additions and 47 deletions
|
|
@ -6,8 +6,7 @@ include $(CLEAR_VARS)
|
||||||
copy_from := \
|
copy_from := \
|
||||||
etc/dbus.conf \
|
etc/dbus.conf \
|
||||||
etc/init.goldfish.sh \
|
etc/init.goldfish.sh \
|
||||||
etc/ppp/peers/common \
|
etc/ppp/ip-up-vpn \
|
||||||
etc/racoon/racoon.conf \
|
|
||||||
etc/hosts
|
etc/hosts
|
||||||
|
|
||||||
copy_to := $(addprefix $(TARGET_OUT)/,$(copy_from))
|
copy_to := $(addprefix $(TARGET_OUT)/,$(copy_from))
|
||||||
|
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
ipcp-accept-local
|
|
||||||
ipcp-accept-remote
|
|
||||||
refuse-eap
|
|
||||||
noccp
|
|
||||||
noauth
|
|
||||||
idle 1800
|
|
||||||
mtu 1400
|
|
||||||
mru 1400
|
|
||||||
nodefaultroute
|
|
||||||
usepeerdns
|
|
||||||
|
|
@ -1,35 +0,0 @@
|
||||||
#path certificate "";
|
|
||||||
path certificate "/";
|
|
||||||
|
|
||||||
sainfo anonymous {
|
|
||||||
encryption_algorithm aes, 3des;
|
|
||||||
authentication_algorithm hmac_sha1, hmac_md5;
|
|
||||||
compression_algorithm deflate;
|
|
||||||
lifetime time 3600 sec;
|
|
||||||
}
|
|
||||||
|
|
||||||
remote anonymous {
|
|
||||||
exchange_mode main;
|
|
||||||
doi ipsec_doi;
|
|
||||||
situation identity_only;
|
|
||||||
ike_frag on;
|
|
||||||
generate_policy on;
|
|
||||||
my_identifier asn1dn;
|
|
||||||
nat_traversal on; # always use NAT-T
|
|
||||||
ca_type x509 "ca.crt";
|
|
||||||
certificate_type x509 "user.crt" "user.key";
|
|
||||||
verify_identifier off;
|
|
||||||
verify_cert on;
|
|
||||||
nonce_size 16;
|
|
||||||
initial_contact on;
|
|
||||||
proposal_check obey;
|
|
||||||
|
|
||||||
proposal {
|
|
||||||
authentication_method rsasig;
|
|
||||||
hash_algorithm sha1;
|
|
||||||
encryption_algorithm 3des;
|
|
||||||
lifetime time 3600 sec;
|
|
||||||
dh_group 2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue