cannot ping and samba share between ubuntu server and winxp
Posted: Wed Jan 12, 2011 5:18 am
hi all,
i am new here, please help. sorry, i am a newbie.
i am trying to connect samba server in ubuntu server installed with openvpn from winxp client with openvpn gui.
setting in ubuntu server:
ip 192.168.0.3
dev tun
proto udp
winxp client
ip 192.168.5.88
file = client.ovpn
client
dev tun
proto udp
remote 192.168.0.3 1194
;route 192.168.3.0 255.255.255.0 vpn_gateway 3 #i don't understand this setting
resolv-retry infinite
nobind
persist-key
persist-tun
ca "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ca.crt"
cert "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\blokd.crt"
key "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\blokd.key"
ns-cert-type server
cipher BF-CBC # Blowfish (default) encrytion
comp-lzo
verb 1
result is:
Wed Jan 12 12:26:22 2011 OpenVPN 2.1_beta7 Win32-MinGW [SSL] [LZO2] built on Nov 12 2005
Wed Jan 12 12:26:22 2011 LZO compression initialized
Wed Jan 12 12:26:22 2011 UDPv4 link local: [undef]
Wed Jan 12 12:26:22 2011 UDPv4 link remote: 192.168.0.3:1194
Wed Jan 12 12:26:23 2011 [server] Peer Connection Initiated with 192.168.0.3:1194
Wed Jan 12 12:26:24 2011 TAP-WIN32 device [Local Area Connection 6] opened: \\.\Global\{EEB330FE-4D0B-40C2-ADA8-5F3822B2C665}.tap
Wed Jan 12 12:26:24 2011 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.8.0.6/255.255.255.252 on interface {EEB330FE-4D0B-40C2-ADA8-5F3822B2C665} [DHCP-serv: 10.8.0.5, lease-time: 31536000]
Wed Jan 12 12:26:24 2011 Successful ARP Flush on interface [131076] {EEB330FE-4D0B-40C2-ADA8-5F3822B2C665}
Wed Jan 12 12:26:25 2011 Initialization Sequence Completed
can someone help me why i can not ping to ubuntu server? everything standard is there something wrong in setting?
thanks all.
i am new here, please help. sorry, i am a newbie.
i am trying to connect samba server in ubuntu server installed with openvpn from winxp client with openvpn gui.
setting in ubuntu server:
ip 192.168.0.3
dev tun
proto udp
winxp client
ip 192.168.5.88
file = client.ovpn
client
dev tun
proto udp
remote 192.168.0.3 1194
;route 192.168.3.0 255.255.255.0 vpn_gateway 3 #i don't understand this setting
resolv-retry infinite
nobind
persist-key
persist-tun
ca "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ca.crt"
cert "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\blokd.crt"
key "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\blokd.key"
ns-cert-type server
cipher BF-CBC # Blowfish (default) encrytion
comp-lzo
verb 1
result is:
Wed Jan 12 12:26:22 2011 OpenVPN 2.1_beta7 Win32-MinGW [SSL] [LZO2] built on Nov 12 2005
Wed Jan 12 12:26:22 2011 LZO compression initialized
Wed Jan 12 12:26:22 2011 UDPv4 link local: [undef]
Wed Jan 12 12:26:22 2011 UDPv4 link remote: 192.168.0.3:1194
Wed Jan 12 12:26:23 2011 [server] Peer Connection Initiated with 192.168.0.3:1194
Wed Jan 12 12:26:24 2011 TAP-WIN32 device [Local Area Connection 6] opened: \\.\Global\{EEB330FE-4D0B-40C2-ADA8-5F3822B2C665}.tap
Wed Jan 12 12:26:24 2011 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.8.0.6/255.255.255.252 on interface {EEB330FE-4D0B-40C2-ADA8-5F3822B2C665} [DHCP-serv: 10.8.0.5, lease-time: 31536000]
Wed Jan 12 12:26:24 2011 Successful ARP Flush on interface [131076] {EEB330FE-4D0B-40C2-ADA8-5F3822B2C665}
Wed Jan 12 12:26:25 2011 Initialization Sequence Completed
can someone help me why i can not ping to ubuntu server? everything standard is there something wrong in setting?
thanks all.