openvpn routing

2013-07-16 Thread Pol Hallen
mtu 16384 [...] tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST metric 0 mtu 1500 inet 10.20.10.1 -- 10.20.10.2 netmask 0x Problem is: 10.20.10.2 is a gateway? why? On clients I've this error: OpenVPN ROUTE: OpenVPN needs a gateway parameter for a --route option and no default

Re: openvpn routing

2013-07-16 Thread Pol Hallen
This freebsd server in an internal lan server, IP 192.168.1.254. 192.168.1.212 is gateway on internet. [...] tap -- tun solved :-) Pol ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: openvpn and tap device

2013-06-02 Thread Beni Brinckman
I had to use tap0 instead of tun0 to get a connexion. I first create it with ifconfig tap0 create and then make the connexion with openvpn --config your-config-file.ovpn --dev tap0. This works for me. 2013/6/1 Teske, Devin devin.te...@fisglobal.com On May 29, 2013, at 8:52 AM, Pol Hallen

Re: openvpn and tap device

2013-06-01 Thread lokada...@gmx.de
On 29.05.2013 17:52, Pol Hallen wrote: It's a while since I looked at OpenVPN, so this is from unreliable memory, but IIRC it uses tap devices under Windows and tun devices under Unix(ish) OSes. Do you see tun0 appear? sorry for the mistake: tun device I don't have any tun devices but I can

Re: openvpn and tap device

2013-06-01 Thread Teske, Devin
On May 29, 2013, at 8:52 AM, Pol Hallen wrote: It's a while since I looked at OpenVPN, so this is from unreliable memory, but IIRC it uses tap devices under Windows and tun devices under Unix(ish) OSes. Do you see tun0 appear? sorry for the mistake: tun device I don't have any tun

Re: openvpn and tap device

2013-05-29 Thread Arthur Chance
On 05/28/13 23:14, Pol Hallen wrote: Hi all! I installed openvpn (I use it like client). There isn't any openvpn_enable=YES and openvpn_if=tap in rc.conf but after start openvpn I can connect to openvpn server and clients. ifconfig doesn't show me any tap interface is it a correct situation

Re: openvpn and tap device

2013-05-29 Thread Andrea Venturoli
On 05/29/13 09:36, Arthur Chance wrote: It's a while since I looked at OpenVPN, so this is from unreliable memory, but IIRC it uses tap devices under Windows and tun devices under Unix(ish) OSes. It can use tun OR tap device on both Unix(ish) (and IIRC the same holds for Windows). Do

Re: openvpn and tap device

2013-05-29 Thread Pol Hallen
It's a while since I looked at OpenVPN, so this is from unreliable memory, but IIRC it uses tap devices under Windows and tun devices under Unix(ish) OSes. Do you see tun0 appear? sorry for the mistake: tun device I don't have any tun devices but I can use openvpn to connect to other vpn

openvpn and tap device

2013-05-28 Thread Pol Hallen
Hi all! I installed openvpn (I use it like client). There isn't any openvpn_enable=YES and openvpn_if=tap in rc.conf but after start openvpn I can connect to openvpn server and clients. ifconfig doesn't show me any tap interface is it a correct situation? thanks

Re: OpenVPN vm cant connect to other VM's

2013-03-11 Thread lokada...@gmx.de
On 06.03.2013 11:38, Brent Clark wrote: Hi guys Im struggling with a freebsd vm, that I have that I use for a VPN connection too, from my workstation to my home LAN. And I was wondering if someone could peer review me and my problem. OpenVPN is working beautifully. I.e. I can connect

Re: OpenVPN vm cant connect to other VM's

2013-03-11 Thread Michael Sierchio
was wondering if someone could peer review me and my problem. OpenVPN is working beautifully. I.e. I can connect to some services (apache etc) that I run directly on my FreeBSD / openvpn vm. What im now trying to achieve is that I can connect to other VMs / machines on my home LAN. Im using

Re: OpenVPN vm cant connect to other VM's

2013-03-11 Thread lokada...@gmx.de
, from my workstation to my home LAN. And I was wondering if someone could peer review me and my problem. OpenVPN is working beautifully. I.e. I can connect to some services (apache etc) that I run directly on my FreeBSD / openvpn vm. What im now trying to achieve is that I can connect to other VMs

OpenVPN vm cant connect to other VM's

2013-03-06 Thread Brent Clark
Hi guys Im struggling with a freebsd vm, that I have that I use for a VPN connection too, from my workstation to my home LAN. And I was wondering if someone could peer review me and my problem. OpenVPN is working beautifully. I.e. I can connect to some services (apache etc) that I run

