sharing a folder with vpn:not works!
Posted: Sat May 21, 2011 2:23 pm
Hello everyone!
I need to create a VPN from my linux pc(ip address lan 192.168.1.4 this is sharing a folder) to my mac
Mac is outside the network where this is my linux
From the mac I have to be able to connect to my linux
I configured everything and with Tunnelblick I connect to my vpn server ok!
The problem is the ip address, the VPN server has address 10.8.0.1 and 10.8.0.2 on my mac
1) I can not ping from my linux machine and vice versa (ping 10.8.0.1)
2) If I try to connect to the finder example: smb: / / 10.8.0.1 can not
What is wrong? attach files to configure the server and client
CLIENT
client
dev tun
proto udp
remote testing.dydns.org
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert massimo.crt
key massimo.key
ns-cert-type server
comp-lzo
verb 3
-----------
SERVER
port 1194
proto udp
dev tap1
ca /etc/openvpn/keys/ca.crt
cert /etc/openvpn/keys/tonidovpn.crt
key /etc/openvpn/keys/tonidovpn.key
dh /etc/openvpn/keys/dh2048.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push “route 192.168.1.4 255.255.255.0″
comp-lzo
user nobody
group nogroup
persist-key
persist-tun
status openvpn-status.log
verb 3
I need to create a VPN from my linux pc(ip address lan 192.168.1.4 this is sharing a folder) to my mac
Mac is outside the network where this is my linux
From the mac I have to be able to connect to my linux
I configured everything and with Tunnelblick I connect to my vpn server ok!
The problem is the ip address, the VPN server has address 10.8.0.1 and 10.8.0.2 on my mac
1) I can not ping from my linux machine and vice versa (ping 10.8.0.1)
2) If I try to connect to the finder example: smb: / / 10.8.0.1 can not
What is wrong? attach files to configure the server and client
CLIENT
client
dev tun
proto udp
remote testing.dydns.org
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert massimo.crt
key massimo.key
ns-cert-type server
comp-lzo
verb 3
-----------
SERVER
port 1194
proto udp
dev tap1
ca /etc/openvpn/keys/ca.crt
cert /etc/openvpn/keys/tonidovpn.crt
key /etc/openvpn/keys/tonidovpn.key
dh /etc/openvpn/keys/dh2048.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push “route 192.168.1.4 255.255.255.0″
comp-lzo
user nobody
group nogroup
persist-key
persist-tun
status openvpn-status.log
verb 3