Re: Openvpn on FreeBSD 7
- From: Steve Quinn <letter2steve@xxxxxxxxx>
- Date: Tue, 10 Jun 2008 12:36:20 -0700 (PDT)
--- On Tue, 6/10/08, Nejc Škoberne <nejc@xxxxxxxxxxxx> 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 showsup 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 you show
the tail of your logs on both sides?
proto tcp
Why are you using TCP anyway?
Bye,
Nejc
Hi Andrew, Nejc, All
I just built my first FreeBSD 7.0 machine to test OpenVPN on it
It was a nice way to review/fix my OpenVPN page
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 Forwarding is enabled
Check it with
sysctl -a |grep net.inet.ip.f
Set it with
sysctl inet.inet.ip.forwarding=1
or
Alternatively set it by adding this to /etc/sysctl.conf
net.inet.ip.forwarding=1
I hope this helps
Take care
Steve
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Openvpn on FreeBSD 7
- From: Novembre
- Re: Openvpn on FreeBSD 7
- From: Nejc Škoberne
- Re: Openvpn on FreeBSD 7
- References:
- Re: Openvpn on FreeBSD 7
- From: Nejc Škoberne
- Re: Openvpn on FreeBSD 7
- Prev by Date: How to make flash plugin work in linux-firefox
- Next by Date: Re: xRAID disks....
- Previous by thread: Re: Openvpn on FreeBSD 7
- Next by thread: Re: Openvpn on FreeBSD 7
- Index(es):
Relevant Pages
|