Working openvpn/pf configuration broken on upgrade from 8.3 to 9.0

2012-07-08 Thread Jeff Hedges
and a redirect rule. Here is the pf.conf on the machine: --%-- nic_wan = fxp0 nic_dmz = fxp2 nic_tun = tun0 # Perform NAT for outgoing connections from the DMZ nat log on $nic_wan from $nic_dmz:network to any - ($nic_wan) # Redirect incoming openvpn clients from the WAN to the openvpn server

Re: OpenVPN - what configuration do I need/want

2011-11-06 Thread Bill Tillman
  From: Ryan Coleman edi...@d3photography.com To: Bill Tillman btillma...@yahoo.com Cc: FreeBSD Questions freebsd-questions@freebsd.org Sent: Saturday, November 5, 2011 9:32 PM Subject: Re: OpenVPN - what configuration do I need/want So... basically you've just

Re: OpenVPN - what configuration do I need/want

2011-11-05 Thread Bill Tillman
  From: Ryan Coleman edi...@d3photography.com To: FreeBSD Questions freebsd-questions@freebsd.org Sent: Friday, November 4, 2011 10:22 AM Subject: OpenVPN - what configuration do I need/want I have a PE 2450 with dual NICs and I want to turn it into a bridging

Re: OpenVPN - what configuration do I need/want

2011-11-05 Thread perryh
Bill Tillman btillma...@yahoo.com wrote: the protocol used by OpenVPN would not work whatsoever with Cisco equipment ... That's what security/vpnc is for :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: OpenVPN - what configuration do I need/want

2011-11-05 Thread Ryan Coleman
, November 4, 2011 10:22 AM Subject: OpenVPN - what configuration do I need/want I have a PE 2450 with dual NICs and I want to turn it into a bridging VPN for the guys in the office to utilize. Our configuration: My office: 192.168.46.0/24 Server IPs: 192.168.46.2 [8.2-RELEASE] + public

OpenVPN - what configuration do I need/want

2011-11-04 Thread Ryan Coleman
I have a PE 2450 with dual NICs and I want to turn it into a bridging VPN for the guys in the office to utilize. Our configuration: My office: 192.168.46.0/24 Server IPs: 192.168.46.2 [8.2-RELEASE] + public IP Corporate office: 192.168.45.0/24 My VPN: 192.168.47.0/24 [preferred] There's

OpenVPN Setup

2011-05-11 Thread Bill Tillman
Thanks to everyone for the replies yesterday on OpenVPN. I'd like to report a few interesting things: 1. In doing some google searches on this last night, believe it or not some of the search results were the exact questions I asked in this group, only yesterday afternoon. And this was while I

Re: OpenVPN Setup

2011-05-11 Thread Ryan Coleman
You can still test it from home... do pings through a specific interface. Or change your routing table information. Also you can communicate from the server itself to the client to test. On May 11, 2011, at 8:11 AM, Bill Tillman wrote: Thanks to everyone for the replies yesterday on OpenVPN

Re: OpenVPN Setup

2011-05-11 Thread Kevin Wilcox
On Wed, May 11, 2011 at 09:11, Bill Tillman btillma...@yahoo.com wrote: 2. I have my OpenVPN process running on my FreeBSD server and wish to test it with the OpenVPN client for Windows on my laptop from an outside location. But the only outside locations I have access to right now

Re: OpenVPN Setup

2011-05-11 Thread Bill Tillman
From: Kevin Wilcox kevin.wil...@gmail.com To: Bill Tillman btillma...@yahoo.com Cc: freebsd-questions@freebsd.org Sent: Wed, May 11, 2011 9:28:08 AM Subject: Re: OpenVPN Setup On Wed, May 11, 2011 at 09:11, Bill Tillman btillma...@yahoo.com wrote: 2. I have

Re: OpenVPN Setup

2011-05-11 Thread Bill Tillman
  From: Kevin Wilcox kevin.wil...@gmail.com To: Bill Tillman btillma...@yahoo.com Cc: freebsd-questions@freebsd.org Sent: Wed, May 11, 2011 9:28:08 AM Subject: Re: OpenVPN Setup On Wed, May 11, 2011 at 09:11, Bill Tillman btillma...@yahoo.com wrote: 2. I have

OpenVPN Setup

2011-05-11 Thread Bill Tillman
Thanks again for all the great tips on OpenVPN setup. I think its about ready for real deployment but I have a couple of more questions. My OpenVPN server (10.0.0.254) is inside my LAN behind another FreeBSD router/gateway (10.0.0.253) which is running IPFW+NATD and handles the LAN's

