[SOLVED] APIPA address when starting openvpn service
Posted: Wed Apr 27, 2011 10:22 am
Hello,
I've got a new problem on openvpn server on windows 2008 standart edition x64.
When i start openvpn service, TUN/TAP adapter get an APIPA address (169.254....)
But when i start openvpn GUI and connect, i've got 10.8.0.1/255.255.255.252.
Clients can't connect but it may be a problem with router (i'll check that later)
My conf :
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.1.0 255.255.255.0"
comp-lzo
max-clients 3
persist-key
persist-tun
verb 3
thank you
I've got a new problem on openvpn server on windows 2008 standart edition x64.
When i start openvpn service, TUN/TAP adapter get an APIPA address (169.254....)
But when i start openvpn GUI and connect, i've got 10.8.0.1/255.255.255.252.
Clients can't connect but it may be a problem with router (i'll check that later)
My conf :
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.1.0 255.255.255.0"
comp-lzo
max-clients 3
persist-key
persist-tun
verb 3
thank you