|
|
Hello.
I have a little questions about openvpn 2.0...
I try this version today.
The connections between the client and server is work perfect.
But it is impossible for me to ping the server
On my server xiti , there is only one tun interface with ip 10.8.0.1
The tunnel is between 10.8.0.1 and 10.8.0.2 on tun0 on xiti
My one client wigate: 10.8.0.18 10.8.0.17
My another client ibm: 10.8.0.10 10.8.0.9
I understand that now openvpn bridge internally but how the server made
for routing packet between the client and server with only one tun
device...
I probably made a mistake in my configuration file..
I use example configuration file on ur site.
Xiti server
port 5000
dev tun
# TLS parms
tls-server
ca ca.crt
cert xiti.crt
key xiti.key
dh dh1024.pem
# Tell OpenVPN to be a multi-client udp server
mode server
ifconfig 10.8.0.1 10.8.0.2
ifconfig-pool 10.8.0.10 10.8.0.255
client-to-client
push "route 10.8.0.1 255.255.255.255"
user nobody
group nogroup
Thanks for u working ;)
Goodbye
--
Eric Gomez <eric.gomez@xxxxxxxxxx
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|