OpenVPN Setup

2011-05-10 Thread Bill Tillman
I have a FreeBSD-8.2-STABLE server running OpenVPN. What I'm trying to do is to be able to access my LAN with my M$ Windows laptop using a M$ compatible client. I read the manpage and it basically sets forth examples in which there will be two (2) OpenVPN servers. In my case I will only have

Re: OpenVPN Setup

2011-05-10 Thread Chuck Swiger
On May 10, 2011, at 12:55 PM, Bill Tillman wrote: I have a FreeBSD-8.2-STABLE server running OpenVPN. What I'm trying to do is to be able to access my LAN with my M$ Windows laptop using a M$ compatible client. I read the manpage and it basically sets forth examples in which

Re: OpenVPN Setup

2011-05-10 Thread Darek M
On 5/10/2011 3:55 PM, Bill Tillman wrote: I have a FreeBSD-8.2-STABLE server running OpenVPN. What I'm trying to do is to be able to access my LAN with my M$ Windows laptop using a M$ compatible client. I read the manpage and it basically sets forth examples in which there will be two (2

Fw: OpenVPN Setup

2011-05-10 Thread Bill Tillman
  From: Chuck Swiger cswi...@mac.com To: Bill Tillman btillma...@yahoo.com Cc: freebsd-questions@freebsd.org Sent: Tue, May 10, 2011 4:14:34 PM Subject: Re: OpenVPN Setup On May 10, 2011, at 12:55 PM, Bill Tillman wrote: I have a FreeBSD-8.2-STABLE server

Re: OpenVPN Setup

2011-05-10 Thread Chuck Swiger
suggestions? Yes, follow the directions. OpenVPN works fine on FreeBSD. Regards, -- -Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: OpenVPN Setup

2011-05-10 Thread Bill Tillman
. From: Chuck Swiger cswi...@mac.com To: Bill Tillman btillma...@yahoo.com Cc: freebsd-questions@freebsd.org Sent: Tue, May 10, 2011 6:02:13 PM Subject: Re: OpenVPN Setup On May 10, 2011, at 2:50 PM, Bill Tillman wrote: OpenVPN's site provides fine documentation

Re: OpenVPN Setup

2011-05-10 Thread Bill Tillman
One more thing. I am going to need the Windows Client but I don't seem to find that at the OpenVPN site, only the full install which I assume installs the server as well as the client. Or am I missing the link to get just the client install. I would like to keep the overhead to a minimum

Re: OpenVPN Setup

2011-05-10 Thread Chuck Swiger
On May 10, 2011, at 3:31 PM, Bill Tillman wrote: One more thing. I am going to need the Windows Client but I don't seem to find that at the OpenVPN site, only the full install which I assume installs the server as well as the client. Or am I missing the link to get just the client install

Fw: OpenVPN Setup

2011-05-10 Thread Bill Tillman
From: Chuck Swiger cswi...@mac.com To: Bill Tillman btillma...@yahoo.com Cc: freebsd-questions@freebsd.org Sent: Tue, May 10, 2011 6:39:48 PM Subject: Re: OpenVPN Setup   OK I know I saw this somewhere but it eludes me now. I have generated the keys

Re: Fw: OpenVPN Setup

2011-05-10 Thread Kevin Wilcox
I'm supposed to copy them to. And my replies keep getting blocked by some kind of spam filter. The client conf and all certs can go in one directory under (32-bit Windows) C:\Program Files\OpenVPN\config\ (64-bit Windows) C:\Program Files(x86)\OpenVPN\config\ kmw

Re: Fw: OpenVPN Setup

2011-05-10 Thread Bill Tillman
From: Kevin Wilcox kevin.wil...@gmail.com To: Bill Tillman btillma...@yahoo.com Cc: freebsd-questions@freebsd.org Sent: Tue, May 10, 2011 7:42:21 PM Subject: Re: Fw: OpenVPN Setup On Tue, May 10, 2011 at 19:19, Bill Tillman btillma...@yahoo.com wrote: OK I

Re: Fw: OpenVPN Setup

2011-05-10 Thread Kevin Wilcox
) contains the information OpenVPN needs to find your OpenVPN server. A good sample can be found at http://openvpn.net/index.php/open-source/documentation/howto.html#examples. For example, I give the following config to my clients: client dev tun proto udp remote

Re: Fw: OpenVPN Setup

2011-05-10 Thread Kevin Wilcox
On Tue, May 10, 2011 at 20:09, Kevin Wilcox kevin.wil...@gmail.com wrote: On Tue, May 10, 2011 at 19:59, Bill Tillman btillma...@yahoo.com wrote:    client1.crt    client1.csr    client1.key You only need to copy the .crt and .key files, those are your key and certificate for the client

