Clinet IP fixed IP adress, how to give it with bridge server
Posted: Thu Apr 28, 2011 1:17 pm
Hello,
I have a bridge server with dhcp settings . This ist my settings for server config file
#
local 192.168.0.16
port 1194
proto udp
dev tap
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
dh dh1024.pem
ifconfig-pool-persist ipp.txt
server-bridge 192.168.0.16 255.255.255.0 192.168.0.200 192.168.0.250
push "route 192.168.0.0 255.255.255.0"
client-config-dir ccd
route 192.168.0.16 255.255.255.252
keepalive 10 60
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
I will connect with 6 clients, now i connect but every client get IP address 192.168.0.200,
and my vpn connections work for a minute then break up.
I think maybe the DHCP is not working properly ad fixed IP address will lose problem.
WBR!
Adis
I have a bridge server with dhcp settings . This ist my settings for server config file
#
local 192.168.0.16
port 1194
proto udp
dev tap
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
dh dh1024.pem
ifconfig-pool-persist ipp.txt
server-bridge 192.168.0.16 255.255.255.0 192.168.0.200 192.168.0.250
push "route 192.168.0.0 255.255.255.0"
client-config-dir ccd
route 192.168.0.16 255.255.255.252
keepalive 10 60
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
I will connect with 6 clients, now i connect but every client get IP address 192.168.0.200,
and my vpn connections work for a minute then break up.
I think maybe the DHCP is not working properly ad fixed IP address will lose problem.
WBR!
Adis