Server is 10.0.1.2 running Windows Server 2008 R2 with OpenVPN 2.1.3 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Aug 20 2010
Trying to RDP to 10.0.1.3 from IPAD so I'm limited to dev tun
IPAD receives IP of 10.0.2.4 and I can reach the server @ 10.0.2.1 but I cannot reach any other machines.
server config
Code: Select all
port 51941
proto udp
dev tun
dev-node tun
ca c:\\OpenVPN\\config\\ca.crt
cert c:\\OpenVPN\\config\\server.crt
key c:\\OpenVPN\\config\\server.key
dh dh1024.pem
ifconfig-pool-persist ipp-apple.txt
server 10.0.2.0 255.255.255.0
client-config-dir ccd-apple
client-to-client
log apple-server.log
status apple-status.log
keepalive 10 120
comp-lzo
max-clients 20
persist-key
persist-tun
verb 3
mute 20
push "route 10.0.1.0 255.255.255.0"
Code: Select all
client
dev tun
proto udp
remote myserver 51941
resolv-retry infinite
user nobody
group nobody
mute-replay-warnings
persist-key
persist-tun
nobind
ns-cert-type server
comp-lzo
verb 3
mute 20
<ca>
</ca>
<cert>
</cert>
<key>
</key>
I have edited the registry key to allow TCPIP forwarding
Is it mandatory to add a route to the router? I have not checked the router config to see if this is possible.