[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

[Openvpn-users] openvpn and xp Clients


  • Subject: [Openvpn-users] openvpn and xp Clients
  • From: Daniel Remke <dremke@xxxxxx>
  • Date: Thu, 03 Jun 2004 18:59:10 +0200

Hi,

i use the following configuration:

# server
daemon
log-append /var/log/openvpn.log
dev tap
port 33333
persist-tun
ping-timer-rem
persist-key
persist-remote-ip
ping-exit 60
comp-lzo
ifconfig 10.0.0.1 255.255.255.0
ifconfig-pool 10.0.0.2 10.0.0.254
push "route 192.168.1.0 255.255.255.0 10.0.0.1"
push "dhcp-option WINS 192.168.1.2"
push "dhcp-option NTP 192.168.1.2"
push "dhcp-option DNS 192.168.1.2"
push "dhcp-option DOMAIN zuhause"
tls-server
dh /etc/openvpn/dh2024.pem
ca /etc/openvpn/ca.crt
cert /etc/openvpn/server.crt
key /etc/openvpn/server.key
mode server
user nobody
group nobody
verb 3

# Client
remote 1.2.3.4
dev tap
port 33333
persist-tun
persist-key
persist-local-ip
ping 15
inactive 3600
ping-restart 60
comp-lzo
tls-client
ca ca.crt
cert client.crt
key client.key
pull
verb 3

it works fine with Windows 2000 Clients but i cannot establish a tunnel with Windows XP(and Linux Clients). What is the differnce between 2k and XP?

regards Daniel


____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users