|
|
Hi,
I've setup an openvpn connection between a windows XP client and a linux
openvpn server behind a smoothwall firewall, traffic checks, I can
connect to the insternal network via ssh, I can see samba server, but I
can't browse samba resources and I can't send or receive any file bigger
then 10 kb. Below arfe my config files:
What is wrong? Can anyone help me?
Windows XP congis file:
#remore server
remote xxx.xxx.xxx.xxx
# Uncomment this line to use a different
# port number than the default of 5000.
port 6000
# Choose one of three protocols supported by
# OpenVPN. If left commented out, defaults
# to udp.
; proto [tcp-server | tcp-client | udp]
dev tap
dev-node my-tap
secret key.txt
tun-mtu 1300
tun-mtu-extra 64
;ping-restart 60
;ping-timer-rem
persist-tun
persist-key
;resolv-retry 86400
# keep-alive ping
ping 10
# enable LZO compression
comp-lzo
# arp
up vpn-arp.bat
# moderate verbosity
verb 6
mute 10
Linux config
# Edit this file, and save to a .ovpn extension
# so that OpenVPN will activate it when run
# as a service.
# Uncomment this line to use a different
# port number than the default of 5000.
port 6000
# Choose one of three protocols supported by
# OpenVPN. If left commented out, defaults
# to udp.
;proto udp
# Edit this file, and save to a .ovpn extension
# address of "myremote" if it changes.
# local 192.168.1.1
; ping-restart 60
; ping-timer-rem
persist-key
persist-tun
# keep-alive ping
ping 10
# enable LZO compression
comp-lzo
# UID
# moderate verbosity
verb 9
mute 10
Linux ifconfig:
br0 Link encap:Ethernet HWaddr 00:E0:18:D8:74:D2
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1409 Metric:1
RX packets:1782 errors:0 dropped:0 overruns:0 frame:0
TX packets:1644 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:112537 (109.8 Kb) TX bytes:548632 (535.7 Kb)
eth0 Link encap:Ethernet HWaddr 00:E0:18:D8:74:D2
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1409 Metric:1
RX packets:1661 errors:0 dropped:0 overruns:0 frame:0
TX packets:1430 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:133528 (130.3 Kb) TX bytes:505144 (493.3 Kb)
Interrupt:10 Memory:ed000000-ed001080
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:22 errors:0 dropped:0 overruns:0 frame:0
TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2548 (2.4 Kb) TX bytes:2548 (2.4 Kb)
tap0 Link encap:Ethernet HWaddr 00:FF:49:72:DC:9C
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1409 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:2104 (2.0 Kb)
Thank you in advance
Andrea Carignano
Ing. Andrea Carignano
Seac02 S.r.l.
c/o Incubatore del Politecnico di Torino
via Pier Carlo Boggio 61
10138 Torino Italia
Tel. +39.011.564.57.55
Fax +39.011.564.51.26
E-mail andrea.carignano@xxxxxxxxx <mailto:andrea.carignano@xxxxxxxxx>
www.seac02.it <http://www.seac02.it>
Questa E-mail è rivolta unicamente alle persone o enti ai quali è
indirizzata. Essa può contenere informazioni la cui riservatezza è
tutelata. Sono vietati la riproduzione e qualsiasi uso di questa e-mail
e/o delle informazioni in essa contenute in mancanza di autorizzazione
del destinatario. This e-mail is intended only for the person or entity
to which is addressed. It may contain information that is privileged,
proprietary, confidential, attorney work product or otherwise exempted
from disclosure under applicable law. Copying, dissemination or use of
this e-mail or the information herein by anyone other than the intended
recipient is prohibited.
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|