Re: OpenVPN Setup

2011-05-10 Thread Kevin Wilcox
On Tue, May 10, 2011 at 20:50, Frank Griffith frnkgrf...@yahoo.com wrote: Anyway, I tried to start the OpenVPN server on the FreeBSD server and it will not start. I got this message: # openvpn /usr/local/etc/openvpn/server.conf Tue May 10 20:35:11 2011 OpenVPN 2.2.0 amd64-portbld-freebsd8.2

Re: OpenVPN routing

2011-04-27 Thread Maciej Milewski
On Wednesday 27 of April 2011 01:15:09, Ryan Coleman wrote: Maciej, Here you go: Ryan-Colemans-MacBook-Pro:~ ryanjcole$ netstat -rn Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire default10.0.1.1 UGSc

Re: OpenVPN routing

2011-04-26 Thread Maciej Milewski
=143LEARNING,DISCOVER,AUTOEDGE,AUTOPTP ifmaxaddr 0 port 1 priority 128 path cost 2 On Apr 25, 2011, at 9:36 PM, Ryan Coleman wrote: I've got an OpenVPN connection working to my remote server, but I want to route the traffic to the local LAN. I have a bridge set up

Re: OpenVPN routing

2011-04-26 Thread Nathan Vidican
On Mon, Apr 25, 2011 at 10:36 PM, Ryan Coleman ryan.cole...@cwis.biz wrote: I've got an OpenVPN connection working to my remote server, but I want to route the traffic to the local LAN. I have a bridge set up, pingable... but can't ping the em1 (192.168.46.2) from the remote machine

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
On Apr 26, 2011, at 8:32 AM, Nathan Vidican wrote: On Mon, Apr 25, 2011 at 10:36 PM, Ryan Coleman ryan.cole...@cwis.biz wrote: I've got an OpenVPN connection working to my remote server, but I want to route the traffic to the local LAN. I have a bridge set up, pingable... but can't ping

Re: OpenVPN routing

2011-04-26 Thread Diego Arias
On Tue, Apr 26, 2011 at 8:45 AM, Ryan Coleman ryan.cole...@cwis.biz wrote: On Apr 26, 2011, at 8:32 AM, Nathan Vidican wrote: On Mon, Apr 25, 2011 at 10:36 PM, Ryan Coleman ryan.cole...@cwis.biz wrote: I've got an OpenVPN connection working to my remote server, but I want to route

Re: OpenVPN routing

2011-04-26 Thread Maciej Milewski
On Tuesday 26 of April 2011 15:45:22, Ryan Coleman wrote: I have a bridge set up, pingable... but can't ping the em1 (192.168.46.2) from the remote machine. ... push route 192.168.47.0 255.255.255.0 Have you tried adding the route to 192.168.46.0/24 subnet into the vpn client? You want to

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
On Apr 26, 2011, at 9:53 AM, Maciej Milewski wrote: On Tuesday 26 of April 2011 15:45:22, Ryan Coleman wrote: I have a bridge set up, pingable... but can't ping the em1 (192.168.46.2) from the remote machine. ... push route 192.168.47.0 255.255.255.0 Have you tried adding the route to

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
On Apr 26, 2011, at 3:50 PM, Ryan Coleman wrote: On Apr 26, 2011, at 9:53 AM, Maciej Milewski wrote: On Tuesday 26 of April 2011 15:45:22, Ryan Coleman wrote: I have a bridge set up, pingable... but can't ping the em1 (192.168.46.2) from the remote machine. ... push route 192.168.47.0

Re: OpenVPN routing

2011-04-26 Thread Ryan Coleman
On Apr 26, 2011, at 9:07 AM, Diego Arias wrote: If you need to route LAN - TO - LAN just enable the client-to-client. Its a Security Feature of OpenVPN http://www.secure-computing.net/wiki/index.php/OpenVPN/Routing I've done that and it had no effect

OpenVPN routing

2011-04-25 Thread Ryan Coleman
I've got an OpenVPN connection working to my remote server, but I want to route the traffic to the local LAN. I have a bridge set up, pingable... but can't ping the em1 (192.168.46.2) from the remote machine. Server.conf: local 192.168.46.2 port 1194 proto udp dev tap ca keys/cacert.pem cert

Re: OpenVPN routing

