<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commentaires pour SPiWiT . n e t</title>
	<atom:link href="http://www.spiwit.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spiwit.net</link>
	<description>Le BLoG de SPiWiT</description>
	<lastBuildDate>Sun, 04 Jul 2010 16:41:09 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Commentaires sur Votre nom sur Mars ! par mattt</title>
		<link>http://www.spiwit.net/2010/06/29/votre-nom-sur-mars/#comment-2054</link>
		<dc:creator>mattt</dc:creator>
		<pubDate>Sun, 04 Jul 2010 16:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiwit.net/?p=3077#comment-2054</guid>
		<description>mdr
jviens de le faire, pour le D-day en plus</description>
		<content:encoded><![CDATA[<p>mdr<br />
jviens de le faire, pour le D-day en plus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur OQO Model 2 après 5 jours d&#8217;utilisation par Toke</title>
		<link>http://www.spiwit.net/2007/08/14/oqo-model-2-apres-5-jours-dutilisation/#comment-2048</link>
		<dc:creator>Toke</dc:creator>
		<pubDate>Sun, 06 Jun 2010 11:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jb69.com/?p=173#comment-2048</guid>
		<description>SALUT,
Pour ton problème de batterie, c&#039;est pas grave. Essaies ça :
Ta batterie a besoin d&#039;une impulsion pour se mettre en charge. Là apparemment elle ne l&#039;a plus car tu la laissé trop longtemps sans utilisation. Alors tu prend un pile de 9 V. Trouve deux trombones et place les sur les fiches + et - respectives de ta batterie. Essaies de tenir comme ça pendant environ 30 secondes à 1 minutes. Normalement tu pourras remettre ta batterie en charge sans problème.</description>
		<content:encoded><![CDATA[<p>SALUT,<br />
Pour ton problème de batterie, c&#8217;est pas grave. Essaies ça :<br />
Ta batterie a besoin d&#8217;une impulsion pour se mettre en charge. Là apparemment elle ne l&#8217;a plus car tu la laissé trop longtemps sans utilisation. Alors tu prend un pile de 9 V. Trouve deux trombones et place les sur les fiches + et &#8211; respectives de ta batterie. Essaies de tenir comme ça pendant environ 30 secondes à 1 minutes. Normalement tu pourras remettre ta batterie en charge sans problème.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Création d&#8217;un serveur VPN par Simoinfonet</title>
		<link>http://www.spiwit.net/2008/01/06/creation-dun-serveur-vpn/#comment-2046</link>
		<dc:creator>Simoinfonet</dc:creator>
		<pubDate>Sun, 02 May 2010 01:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jb69.com/?p=202#comment-2046</guid>
		<description>Salut  Tout le monde ,
je tient dabord a vous remercier pour ce tuto ,je suis entrain de mettre en place un serveur VPN dans mon Ese a base de debian ,ca sera un VPN on mode bridge j&#039;aimerai bien configurer mon serveur.conf de du façon que lors de connexion de client il utilise les adresse ip de DHCP a base de 192.168.1.0 mon fichier Server.conf et client.conf :


#################################################
# Sample OpenVPN 2.0 config file for            #
# multi-client server.                          #
#                                               #
# This file is for the server side              #
# of a many-clients  one-server              #
# OpenVPN configuration.                        #
#                                               #
# OpenVPN also supports                         #
# single-machine  single-machine             #
# configurations (See the Examples page         #
# on the web site for more info).               #
#                                               #
# This config should work on Windows            #
# or Linux/BSD systems.  Remember on            #
# Windows to quote pathnames and use            #
# double backslashes, e.g.:                     #
# &quot;C:\\Program Files\\OpenVPN\\config\\foo.key&quot; #
#                                               #
# Comments are preceded with &#039;#&#039; or &#039;;&#039;         #
#################################################

# Which local IP address should OpenVPN
# listen on? (optional)
local X.X.X.X

# Which TCP/UDP port should OpenVPN listen on?
# If you want to run multiple OpenVPN instances
# on the same machine, use a different port
# number for each one.  You will need to
# open up this port on your firewall.
port 1194

# TCP or UDP server?
proto tcp
;proto udp

# &quot;dev tun&quot; will create a routed IP tunnel,
# &quot;dev tap&quot; will create an ethernet tunnel.
# Use &quot;dev tap0&quot; if you are ethernet bridging
# and have precreated a tap0 virtual interface
# and bridged it with your ethernet interface.
# If you want to control access policies
# over the VPN, you must create firewall
# rules for the the TUN/TAP interface.
# On non-Windows systems, you can give
# an explicit unit number, such as tun0.
# On Windows, use &quot;dev-node&quot; for this.
# On most systems, the VPN will not function
# unless you partially or fully disable
# the firewall for the TUN/TAP interface.
dev tap0
;dev tun

# Windows needs the TAP-Win32 adapter name
# from the Network Connections panel if you
# have more than one.  On XP SP2 or higher,
# you may need to selectively disable the
# Windows firewall for the TAP adapter.
# Non-Windows systems usually don&#039;t need this.
;dev-node MyTap

# SSL/TLS root certificate (ca), certificate
# (cert), and private key (key).  Each client
# and the server must have their own cert and
# key file.  The server and all clients will
# use the same ca file.
#
# See the &quot;easy-rsa&quot; directory for a series
# of scripts for generating RSA certificates
# and private keys.  Remember to use
# a unique Common Name for the server
# and each of the client certificates.
#
# Any X509 key management system can be used.
# OpenVPN can also use a PKCS #12 formatted key file
# (see &quot;pkcs12&quot; directive in man page).
ca ca.crt
cert LeServeurVPN.crt
key LeServeurVPN.key  # This file should be kept secret

# Diffie hellman parameters.
# Generate your own with:
#   openssl dhparam -out dh1024.pem 1024
# Substitute 2048 for 1024 if you are using
# 2048 bit keys. 
dh dh1024.pem

# Configure server mode and supply a VPN subnet
# for OpenVPN to draw client addresses from.
# The server will take 10.8.0.1 for itself,
# the rest will be made available to clients.
# Each client will be able to reach the server
# on 10.8.0.1. Comment this line out if you are
# ethernet bridging. See the man page for more info.
; server 192.168.1.0 255.255.255.0

# Maintain a record of client  virtual IP address
# associations in this file.  If OpenVPN goes down or
# is restarted, reconnecting clients can be assigned
# the same virtual IP address from the pool that was
# previously assigned.
ifconfig-pool-persist ipp.txt
push &quot;redirect-gateway def1&quot;  # This will force the clients to use the home network&#039;s internet connection

# Configure server mode for ethernet bridging.
# You must first use your OS&#039;s bridging capability
# to bridge the TAP interface with the ethernet
# NIC interface.  Then you must manually set the
# IP/netmask on the bridge interface, here we
# assume 10.8.0.4/255.255.255.0.  Finally we
# must set aside an IP range in this subnet
# (start=10.8.0.50 end=10.8.0.100) to allocate
# to connecting clients.  Leave this line commented
# out unless you are ethernet bridging.
server-bridge 192.168.2.1 255.255.255.0 192.168.2.2 192.168.2.100

# Configure server mode for ethernet bridging
# using a DHCP-proxy, where clients talk
# to the OpenVPN server-side DHCP server
# to receive their IP address allocation
# and DNS server addresses.  You must first use
# your OS&#039;s bridging capability to bridge the TAP
# interface with the ethernet NIC interface.
# Note: this mode only works on clients (such as
# Windows), where the client-side TAP adapter is
# bound to a DHCP client.
;server-bridge

# Push routes to the client to allow it
# to reach other private subnets behind
# the server.  Remember that these
# private subnets will also need
# to know to route the OpenVPN client
# address pool (10.8.0.0/255.255.255.0)
# back to the OpenVPN server.
push &quot;route 192.168.1.0 255.255.255.0&quot;
;push &quot;route 192.168.20.0 255.255.255.0&quot;

# To assign specific IP addresses to specific
# clients or if a connecting client has a private
# subnet behind it that should also have VPN access,
# use the subdirectory &quot;ccd&quot; for client-specific
# configuration files (see man page for more info).

# EXAMPLE: Suppose the client
# having the certificate common name &quot;Thelonious&quot;
# also has a small subnet behind his connecting
# machine, such as 192.168.40.128/255.255.255.248.
# First, uncomment out these lines:
;client-config-dir ccd
;route 192.168.40.128 255.255.255.248
# Then create a file ccd/Thelonious with this line:
#   iroute 192.168.40.128 255.255.255.248
# This will allow Thelonious&#039; private subnet to
# access the VPN.  This example will only work
# if you are routing, not bridging, i.e. you are
# using &quot;dev tun&quot; and &quot;server&quot; directives.

# EXAMPLE: Suppose you want to give
# Thelonious a fixed VPN IP address of 10.9.0.1.
# First uncomment out these lines:
;client-config-dir ccd
;route 10.9.0.0 255.255.255.252
# Then add this line to ccd/Thelonious:
#   ifconfig-push 10.9.0.1 10.9.0.2

# Suppose that you want to enable different
# firewall access policies for different groups
# of clients.  There are two methods:
# (1) Run multiple OpenVPN daemons, one for each
#     group, and firewall the TUN/TAP interface
#     for each group/daemon appropriately.
# (2) (Advanced) Create a script to dynamically
#     modify the firewall in response to access
#     from different clients.  See man
#     page for more info on learn-address script.
;learn-address ./script

# If enabled, this directive will configure
# all clients to redirect their default
# network gateway through the VPN, causing
# all IP traffic such as web browsing and
# and DNS lookups to go through the VPN
# (The OpenVPN server machine may need to NAT
# or bridge the TUN/TAP interface to the internet
# in order for this to work properly).
;push &quot;redirect-gateway def1 bypass-dhcp&quot;

# Certain Windows-specific network settings
# can be pushed to clients, such as DNS
# or WINS server addresses.  CAVEAT:
# http://openvpn.net/faq.html#dhcpcaveats
# The addresses below refer to the public
# DNS servers provided by opendns.com.
push &quot;dhcp-option DNS 192.168.1.1&quot;
;push &quot;dhcp-option DNS 208.67.220.220&quot;

# Uncomment this directive to allow different
# clients to be able to &quot;see&quot; each other.
# By default, clients will only see the server.
# To force clients to only see the server, you
# will also need to appropriately firewall the
# server&#039;s TUN/TAP interface.
;client-to-client

# Uncomment this directive if multiple clients
# might connect with the same certificate/key
# files or common names.  This is recommended
# only for testing purposes.  For production use,
# each client should have its own certificate/key
# pair.
#
# IF YOU HAVE NOT GENERATED INDIVIDUAL
# CERTIFICATE/KEY PAIRS FOR EACH CLIENT,
# EACH HAVING ITS OWN UNIQUE &quot;COMMON NAME&quot;,
# UNCOMMENT THIS LINE OUT.
;duplicate-cn

# The keepalive directive causes ping-like
# messages to be sent back and forth over
# the link so that each side knows when
# the other side has gone down.
# Ping every 10 seconds, assume that remote
# peer is down if no ping received during
# a 120 second time period.
keepalive 10 120

# For extra security beyond that provided
# by SSL/TLS, create an &quot;HMAC firewall&quot;
# to help block DoS attacks and UDP port flooding.
#
# Generate with:
#   openvpn --genkey --secret ta.key
#
# The server and each client must have
# a copy of this key.
# The second parameter should be &#039;0&#039;
# on the server and &#039;1&#039; on the clients.
;tls-auth ta.key 0 # This file is secret

# Select a cryptographic cipher.
# This config item must be copied to
# the client config file as well.
;cipher BF-CBC        # Blowfish (default)
;cipher AES-128-CBC   # AES
;cipher DES-EDE3-CBC  # Triple-DES

# Enable compression on the VPN link.
# If you enable it here, you must also
# enable it in the client config file.
comp-lzo

# The maximum number of concurrently connected
# clients we want to allow.
;max-clients 100

# It&#039;s a good idea to reduce the OpenVPN
# daemon&#039;s privileges after initialization.
#
# You can uncomment this out on
# non-Windows systems.
user openvpn
group openvpn

# The persist options will try to avoid
# accessing certain resources on restart
# that may no longer be accessible because
# of the privilege downgrade.
persist-key
persist-tun

# Output a short status file showing
# current connections, truncated
# and rewritten every minute.
status openvpn-status.log

# By default, log messages will go to the syslog (or
# on Windows, if running as a service, they will go to
# the &quot;\Program Files\OpenVPN\log&quot; directory).
# Use log or log-append to override this default.
# &quot;log&quot; will truncate the log file on OpenVPN startup,
# while &quot;log-append&quot; will append to it.  Use one
# or the other (but not both).
;log         openvpn.log
;log-append  openvpn.log

# Set the appropriate level of log
# file verbosity.
#
# 0 is silent, except for fatal errors
# 4 is reasonable for general usage
# 5 and 6 can help to debug connection problems
# 9 is extremely verbose
verb 9

# Silence repeating messages.  At most 20
# sequential messages of the same message
# category will be output to the log.
;mute 20



==============================================================
j&#039;arrive a me connecte mais le client ne reçoit  pas l&#039;address IP par DHCP et j&#039;arrive pas a pinger sur les autres poste du LAN 

j&#039;ai le warning de conflit d&#039;addresse sur les log d&#039;openvpn 

merci de m&#039;aider si vous avez une aidé et si quelqu&#039;un peux me donner aussi la directive que je doit ajouté sur mon routeur  cisco pour que je puisse faire du NAT vers mon serveur VPN depuis l&#039;exterieur</description>
		<content:encoded><![CDATA[<p>Salut  Tout le monde ,<br />
je tient dabord a vous remercier pour ce tuto ,je suis entrain de mettre en place un serveur VPN dans mon Ese a base de debian ,ca sera un VPN on mode bridge j&#8217;aimerai bien configurer mon serveur.conf de du façon que lors de connexion de client il utilise les adresse ip de DHCP a base de 192.168.1.0 mon fichier Server.conf et client.conf :</p>
<p>#################################################<br />
# Sample OpenVPN 2.0 config file for            #<br />
# multi-client server.                          #<br />
#                                               #<br />
# This file is for the server side              #<br />
# of a many-clients  one-server              #<br />
# OpenVPN configuration.                        #<br />
#                                               #<br />
# OpenVPN also supports                         #<br />
# single-machine  single-machine             #<br />
# configurations (See the Examples page         #<br />
# on the web site for more info).               #<br />
#                                               #<br />
# This config should work on Windows            #<br />
# or Linux/BSD systems.  Remember on            #<br />
# Windows to quote pathnames and use            #<br />
# double backslashes, e.g.:                     #<br />
# &laquo;&nbsp;C:\\Program Files\\OpenVPN\\config\\foo.key&nbsp;&raquo; #<br />
#                                               #<br />
# Comments are preceded with &#8216;#&#8217; or &#8216;;&#8217;         #<br />
#################################################</p>
<p># Which local IP address should OpenVPN<br />
# listen on? (optional)<br />
local X.X.X.X</p>
<p># Which TCP/UDP port should OpenVPN listen on?<br />
# If you want to run multiple OpenVPN instances<br />
# on the same machine, use a different port<br />
# number for each one.  You will need to<br />
# open up this port on your firewall.<br />
port 1194</p>
<p># TCP or UDP server?<br />
proto tcp<br />
;proto udp</p>
<p># &laquo;&nbsp;dev tun&nbsp;&raquo; will create a routed IP tunnel,<br />
# &laquo;&nbsp;dev tap&nbsp;&raquo; will create an ethernet tunnel.<br />
# Use &laquo;&nbsp;dev tap0&#8243; if you are ethernet bridging<br />
# and have precreated a tap0 virtual interface<br />
# and bridged it with your ethernet interface.<br />
# If you want to control access policies<br />
# over the VPN, you must create firewall<br />
# rules for the the TUN/TAP interface.<br />
# On non-Windows systems, you can give<br />
# an explicit unit number, such as tun0.<br />
# On Windows, use &laquo;&nbsp;dev-node&nbsp;&raquo; for this.<br />
# On most systems, the VPN will not function<br />
# unless you partially or fully disable<br />
# the firewall for the TUN/TAP interface.<br />
dev tap0<br />
;dev tun</p>
<p># Windows needs the TAP-Win32 adapter name<br />
# from the Network Connections panel if you<br />
# have more than one.  On XP SP2 or higher,<br />
# you may need to selectively disable the<br />
# Windows firewall for the TAP adapter.<br />
# Non-Windows systems usually don&#8217;t need this.<br />
;dev-node MyTap</p>
<p># SSL/TLS root certificate (ca), certificate<br />
# (cert), and private key (key).  Each client<br />
# and the server must have their own cert and<br />
# key file.  The server and all clients will<br />
# use the same ca file.<br />
#<br />
# See the &laquo;&nbsp;easy-rsa&nbsp;&raquo; directory for a series<br />
# of scripts for generating RSA certificates<br />
# and private keys.  Remember to use<br />
# a unique Common Name for the server<br />
# and each of the client certificates.<br />
#<br />
# Any X509 key management system can be used.<br />
# OpenVPN can also use a PKCS #12 formatted key file<br />
# (see &laquo;&nbsp;pkcs12&#8243; directive in man page).<br />
ca ca.crt<br />
cert LeServeurVPN.crt<br />
key LeServeurVPN.key  # This file should be kept secret</p>
<p># Diffie hellman parameters.<br />
# Generate your own with:<br />
#   openssl dhparam -out dh1024.pem 1024<br />
# Substitute 2048 for 1024 if you are using<br />
# 2048 bit keys.<br />
dh dh1024.pem</p>
<p># Configure server mode and supply a VPN subnet<br />
# for OpenVPN to draw client addresses from.<br />
# The server will take 10.8.0.1 for itself,<br />
# the rest will be made available to clients.<br />
# Each client will be able to reach the server<br />
# on 10.8.0.1. Comment this line out if you are<br />
# ethernet bridging. See the man page for more info.<br />
; server 192.168.1.0 255.255.255.0</p>
<p># Maintain a record of client  virtual IP address<br />
# associations in this file.  If OpenVPN goes down or<br />
# is restarted, reconnecting clients can be assigned<br />
# the same virtual IP address from the pool that was<br />
# previously assigned.<br />
ifconfig-pool-persist ipp.txt<br />
push &laquo;&nbsp;redirect-gateway def1&#8243;  # This will force the clients to use the home network&#8217;s internet connection</p>
<p># Configure server mode for ethernet bridging.<br />
# You must first use your OS&#8217;s bridging capability<br />
# to bridge the TAP interface with the ethernet<br />
# NIC interface.  Then you must manually set the<br />
# IP/netmask on the bridge interface, here we<br />
# assume 10.8.0.4/255.255.255.0.  Finally we<br />
# must set aside an IP range in this subnet<br />
# (start=10.8.0.50 end=10.8.0.100) to allocate<br />
# to connecting clients.  Leave this line commented<br />
# out unless you are ethernet bridging.<br />
server-bridge 192.168.2.1 255.255.255.0 192.168.2.2 192.168.2.100</p>
<p># Configure server mode for ethernet bridging<br />
# using a DHCP-proxy, where clients talk<br />
# to the OpenVPN server-side DHCP server<br />
# to receive their IP address allocation<br />
# and DNS server addresses.  You must first use<br />
# your OS&#8217;s bridging capability to bridge the TAP<br />
# interface with the ethernet NIC interface.<br />
# Note: this mode only works on clients (such as<br />
# Windows), where the client-side TAP adapter is<br />
# bound to a DHCP client.<br />
;server-bridge</p>
<p># Push routes to the client to allow it<br />
# to reach other private subnets behind<br />
# the server.  Remember that these<br />
# private subnets will also need<br />
# to know to route the OpenVPN client<br />
# address pool (10.8.0.0/255.255.255.0)<br />
# back to the OpenVPN server.<br />
push &laquo;&nbsp;route 192.168.1.0 255.255.255.0&#8243;<br />
;push &laquo;&nbsp;route 192.168.20.0 255.255.255.0&#8243;</p>
<p># To assign specific IP addresses to specific<br />
# clients or if a connecting client has a private<br />
# subnet behind it that should also have VPN access,<br />
# use the subdirectory &laquo;&nbsp;ccd&nbsp;&raquo; for client-specific<br />
# configuration files (see man page for more info).</p>
<p># EXAMPLE: Suppose the client<br />
# having the certificate common name &laquo;&nbsp;Thelonious&nbsp;&raquo;<br />
# also has a small subnet behind his connecting<br />
# machine, such as 192.168.40.128/255.255.255.248.<br />
# First, uncomment out these lines:<br />
;client-config-dir ccd<br />
;route 192.168.40.128 255.255.255.248<br />
# Then create a file ccd/Thelonious with this line:<br />
#   iroute 192.168.40.128 255.255.255.248<br />
# This will allow Thelonious&#8217; private subnet to<br />
# access the VPN.  This example will only work<br />
# if you are routing, not bridging, i.e. you are<br />
# using &laquo;&nbsp;dev tun&nbsp;&raquo; and &laquo;&nbsp;server&nbsp;&raquo; directives.</p>
<p># EXAMPLE: Suppose you want to give<br />
# Thelonious a fixed VPN IP address of 10.9.0.1.<br />
# First uncomment out these lines:<br />
;client-config-dir ccd<br />
;route 10.9.0.0 255.255.255.252<br />
# Then add this line to ccd/Thelonious:<br />
#   ifconfig-push 10.9.0.1 10.9.0.2</p>
<p># Suppose that you want to enable different<br />
# firewall access policies for different groups<br />
# of clients.  There are two methods:<br />
# (1) Run multiple OpenVPN daemons, one for each<br />
#     group, and firewall the TUN/TAP interface<br />
#     for each group/daemon appropriately.<br />
# (2) (Advanced) Create a script to dynamically<br />
#     modify the firewall in response to access<br />
#     from different clients.  See man<br />
#     page for more info on learn-address script.<br />
;learn-address ./script</p>
<p># If enabled, this directive will configure<br />
# all clients to redirect their default<br />
# network gateway through the VPN, causing<br />
# all IP traffic such as web browsing and<br />
# and DNS lookups to go through the VPN<br />
# (The OpenVPN server machine may need to NAT<br />
# or bridge the TUN/TAP interface to the internet<br />
# in order for this to work properly).<br />
;push &laquo;&nbsp;redirect-gateway def1 bypass-dhcp&nbsp;&raquo;</p>
<p># Certain Windows-specific network settings<br />
# can be pushed to clients, such as DNS<br />
# or WINS server addresses.  CAVEAT:<br />
# <a href="http://openvpn.net/faq.html#dhcpcaveats" rel="nofollow">http://openvpn.net/faq.html#dhcpcaveats</a><br />
# The addresses below refer to the public<br />
# DNS servers provided by opendns.com.<br />
push &laquo;&nbsp;dhcp-option DNS 192.168.1.1&#8243;<br />
;push &laquo;&nbsp;dhcp-option DNS 208.67.220.220&#8243;</p>
<p># Uncomment this directive to allow different<br />
# clients to be able to &laquo;&nbsp;see&nbsp;&raquo; each other.<br />
# By default, clients will only see the server.<br />
# To force clients to only see the server, you<br />
# will also need to appropriately firewall the<br />
# server&#8217;s TUN/TAP interface.<br />
;client-to-client</p>
<p># Uncomment this directive if multiple clients<br />
# might connect with the same certificate/key<br />
# files or common names.  This is recommended<br />
# only for testing purposes.  For production use,<br />
# each client should have its own certificate/key<br />
# pair.<br />
#<br />
# IF YOU HAVE NOT GENERATED INDIVIDUAL<br />
# CERTIFICATE/KEY PAIRS FOR EACH CLIENT,<br />
# EACH HAVING ITS OWN UNIQUE &laquo;&nbsp;COMMON NAME&nbsp;&raquo;,<br />
# UNCOMMENT THIS LINE OUT.<br />
;duplicate-cn</p>
<p># The keepalive directive causes ping-like<br />
# messages to be sent back and forth over<br />
# the link so that each side knows when<br />
# the other side has gone down.<br />
# Ping every 10 seconds, assume that remote<br />
# peer is down if no ping received during<br />
# a 120 second time period.<br />
keepalive 10 120</p>
<p># For extra security beyond that provided<br />
# by SSL/TLS, create an &laquo;&nbsp;HMAC firewall&nbsp;&raquo;<br />
# to help block DoS attacks and UDP port flooding.<br />
#<br />
# Generate with:<br />
#   openvpn &#8211;genkey &#8211;secret ta.key<br />
#<br />
# The server and each client must have<br />
# a copy of this key.<br />
# The second parameter should be &#8216;0&#8242;<br />
# on the server and &#8216;1&#8242; on the clients.<br />
;tls-auth ta.key 0 # This file is secret</p>
<p># Select a cryptographic cipher.<br />
# This config item must be copied to<br />
# the client config file as well.<br />
;cipher BF-CBC        # Blowfish (default)<br />
;cipher AES-128-CBC   # AES<br />
;cipher DES-EDE3-CBC  # Triple-DES</p>
<p># Enable compression on the VPN link.<br />
# If you enable it here, you must also<br />
# enable it in the client config file.<br />
comp-lzo</p>
<p># The maximum number of concurrently connected<br />
# clients we want to allow.<br />
;max-clients 100</p>
<p># It&#8217;s a good idea to reduce the OpenVPN<br />
# daemon&#8217;s privileges after initialization.<br />
#<br />
# You can uncomment this out on<br />
# non-Windows systems.<br />
user openvpn<br />
group openvpn</p>
<p># The persist options will try to avoid<br />
# accessing certain resources on restart<br />
# that may no longer be accessible because<br />
# of the privilege downgrade.<br />
persist-key<br />
persist-tun</p>
<p># Output a short status file showing<br />
# current connections, truncated<br />
# and rewritten every minute.<br />
status openvpn-status.log</p>
<p># By default, log messages will go to the syslog (or<br />
# on Windows, if running as a service, they will go to<br />
# the &laquo;&nbsp;\Program Files\OpenVPN\log&nbsp;&raquo; directory).<br />
# Use log or log-append to override this default.<br />
# &laquo;&nbsp;log&nbsp;&raquo; will truncate the log file on OpenVPN startup,<br />
# while &laquo;&nbsp;log-append&nbsp;&raquo; will append to it.  Use one<br />
# or the other (but not both).<br />
;log         openvpn.log<br />
;log-append  openvpn.log</p>
<p># Set the appropriate level of log<br />
# file verbosity.<br />
#<br />
# 0 is silent, except for fatal errors<br />
# 4 is reasonable for general usage<br />
# 5 and 6 can help to debug connection problems<br />
# 9 is extremely verbose<br />
verb 9</p>
<p># Silence repeating messages.  At most 20<br />
# sequential messages of the same message<br />
# category will be output to the log.<br />
;mute 20</p>
<p>==============================================================<br />
j&#8217;arrive a me connecte mais le client ne reçoit  pas l&#8217;address IP par DHCP et j&#8217;arrive pas a pinger sur les autres poste du LAN </p>
<p>j&#8217;ai le warning de conflit d&#8217;addresse sur les log d&#8217;openvpn </p>
<p>merci de m&#8217;aider si vous avez une aidé et si quelqu&#8217;un peux me donner aussi la directive que je doit ajouté sur mon routeur  cisco pour que je puisse faire du NAT vers mon serveur VPN depuis l&#8217;exterieur</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Orange autorise la VoIP ! par spiwit</title>
		<link>http://www.spiwit.net/2010/04/12/orange-autorise-la-voip/#comment-2040</link>
		<dc:creator>spiwit</dc:creator>
		<pubDate>Wed, 14 Apr 2010 16:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiwit.net/?p=3041#comment-2040</guid>
		<description>Bah moi j&#039;ai bien un origami pour iPhone pour genre 45€... Bref j&#039;ai jamais testé la VoIP en 3G mais bon si ca dure comme le bug web ton truc on est tranquille :)

Par contres ont ne sait pas vraiment quels protocoles sont inclus la dedans. Ils parlent beaucoup de Skype mais bon skype passe par des protocoles encapsulés, dans du http...etc... mais même pas du SIP alors à suivre !</description>
		<content:encoded><![CDATA[<p>Bah moi j&#8217;ai bien un origami pour iPhone pour genre 45€&#8230; Bref j&#8217;ai jamais testé la VoIP en 3G mais bon si ca dure comme le bug web ton truc on est tranquille <img src="http://www.spiwit.net/wp-content/plugins/wp-smiley-switcher/spiwit/icon_smile.gif" alt="" /></p>
<p>Par contres ont ne sait pas vraiment quels protocoles sont inclus la dedans. Ils parlent beaucoup de Skype mais bon skype passe par des protocoles encapsulés, dans du http&#8230;etc&#8230; mais même pas du SIP alors à suivre !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Orange autorise la VoIP ! par mattt</title>
		<link>http://www.spiwit.net/2010/04/12/orange-autorise-la-voip/#comment-2039</link>
		<dc:creator>mattt</dc:creator>
		<pubDate>Wed, 14 Apr 2010 15:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiwit.net/?p=3041#comment-2039</guid>
		<description>c&#039;est gratuit si tu as un forfait origami + pour iphone...oué sauf que l&#039;origami + ca vaut dans les 100E mensuels donc ca leur coute pas trop cher de l&#039;offrir pour ce type de forfait :)
par contre moi ca fait des mois que jfais des essais avec SIPhon, toujours pas de facturation hors forfait :D</description>
		<content:encoded><![CDATA[<p>c&#8217;est gratuit si tu as un forfait origami + pour iphone&#8230;oué sauf que l&#8217;origami + ca vaut dans les 100E mensuels donc ca leur coute pas trop cher de l&#8217;offrir pour ce type de forfait <img src="http://www.spiwit.net/wp-content/plugins/wp-smiley-switcher/spiwit/icon_smile.gif" alt="" /><br />
par contre moi ca fait des mois que jfais des essais avec SIPhon, toujours pas de facturation hors forfait <img src="http://www.spiwit.net/wp-content/plugins/wp-smiley-switcher/spiwit/icon_biggrin.gif" alt="" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur HTC HD2 &#8211; Vendu par spiwit</title>
		<link>http://www.spiwit.net/2010/03/16/htc-hd2-a-vendre/#comment-2038</link>
		<dc:creator>spiwit</dc:creator>
		<pubDate>Mon, 12 Apr 2010 07:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiwit.net/?p=3035#comment-2038</guid>
		<description>Bonjour,
Pour l&#039;instant oui mais j&#039;ai beaucoup de proposition sur le point d&#039;être concrétisés. Prix 320€</description>
		<content:encoded><![CDATA[<p>Bonjour,<br />
Pour l&#8217;instant oui mais j&#8217;ai beaucoup de proposition sur le point d&#8217;être concrétisés. Prix 320€</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur HTC HD2 &#8211; Vendu par StarGuile</title>
		<link>http://www.spiwit.net/2010/03/16/htc-hd2-a-vendre/#comment-2037</link>
		<dc:creator>StarGuile</dc:creator>
		<pubDate>Sun, 11 Apr 2010 18:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiwit.net/?p=3035#comment-2037</guid>
		<description>Bonjour,
Est-il toujours en vente ?
Prix ?</description>
		<content:encoded><![CDATA[<p>Bonjour,<br />
Est-il toujours en vente ?<br />
Prix ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur HADOPI dans le coeur d&#8217;Orange par SPiWiT . n e t &#187; Christine Albanel chez France Télécom</title>
		<link>http://www.spiwit.net/2010/01/25/hadopi-dans-le-coeur-dorange/#comment-2035</link>
		<dc:creator>SPiWiT . n e t &#187; Christine Albanel chez France Télécom</dc:creator>
		<pubDate>Fri, 19 Feb 2010 15:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jb69.com/?p=2977#comment-2035</guid>
		<description>[...] d&#8217;Hadopi nationale va poursuivre son combat au sein de l&#8217;opérateur qui est déjà très proche des pratiques anti-piratages ou bien va t-elle sécuriser le FAI en installant des pare-feu OpenOffice (désolé c&#8217;était [...]</description>
		<content:encoded><![CDATA[<p>[...] d&#8217;Hadopi nationale va poursuivre son combat au sein de l&#8217;opérateur qui est déjà très proche des pratiques anti-piratages ou bien va t-elle sécuriser le FAI en installant des pare-feu OpenOffice (désolé c&#8217;était [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Création d&#8217;un serveur VPN par Man</title>
		<link>http://www.spiwit.net/2008/01/06/creation-dun-serveur-vpn/#comment-2034</link>
		<dc:creator>Man</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jb69.com/?p=202#comment-2034</guid>
		<description>Salut à tous,

en premier merci pour ce tuto

je suis actuellement en clientèle. La connexion Internet passe par un proxy qui bride énormément le web (pas d&#039;accès aux sites e-commerce, aucun accès à aucun site de l&#039;administration publique, ni bancaire, parfois sur certains sites de développeur pas d&#039;accès non plus, je parle même pas de tous les tchats et les sites de réseau social)
je voulais savoir si le fait de passer par le port 80 pour accéder à notre VPN et donc d&#039;aller sur internet (pour contourner un proxy par exemple) était détectable par l&#039;admin du réseau ?
Par exemple, je vais sur le site de ma banque ou même Facebook via le réseau VPN, est ce que ça sera facilement détectable et viendra-t-on me voir dans la journée pour me dire &quot;hé petit malin, on arrête ça de suite&quot; (je l&#039;aurais mauvaise en clientèle d&#039;essayer de contourner le proxy :) )

Merci</description>
		<content:encoded><![CDATA[<p>Salut à tous,</p>
<p>en premier merci pour ce tuto</p>
<p>je suis actuellement en clientèle. La connexion Internet passe par un proxy qui bride énormément le web (pas d&#8217;accès aux sites e-commerce, aucun accès à aucun site de l&#8217;administration publique, ni bancaire, parfois sur certains sites de développeur pas d&#8217;accès non plus, je parle même pas de tous les tchats et les sites de réseau social)<br />
je voulais savoir si le fait de passer par le port 80 pour accéder à notre VPN et donc d&#8217;aller sur internet (pour contourner un proxy par exemple) était détectable par l&#8217;admin du réseau ?<br />
Par exemple, je vais sur le site de ma banque ou même Facebook via le réseau VPN, est ce que ça sera facilement détectable et viendra-t-on me voir dans la journée pour me dire &laquo;&nbsp;hé petit malin, on arrête ça de suite&nbsp;&raquo; (je l&#8217;aurais mauvaise en clientèle d&#8217;essayer de contourner le proxy <img src="http://www.spiwit.net/wp-content/plugins/wp-smiley-switcher/spiwit/icon_smile.gif" alt="" /> )</p>
<p>Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Un service de réunions téléphoniques gratuit par spiwit</title>
		<link>http://www.spiwit.net/2010/02/02/un-service-de-reunions-telephoniques-gratuit/#comment-2026</link>
		<dc:creator>spiwit</dc:creator>
		<pubDate>Mon, 08 Feb 2010 13:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jb69.com/?p=2985#comment-2026</guid>
		<description>Merci pour l&#039;info, je pense sinon que chez OVH le 09 est une tarification locale comme tous les 09 des box par exemple....</description>
		<content:encoded><![CDATA[<p>Merci pour l&#8217;info, je pense sinon que chez OVH le 09 est une tarification locale comme tous les 09 des box par exemple&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
