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

[Openvpn-users] One problem


  • Subject: [Openvpn-users] One problem
  • From: "John E. Peterson" <john.peterson@xxxxxxxxxxx>
  • Date: Wed, 6 Apr 2005 13:45:10 -0400

Actually, I do have one problem. The following is my server.ovpn file (the names have been changed to protect the innocent). When I start (using the gui method) the server (using "connect") it all seems to start fine. But if I do an ipconfig, I see that the OpenVPN port has an "I can't get an address" default IP of 169.xxx.xxx.xxx. I had to go in and force an ip address of 99.99.99.4

Is it because the server IP is outside the block of servered IP's? Or something else?

Once I forced the IP on the server everything worked fine. And mutiple clients can connect and get proper addresses from the 99.99.99.101 - 108 block.

The file follows.....
VVVVVVVVVVVVVV

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 99.99.99.4 255.255.255.0 99.99.99.101 99.99.99.116

client-to-client

keepalive 10 120

comp-lzo

max-clients 8

user nobody
group nobody

persist-key
persist-tun

status openvpn-status.log

verb 3

mute 10

John E. Peterson
Omni-Tech Corporation
Fenton, MI  48430
(810) 750-6474
www.omnicmm.com


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