Discussion:
[Openvpn-users] OpenVPN commercial license?
R J Thompson
2006-10-04 09:30:14 UTC
Permalink
Hello

We are a small firm looking to incorporate OpenVPN into our network
appliance, the appliance is basically a web frontend to manage multiple
open source networking tools including OpenVPN.

As we are looking to sell commercially, do we need to purchase a
commercial license for OpenVPN, if so, how and where would we find the
pricing etc..?

We are not making any changes to the OpenVPN code itself, we just use
the software and it is managed by our own we frontend.

Any help is appreciated.

Thanks

Richard
--
Richard Thompson
RETP Solutions Ltd

email: ***@retp.net
web: http://www.retp.net
tel: 0871 5043054
Janne Johansson
2006-10-04 09:55:16 UTC
Permalink
Post by R J Thompson
Hello
We are a small firm looking to incorporate OpenVPN into our network
appliance, the appliance is basically a web frontend to manage multiple
open source networking tools including OpenVPN.
As we are looking to sell commercially, do we need to purchase a
commercial license for OpenVPN, if so, how and where would we find the
pricing etc..?
We are not making any changes to the OpenVPN code itself, we just use
the software and it is managed by our own we frontend.
Any help is appreciated.
As long as you put the OpenVPN source somewhere along the distribution in
some form (unperverted)
then you can sell it for as much as you like. Since you aren't doing any
modifications to it, there really
shouldn't be any harm for your business to include the sources you used to
build openvpn since they already
are available from other sources.

http://www.gnu.org/philosophy/selling.html#HighOrLowFeesAndGPL
--
Some mornings, it's just not worth gnawing through the straps...
R J Thompson
2006-10-04 10:41:43 UTC
Permalink
Ok, thanks

We just want to know where we stand on the issue.

Regards

Richard
Post by R J Thompson
Hello
We are a small firm looking to incorporate OpenVPN into our network
appliance, the appliance is basically a web frontend to manage multiple
open source networking tools including OpenVPN.
As we are looking to sell commercially, do we need to purchase a
commercial license for OpenVPN, if so, how and where would we find the
pricing etc..?
We are not making any changes to the OpenVPN code itself, we just use
the software and it is managed by our own we frontend.
Any help is appreciated.
As long as you put the OpenVPN source somewhere along the distribution
in some form (unperverted)
then you can sell it for as much as you like. Since you aren't doing any
modifications to it, there really
shouldn't be any harm for your business to include the sources you used
to build openvpn since they already
are available from other sources.
http://www.gnu.org/philosophy/selling.html#HighOrLowFeesAndGPL
--
Some mornings, it's just not worth gnawing through the straps...
--
Richard Thompson
RETP Solutions Ltd

email: ***@retp.net
web: http://www.retp.net
tel: 0871 5043054
Jim Drash
2006-10-04 19:59:33 UTC
Permalink
You need to read the license from the OpenVPN web site:
http://openvpn.net/license.html. It is spelled out there not as a
response in a mailing list.
Post by R J Thompson
Ok, thanks
We just want to know where we stand on the issue.
Regards
Richard
Post by R J Thompson
Hello
We are a small firm looking to incorporate OpenVPN into our network
appliance, the appliance is basically a web frontend to manage multiple
open source networking tools including OpenVPN.
As we are looking to sell commercially, do we need to purchase a
commercial license for OpenVPN, if so, how and where would we find the
pricing etc..?
We are not making any changes to the OpenVPN code itself, we just use
the software and it is managed by our own we frontend.
Any help is appreciated.
As long as you put the OpenVPN source somewhere along the distribution
in some form (unperverted)
then you can sell it for as much as you like. Since you aren't doing any
modifications to it, there really
shouldn't be any harm for your business to include the sources you used
to build openvpn since they already
are available from other sources.
http://www.gnu.org/philosophy/selling.html#HighOrLowFeesAndGPL
--
Some mornings, it's just not worth gnawing through the straps...
--
Richard Thompson
RETP Solutions Ltd
web: http://www.retp.net
tel: 0871 5043054
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Openvpn-users mailing list
https://lists.sourceforge.net/lists/listinfo/openvpn-users
Bruno Cruvelier
2006-10-04 12:05:58 UTC
Permalink
Hi,

I have a little problem,