2011-04-25 Thread Ryan Coleman
ifmaxaddr 0 port 1 priority 128 path cost 2 On Apr 25, 2011, at 9:36 PM, Ryan Coleman wrote: I've got an OpenVPN connection working to my remote server, but I want to route the traffic to the local LAN. I have a bridge set up, pingable... but can't ping the em1 (192.168.46.2) from

openvpn client on pf gateway

2010-11-04 Thread Samuel Martín Moro
Hi, I'm using a FreeBSD-8.1 (RELEASE, amd64) as gateway for my local network. And pf as firewall. I'm renting a dedicated box, running openvpn. My gateway is configured as a client of this VPN. I modified my pf.conf to provide internet to my local network. I configured iptables on the VPN

Re: openvpn client on pf gateway

2010-11-04 Thread krad
On 4 November 2010 10:15, Samuel Martín Moro faus...@gmail.com wrote: Hi, I'm using a FreeBSD-8.1 (RELEASE, amd64) as gateway for my local network. And pf as firewall. I'm renting a dedicated box, running openvpn. My gateway is configured as a client of this VPN. I modified my pf.conf

Re: OpenVPN Client

2009-07-26 Thread Drew Tomlinson
Leonardo M. Ramé wrote: Well, I opted for deinstalling openvpn and install openvpn-devel (2.1). Now it reads my client.ovpn file, and it seems to be going a little step further, now it seems to be a problem with route add. It's not really a problem with 'route add'. The problem

Re: OpenVPN Client

2009-07-26 Thread Leonardo M . Ramé
Thanks Drew!, I'll change my home network to test this. Leonardo. --- On Sun, 7/26/09, Drew Tomlinson d...@mykitchentable.net wrote: From: Drew Tomlinson d...@mykitchentable.net Subject: Re: OpenVPN Client To: Leonardo M. Ramé martinr...@yahoo.com Cc: freebsd-questions@freebsd.org Date

OpenVPN Client

2009-07-25 Thread Leonardo M . Ramé
Hi, I'm trying to connect to an OpenVPN server in my office. To do this, I installed OpenVPN 2.0.6 i386-portbld-freebsd7.2 [SSL] [LZO] from ports, and looking at different tutorials I found it needs a config file in /usr/local/etc/openvpn/openvpn.conf. The problem here, is that our server

Re: OpenVPN Client

2009-07-25 Thread Bill Campbell
On Sat, Jul 25, 2009, Leonardo M. Ram? wrote: Hi, I'm trying to connect to an OpenVPN server in my office. To do this, I installed OpenVPN 2.0.6 i386-portbld-freebsd7.2 [SSL] [LZO] from ports, and looking at different tutorials I found it needs a config file in /usr/local/etc/openvpn

Re: OpenVPN Client

2009-07-25 Thread chris scott
2009/7/25 Leonardo M. Ramé martinr...@yahoo.com Hi, I'm trying to connect to an OpenVPN server in my office. To do this, I installed OpenVPN 2.0.6 i386-portbld-freebsd7.2 [SSL] [LZO] from ports, and looking at different tutorials I found it needs a config file in /usr/local/etc/openvpn

Re: OpenVPN Client

2009-07-25 Thread Leonardo M . Ramé
tun by tun1 in openvpn.conf, and the result is this: Sat Jul 25 15:09:46 2009 OpenVPN 2.0.6 i386-portbld-freebsd7.2 [SSL] [LZO] built on Jul 24 2009 Enter Auth Username:nico Enter Auth Password: Sat Jul 25 15:09:48 2009 WARNING: file '/usr/local/etc/openvpn/keys/key.key' is group or others

Re: OpenVPN Client

2009-07-25 Thread Leonardo M . Ramé
Well, I opted for deinstalling openvpn and install openvpn-devel (2.1). Now it reads my client.ovpn file, and it seems to be going a little step further, now it seems to be a problem with route add. I have to mention that the client machine is connected to a router using DHCP in the network

Re: Openvpn question

2009-05-10 Thread Octavian Ionescu
Darryl Hoar wrote: Installed Openvpn on my freebsd server. Had to revoke a certificate already. The Openvpn howto guide says to add crl-verify crl.pem to the server config script. Is that the openvpn server config script or the openssl config script (I self generate certificates) ? Been

Openvpn question

2009-05-09 Thread Darryl Hoar
Installed Openvpn on my freebsd server. Had to revoke a certificate already. The Openvpn howto guide says to add crl-verify crl.pem to the server config script. Is that the openvpn server config script or the openssl config script (I self generate certificates) ? Been googling and searching

strange routing behaviour with openvpn

