Problem with shares
Posted: Wed Dec 07, 2011 6:49 pm
Hello,
I poor in this task, so sorry for stupid questions.
I have configured openvpn on Linksys - OpenWrt, everything worked fine and suddenly ....
I restarted router and start openvpn deamon. On the client side I have openvpn connection
server:
I will be gratefull for suggestions and help
jack
I poor in this task, so sorry for stupid questions.
I have configured openvpn on Linksys - OpenWrt, everything worked fine and suddenly ....
I restarted router and start openvpn deamon. On the client side I have openvpn connection
I can ping the server 10.3.0.1, but I have problems with shares in destination network. What could I check to solve the problem. I have the simplest configuration:Wed Dec 07 19:16:12 2011 LZO compression initialized
Wed Dec 07 19:16:12 2011 Socket Buffers: R=[8192->8192] S=[8192->8192]
Wed Dec 07 19:16:12 2011 ROUTE default_gateway=192.168.80.80
Wed Dec 07 19:16:15 2011 RESOLVE: Cannot resolve host address: add: [HOST_NOT_FOUND] The specified host is unknown.
Wed Dec 07 19:16:15 2011 OpenVPN ROUTE: failed to parse/resolve route for host/network: add
Wed Dec 07 19:16:15 2011 TAP-WIN32 device [Połączenie lokalne 4] opened: \\.\Global\{74F3F28C-29C0-4A8F-AD62-2AB3573A4168}.tap
Wed Dec 07 19:16:15 2011 TAP-Win32 Driver Version 9.8
Wed Dec 07 19:16:15 2011 TAP-Win32 MTU=1500
Wed Dec 07 19:16:15 2011 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.3.0.2/255.255.255.252 on interface {74F3F28C-29C0-4A8F-AD62-2AB3573A4168} [DHCP-serv: 10.3.0.1, lease-time: 31536000]
Wed Dec 07 19:16:15 2011 Successful ARP Flush on interface [32] {74F3F28C-29C0-4A8F-AD62-2AB3573A4168}
Wed Dec 07 19:16:15 2011 Data Channel MTU parms [ L:1545 D:1450 EF:45 EB:135 ET:0 EL:0 AF:3/1 ]
Wed Dec 07 19:16:15 2011 Local Options hash (VER=V4): 'd854e6f5'
Wed Dec 07 19:16:15 2011 Expected Remote Options hash (VER=V4): '709b0f88'
Wed Dec 07 19:16:15 2011 UDPv4 link local (bound): [undef]:1194
Wed Dec 07 19:16:15 2011 UDPv4 link remote: ---.---.---.---:1194
Wed Dec 07 19:16:25 2011 Peer Connection Initiated with ---.---.---.---:1194
Wed Dec 07 19:16:31 2011 TEST ROUTES: 0/0 succeeded len=0 ret=1 a=0 u/d=up
Wed Dec 07 19:16:31 2011 Initialization Sequence Completed
server:
and client:dev tun
tun-mtu 1500
# ifconfig local_ip remote_ip
ifconfig 10.3.0.1 10.3.0.2
; port 5000
user nobody
group nobody
comp-lzo
; ping 15
; ping-restart 45
; ping-timer-rem
; persist-tun
; persist-key
verb 3
secret /etc/openvpn/static.key
; eof
dev tun
tun-mtu 1500
remote ---.---.---.---
# ifconfig local_ip remote_ip
route add 192.168.1.0 mask 255.255.255.0 10.3.0.1
ifconfig 10.3.0.2 10.3.0.1
; port 5000
user nobody
group nobody
comp-lzo
; ping 15
; ping-restart 45
; ping-timer-rem
; persist-tun
; persist-key
verb 3
secret static.key
; eof
I will be gratefull for suggestions and help
jack