I have a VPN connection with a Windows client (XP and OpenVPN Gui) and a
Linux server (Debian).
It works great but sometimes, when I try to get a file (> 1MB) from the
distant network, I lost the connection. The strange things is that the
connection is still alive for OpenVPN Gui (green computer icon on the tasks
bar) but I can't go anywhere on the distant network (ping, file sharing,
http...). The logs doesn't show anything anormal because it's still
connected for him.

Did one of you already get this kind of error ?

Here are the configurations I'm using :
-----------
CLIENT SIDE
-----------
remote 213.XX.XX.XX
client
port 8192
dev tun
ca C:\\OpenVPN\\easy-rsa\\keys\\autorite-ca.crt
cert C:\\OpenVPN\\easy-rsa\\keys\\client.crt
key C:\\OpenVPN\\easy-rsa\\keys\\client.key
auth-user-pass
reneg-sec 3600
ping 10
comp-lzo
verb 5
ip-win32 dynamic
dhcp-option DOMAIN XX
dhcp-option DNS 192.168.1.1

-----------
SERVER SIDE
-----------
dev tun1
local 213.XX.XX.XX
float
client-config-dir /etc/openvpn/cert/fixed-ip
port 8192
proto udp
server 10.4.0.0 255.255.0.0
duplicate-cn
status /var/log/vpn_status 60
dh /etc/ssl/dh1024.pem
ca /etc/ssl/certs/autorite-ca.crt
cert /etc/ssl/server.crt
key /etc/ssl/private/serverPrivate.key
tun-mtu 1500
mssfix
auth-user-pass-verify /etc/openvpn/validateUser.sh via-file
comp-lzo
verb 5
log /var/log/openvpn.log
keepalive 10 240
push "route 192.168.1.0 255.255.255.0"
persist-key
persist-tun
persist-local-ip
Christoph Haas
2006-10-04 19:20:20 UTC
Permalink
Post by Bruno Cruvelier
I have a VPN connection with a Windows client (XP and OpenVPN Gui) and a
Linux server (Debian).
It works great but sometimes, when I try to get a file (> 1MB) from the
distant network, I lost the connection. The strange things is that the
connection is still alive for OpenVPN Gui (green computer icon on the
tasks bar) but I can't go anywhere on the distant network (ping, file
sharing, http...). The logs doesn't show anything anormal because it's
still connected for him.
Did one of you already get this kind of error ?
Sounds like MTU/fragmentation problems. Do you drop packet fragments at
your firewall? Read about the "fragment" and "mssfix" options. Also look
at your network traffic (ethereal/wireshark on Debian, Packetyzer on
Windows) and look for retransmissions. Does it work better if you lower
the MTU?

Can you ping/traceroute/mtr through the tunnel when the problem occurs?

Christoph
Bruno Cruvelier
2006-10-05 07:08:53 UTC
Permalink
----- Original Message -----
From: "Christoph Haas" <***@christoph-haas.de>
To: <openvpn-***@lists.sourceforge.net>
Sent: Wednesday, October 04, 2006 9:20 PM
Subject: Re: [Openvpn-users] Connection still alive but not working
Post by Christoph Haas
Post by Bruno Cruvelier
I have a VPN connection with a Windows client (XP and OpenVPN Gui) and a
Linux server (Debian).
It works great but sometimes, when I try to get a file (> 1MB) from the
distant network, I lost the connection. The strange things is that the
connection is still alive for OpenVPN Gui (green computer icon on the
tasks bar) but I can't go anywhere on the distant network (ping, file
sharing, http...). The logs doesn't show anything anormal because it's
still connected for him.
Did one of you already get this kind of error ?
Sounds like MTU/fragmentation problems. Do you drop packet fragments at
your firewall? Read about the "fragment" and "mssfix" options. Also look
at your network traffic (ethereal/wireshark on Debian, Packetyzer on
Windows) and look for retransmissions. Does it work better if you lower
the MTU?
The firewall allows everything from the tunnel.
I've read about these options.
I've tried to put the mtu to 1492.

I have to wait for some returns to see if it works.
Post by Christoph Haas
Can you ping/traceroute/mtr through the tunnel when the problem occurs?
I'll ask the client about it.

Thx for all your advice.
Post by Christoph Haas
Christoph
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Openvpn-users mailing list
https://lists.sourceforge.net/lists/listinfo/openvpn-users
Loading...