2009-04-24 Thread Neo [GC]
Hi, I'm using openvpn to connect my vpn-gateway at home to an external server, both are FreeBSD-boxes (6.2-STABLE). The external server has an fixed IP, the client at home connects to a router, which gets a new IP every 24 hours. The client is configured as router (gateway_enable=YES) which

strange routing behaviour with openvpn

2009-04-24 Thread Neo [GC]
Hi, I'm using openvpn to connect my vpn-gateway at home to an external server, both are FreeBSD-boxes (6.2-STABLE). The external server has an fixed IP, the client at home connects to a router, which gets a new IP every 24 hours. The client is configured as router (gateway_enable=YES) which

Re: strange routing behaviour with openvpn

2009-04-24 Thread Chuck Swiger
Hi, Neo-- On Apr 24, 2009, at 3:26 PM, Neo [GC] wrote: After my router gets a new IP, the openvpn client reconnects to the server and the tunnel is usable from free...@home to free...@external. But: I have one Vista and one OSX at home, both have static routes to the FreeBSD-box

Re: Openvpn on FreeBSD 7

2008-06-17 Thread Novembre
Steve Quinn letter2steve at yahoo.com writes: I forgot to stress how important the sysctl setting is for net.inet.ip.forwarding The default is disabled (0) and I to could not connect beyond the OpenVPN server I'm editing the page now to include something like this Make sure IP

Re: Openvpn on FreeBSD 7

2008-06-14 Thread Novembre
Andrew Berry andrewberry at sentex.net writes: Hi, I recently upgraded a machine from FreeBSD 6.3 to 7.0. Everything is working fine except for the OpenVPN server. I had it set up with a bridge configuration, but now even with a basic tunnel I can't get successful ping across

Re: Openvpn on FreeBSD 7

2008-06-11 Thread Nejc Škoberne
and OpenVPN still works (I have gateway_enable in my rc.conf, of course). Bye, Nejc ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Openvpn on FreeBSD 7

2008-06-11 Thread Andrew Berry
On 10-Jun-08, at 3:02 AM, Nejc Škoberne wrote: Actually I don't think you can do the same thing with a tunnel. You have to use a different IP addresses for the tunnel itself. Have you read the OpenVPN manual? Yes, I should have been clearer: With a tunnel, I can still push routes and DNS

Re: Openvpn on FreeBSD 7

2008-06-11 Thread Oliver Fromme
Andrew Berry wrote: Nejc ?koberne wrote: Why are you using TCP anyway? I'd been having problems with UDP and QoS a long time ago. I just hadn't bothered to change it since it was working. Note that using TCP on top of TCP can cause certain problems, especially when packets are

Re: Openvpn on FreeBSD 7

2008-06-10 Thread Nejc Škoberne
with a tunnel. You have to use a different IP addresses for the tunnel itself. Have you read the OpenVPN manual? Yes, I did: 'tcpdump -i tun0'. Nothing shows up on the server, but on the client (OS X) I can see the pings being sent. This means that there is a problem with the OpenVPN connection. Can

Re: Openvpn on FreeBSD 7

2008-06-10 Thread Steve Quinn
--- On Tue, 6/10/08, Nejc Škoberne [EMAIL PROTECTED] wrote: Actually I don't think you can do the same thing with a tunnel. You have to use a different IP addresses for the tunnel itself. Have you read the OpenVPN manual? Yes, I did: 'tcpdump -i tun0'. Nothing shows up on the server

Openvpn on FreeBSD 7

2008-06-09 Thread Andrew Berry
Hi, I recently upgraded a machine from FreeBSD 6.3 to 7.0. Everything is working fine except for the OpenVPN server. I had it set up with a bridge configuration, but now even with a basic tunnel I can't get successful ping across the VPN. I can make a connection from both Linux and OS X

Re: Openvpn on FreeBSD 7

2008-06-09 Thread Nejc Škoberne
Hey, I recently upgraded a machine from FreeBSD 6.3 to 7.0. Everything is working fine except for the OpenVPN server. I had it set up with a bridge configuration, but now even with a basic tunnel I can't get successful ping across the VPN. I can make a connection from both Linux and OS X

Re: Openvpn on FreeBSD 7

2008-06-09 Thread Andrew Berry
: It's no longer doing bridging though. openvpn.conf: port 1194 proto tcp dev tun ca ca.crt cert server.crt dh dh1024.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt keepalive 10 120 comp-lzo persist-key persist-tun status openvpn-status.log verb 3 And on my client: tls-client dev

openvpn server in a jail

2008-04-21 Thread Rek Jed
Hi, Is it possible to run an openvpn server inside of a FreeBSD jail? Cheers, Rek. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: openvpn server in a jail

