|
|
|
> The NAT functionality is enabled on the server.
How ?
David From: openvpn-users-bounces@xxxxxxxxxxxxxxxxxxxxx on behalf of saurabh oberoi Sent: Tue 31-Jul-07 23:06 To: openvpn-users@xxxxxxxxxxxxxxxxxxxxx Subject: [Openvpn-users] Multiple Client<--> One Server I am trying to connect multiple windows client to one windows server.
The NAT functionality is enabled on the server.
My problem is only the first client gets through to the internet and the other does not.
The Server Configuration is below.
mode server tls-server port 8001
proto tcp-server
dev tun
dev-node server
ifconfig 10.8.0.1 10.8.0.2
ifconfig-pool 10.8.0.3 10.8.0.254 route 10.8.0.0 255.255.255.0 push "route 10.8.0.1" ca ca.crt
cert server.crt key server.key dh dh1024.pem push "redirect-gateway def1"
duplicate-cn
keepalive 10 120
comp-lzo
max-clients 100
persist-key
persist-tun log-append openvpn.log
verb 3
The Client Configurationis below. Both the clients use the same certificates
client
tls-client dev tun
dev-node client
mute-replay-warnings
ca ca.crt
cert client1.crt key client1.key comp-lzo
verb 3
Please Advice if I am doing something wrong. -- Regards, Saurabh Oberoi 12052 Day Mark Court, San Diego CA-92131 Ph:- +1-415-793-9964 |