Hi,

I'm trying to get a windows 7 machine to talk to our servers using the tun 
drive, however its stubbornly refusing to allow traffic. Initially I was using 
a standard linux ovpn config but it was complaining about ifconfig so I added

ifconfig-push server-ip client-ip 

in the ccd file for the client and

ifconfig client-ip server-ip 

in the clients ovpn file. After this the output from openvpn looked like it 
connected fine and the server shows its passing the ip and the client shows its 
ip in ipconfig. However, no traffic passes. I can't even ping the server ip.  

I was running this as administrator.


Any ideas why its failing?

Server config:

port ####
proto udp
dev tun

ca keys/####
cert keys/####
key keys/####

dh keys/####

server #.#.#.# 255.255.255.0

ifconfig-pool-persist ipp.txt

client-config-dir /etc/openvpn/ccd
push "route #.#.#.# 255.255.0.0"

keepalive 10 120

tls-auth keys/#### 0

cipher BF-CBC
comp-lzo

persist-key
persist-tun

status openvpn-status.log
log openvpn.log

verb 3

server ccd
ifconfig-push 1.2.3.4 5.6.7.8

client config:

dev tun
proto udp
remote #.#.#.# 1194
resolv-retry infinite
nobind
persist-key
persist-tun

ns-cert-type server
ifconfig 5.6.7.8 1.2.3.4

comp-lzo

verb 3


<ca>
####
</ca>

<cert>
####
</cert>

<key>
####
</key>

key-direction 1
<tls-auth>
####
</tls-auth>


-Ian



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

Reply via email to