2008-04-21 Thread Bill Moran
In response to Rek Jed [EMAIL PROTECTED]: Hi, Is it possible to run an openvpn server inside of a FreeBSD jail? I couldn't get it to work. The primary problem being that OpenVPN needs to create a tun device, and you can't do that inside a jail. Someone more clever than I may have figured

Re: openvpn server in a jail

2008-04-21 Thread Shelby Cain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill Moran wrote: | | I couldn't get it to work. The primary problem being that OpenVPN needs | to create a tun device, and you can't do that inside a jail. | | Someone more clever than I may have figured out a way to pull it off ... | I'd

VPN setup with OpenVPN (was: mpd pptp server?)

2008-03-23 Thread Alex de Kruijff
it possible for Windows clients to access their Samba home shares. I'm not sure if mpd is the best solution, but I will give it a try. I have installed /usr/ports/mpd4 and have the following configuration: I run openvpn on FreeBSD and Windows XP. I have now succeeded in establishing

Re: any body has a tutorial of installing the openvpn on current versions of freebsd ?

2007-10-04 Thread Eric Crist
On Oct 3, 2007, at 2:47 PMOct 3, 2007, [EMAIL PROTECTED] wrote: On 2/10/2007, Yong [EMAIL PROTECTED] wrote: sorry, I meant install openvpn in bridged mode - that will imply creating some devices, creating the config files that will permit to connect a test user something or somebody

Re: any body has a tutorial of installing the openvpn on current versions of freebsd ?

2007-10-03 Thread fatman
On 2/10/2007, Yong [EMAIL PROTECTED] wrote: sorry, I meant install openvpn in bridged mode - that will imply creating some devices, creating the config files that will permit to connect a test user something or somebody that has done it from point to point - till the moment that it is stated

any body has a tutorial of installing the openvpn on current versions of freebsd ?

2007-10-02 Thread Yong
Hello, does any body has a guide for bridging install of openvpn on freebsd 6.2 ? found some and but apparently old stuff thanks. -- Yong ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: any body has a tutorial of installing the openvpn on current versions of freebsd ?

2007-10-02 Thread Hakan K
http://www.installationwiki.org/OpenVPN#Installing_OpenVPN_on_FreeBSD I hope this is not an old one. Thanks Hakan http://dominor.com On 10/2/07, Yong [EMAIL PROTECTED] wrote: Hello, does any body has a guide for bridging install of openvpn on freebsd 6.2 ? found some

Re: any body has a tutorial of installing the openvpn on current versions of freebsd ?

2007-10-02 Thread Yong
sorry, I meant install openvpn in bridged mode - that will imply creating some devices, creating the config files that will permit to connect a test user something or somebody that has done it from point to point - till the moment that it is stated and user has connected. thanks On 3

Re: any body has a tutorial of installing the openvpn on current versions of freebsd ?

2007-10-02 Thread Philip M. Gollucci
Hakan K wrote: http://www.installationwiki.org/OpenVPN#Installing_OpenVPN_on_FreeBSD I hope this is not an old one. This is just dead wrong: ==Copy this file to /etc/rc.d/openvpn and correct the path variables to ==your needs. nothing from ports should ever be outside /usr/local Yes

Multiple Instances of OpenVPN

2007-09-26 Thread Marcos Vinicius Buzo
Good afternoon. I would like to know how could I run multiple instances of openvpn with one startup script for each config file. I'm running one instance with the /usr/local/etc/rc.d/openvpn script and another with the command openvpn --config configfile. Thanks in advance

Re: Multiple Instances of OpenVPN

2007-09-26 Thread Darren Spruell
On 9/26/07, Marcos Vinicius Buzo [EMAIL PROTECTED] wrote: Good afternoon. I would like to know how could I run multiple instances of openvpn with one startup script for each config file. I'm running one instance with the /usr/local/etc/rc.d/openvpn script and another with the command openvpn

Re: openvpn on freebsd problem

2007-05-27 Thread Benjamin Lutz
On Saturday 26 May 2007 16:39, User Pjf wrote: I install openvpn from port. Follow openvpn.net howto, vpn can connect from client to server, but on client side, I cann't ping server side other machines. On my server side, vpn server and gateway is same one box, I use dev tun, the server has

Re: openvpn on freebsd problem

2007-05-27 Thread Pei Pjf
On Sun, May 27, 2007 at 06:37:35PM +0200, Benjamin Lutz wrote: On Saturday 26 May 2007 16:39, User Pjf wrote: I install openvpn from port. Follow openvpn.net howto, vpn can connect from client to server, but on client side, I cann't ping server side other machines. On my server side

