Network Busy/Read Only Documents

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
bdarnes
OpenVpn Newbie
Posts: 2
Joined: Wed May 11, 2011 8:20 pm

Network Busy/Read Only Documents

Post by bdarnes » Wed May 11, 2011 9:31 pm

We are having issues with our windows clients (XP and 7) opening and saving documents. Occasionally the users will open a document make changes and be able to save the file. Usually they recieve a pop up that says either network busy or that the file is read only. Mac clients do not have any issues.

Server: Ubuntu 10.04.2
Open VPN: 2.2.0 and

Any help would be appreciated.

Server Config:

local 10.x.x.x
port 443
proto tcp
dev tun
ca ca.crt
cert server.crt
key server.key
client-cert-not-required
username-as-common-name
plugin /usr/lib/openvpn/openvpn-auth-ldap.so /etc/openvpn/auth-ldap.conf
dh dh1024.pem
server 172.x.x.x 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 10.x.x.x 255.255.255.0"
push "route 10.x.x.x 255.255.255.0"
push "route 10.x.x.x 255.255.255.0"
push "route 10.x.x.x 255.255.255.0"
push "route 10.x.x.x 255.255.255.0"
push "route 172.x.x.x 255.255.255.0"
push "dhcp-option DNS 10.200.10.5"
push "dhcp-option DOMAIN domain.com"
duplicate-cn
keepalive 10 120
comp-lzo
persist-key
persist-tun
status /var/log/openvpn/openvpn-status-tcp.log
log-append /var/log/openvpn/openvpn-tcp.log
verb 3
script-security 2
link-mtu 1456
mssfix 1412

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Network Busy/Read Only Documents

Post by janjust » Thu May 12, 2011 8:35 am

so the clients can connect successfully? IP routing works? how are the windows clients accessing files? via a Samba share? or directly to a windows file server? this sounds more like a Windows networking issue than a VPN issue.

have you tested that IP connectivity works ? tried to download a large file from the server?

bdarnes
OpenVpn Newbie
Posts: 2
Joined: Wed May 11, 2011 8:20 pm

Re: Network Busy/Read Only Documents

Post by bdarnes » Thu May 12, 2011 1:47 pm

Yes, clients can connect to the VPN, IP routing works and we are able to download large files successfully. Clients are accessing files via Samba.

Thanks!!

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Network Busy/Read Only Documents

Post by janjust » Fri May 13, 2011 10:47 am

this is a very nasty problem to troubleshoot:
*) the vpn works
*) accessing files on the samba share works
*) sometimes you get 'network busy' errors

hmmm your best bet is to optimize the throughput and latency for your windows clients; what kind of download/upload speeds are they getting?

also, then the 'network busy' message pops up, what do the samba logs show?

Post Reply