openvpn on freebsd problem

2007-05-26 Thread User Pjf
Hello list: I install openvpn from port. Follow openvpn.net howto, vpn can connect from client to server, but on client side, I cann't ping server side other machines. On my server side, vpn server and gateway is same one box, I use dev tun, the server has a public static ip address, install

Problem with OpenVPN and ethernet bridging

2007-04-22 Thread James Long
I'm trying to get my feet wet with an ethernet bridging setup under OpenVPN. I have two hosts on a 10.0.0.0/24 network that I want to connect: dl360 is the server, and t30 is the client. These hosts are resolvable by /etc/hosts. TLS seems to be working from certs I created at cacert.org

Re: OpenVPN in QEMU on FreeBSD 6.x ...

2006-02-23 Thread Eric Schuele
Marc G. Fournier wrote: Did some searching tonight, to see what was available as an OSS alternative to VMWare, and came across QEMU ... what I'm interested in doing is running a QEMU vServer that runs FreeBSD inside of it, and will support having outside connections talking to it as a VPN

Re: OpenVPN in QEMU on FreeBSD 6.x ...

2006-02-23 Thread [EMAIL PROTECTED]
On 2/23/06, Eric Schuele [EMAIL PROTECTED] wrote: Marc G. Fournier wrote: Did some searching tonight, to see what was available as an OSS alternative to VMWare, and came across QEMU ... what I'm interested in doing is running a QEMU vServer that runs FreeBSD inside of it, and will

Re: OpenVPN in QEMU on FreeBSD 6.x ...

2006-02-23 Thread Marc G. Fournier
sure those would be faster. I know exactly nothing about networking in jails and/or chroot environments, so qemu may be the thing. To do OpenVPN (or some such) within a Jail involves a fair amount of work on the root server itself ... something I *may* eventually do, but was/am hoping

OpenVPN in QEMU on FreeBSD 6.x ...

2006-02-22 Thread Marc G. Fournier
Did some searching tonight, to see what was available as an OSS alternative to VMWare, and came across QEMU ... what I'm interested in doing is running a QEMU vServer that runs FreeBSD inside of it, and will support having outside connections talking to it as a VPN hub(?) ... basically, I

problem sourcing a file while configuring OpenVPN 2.0 on FreeBSD 6.0

2005-12-01 Thread Matt Singerman
): # easy-rsa parameter settings export D=`pwd` export KEY_CONFIG=$D/openssl.cnf export KEY_DIR=$D/keys echo NOTE: when you run ./clean-all, I will be doing a rm -rf on $KEY_DIR export KEY_SIZE=1024 export KEY_COUNTRY=KG export KEY_PROVINCE=NA export KEY_CITY=BISHKEK export KEY_ORG=OpenVPN-TEST

Re: problem sourcing a file while configuring OpenVPN 2.0 on FreeBSD 6.0

2005-12-01 Thread Alex Zbyslaw
Matt Singerman wrote: Hi all, Perhaps I am missing something incredibly stupid here, but I can't source the vars file that is part of the OpeVPN configuration process: # source ./vars export: Command not found. D: Undefined variable. You are running csh and this script is for sh and

Re: problem sourcing a file while configuring OpenVPN 2.0 on FreeBSD 6.0

2005-12-01 Thread Matt Singerman
Just as I thought, I'm a dullard. Switched to sh, and all is working find. Thanks. On 12/1/05, Alex Zbyslaw [EMAIL PROTECTED] wrote: Matt Singerman wrote: Hi all, Perhaps I am missing something incredibly stupid here, but I can't source the vars file that is part of the OpeVPN

OpenVPN routing problems.

2005-11-27 Thread David Scheidt
I'm trying to set up an OpenVPN tunnel, from a remote (Win XP) machine to my local network. I've got that working, except for one problem. When I start the OpenVPN server, my FreeBSD router/firewall/ipnat/OpenVPN machine stops routing packets to the outside world. The machine is running 6.0

multiple openvpn daemon startup

2005-11-15 Thread Derrick MacPherson
I'm wondering if anyone has, or can suggest how to have multiple openvpn daemons start up from the rc.d/openvpn.sh script? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

[Fwd: Re: [Openvpn-users] Problems on FreeBSD and MacOSX (buffer space available)]

2005-09-21 Thread Derrick MacPherson
Forwarding to freebsd-questions: There are 3 of us know that are having this same issue with OpenVPN and FreeBSD. The thread starts here: http://openvpn.net/archive/openvpn-users/2005-08/msg00356.html Anyone else having this issue, or know of a fix? Forwarded Message From

  1   2   >