Re: about VPN solution

2005-08-11 Thread vladone
IPSEC not work on Win98 systems, and is not a very apreciated
solution!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: about VPN solution

2005-08-11 Thread Glenn Dawson

At 04:15 AM 8/11/2005, vladone wrote:

IPSEC not work on Win98 systems, and is not a very apreciated
solution!


You can use mpd which is in ports (/usr/ports/net/mpd) to set up a PPTP 
server that will work with the windows VPN client.


-Glenn



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: about VPN solution

2005-08-10 Thread vladone
Thanks all for reply.
I read some about openvpn. Look good but, if i understand corectly,
this not support pptp (that is default for VPN connections under
Windows OS) and need an client aplication tu be installed on
client machine. This is suported only on Win2000 and XP. I have an
clients with Win98 and for this is not possibil to use openvpn.

I read about authpf, look very good :). But this work with pf. I use
ipfw with dummynet for traffic shaping and ipnat for nat. This require
IPFW and IPFILTER. I think is not very good to enable three firewalls
(with PF).
Another problem, is that need for client to be authenticate via ssh. For
2-3 clients is ok, but for 100 is not very acceptable.

I see for win possibil to use pppoe (for all version). Is possibil to
build an solution with this? Hoe i can build an pppoe server?
Or another solution?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: about VPN solution

2005-08-09 Thread Glenn Dawson

At 03:15 AM 8/9/2005, vladone wrote:

Hi!
I have an private network, that acces the internet via an freebsd
gateway. I want to buil some authentication for my users, to prevent
ilegal connections. When an user want to connect to my gateway (to
acces the internet), require to enter user and password.
My questions is:
What solution, is best for this?


m0n0wall should be able to do what you want, and it's based on FreeBSD.
http://m0n0.ch/wall/

-Glenn



I read some about VPN, but if someone have an better documentation
aplicable for this situation please!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: about VPN solution

2005-08-09 Thread Panagiotis Christias
On 8/9/05, Glenn Dawson [EMAIL PROTECTED] wrote:
 At 03:15 AM 8/9/2005, vladone wrote:
 Hi!
 I have an private network, that acces the internet via an freebsd
 gateway. I want to buil some authentication for my users, to prevent
 ilegal connections. When an user want to connect to my gateway (to
 acces the internet), require to enter user and password.
 My questions is:
 What solution, is best for this?
 
 m0n0wall should be able to do what you want, and it's based on FreeBSD.
 http://m0n0.ch/wall/
 
 -Glenn

You could try openvpn (http://openvpn.net/) too. It can run as an
extra service on your freebsd box and provide ssl based vpn access
using ssl certificates for authentication.

Panagiotis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: about VPN solution

2005-08-09 Thread Pavel Jordák
On 9 Srpen 2005, 17:16, Panagiotis Christias napsal(a):
 On 8/9/05, Glenn Dawson [EMAIL PROTECTED] wrote:
 At 03:15 AM 8/9/2005, vladone wrote:
 Hi!
 I have an private network, that acces the internet via an freebsd
 gateway. I want to buil some authentication for my users, to prevent
 ilegal connections. When an user want to connect to my gateway (to
 acces the internet), require to enter user and password.
 My questions is:
 What solution, is best for this?

 m0n0wall should be able to do what you want, and it's based on FreeBSD.
 http://m0n0.ch/wall/

 -Glenn

 You could try openvpn (http://openvpn.net/) too. It can run as an
 extra service on your freebsd box and provide ssl based vpn access
 using ssl certificates for authentication.

 Panagiotis

Hi, vladone,

if I understand well your issue (to authenticate the inner users), I
think authpf(8) could be probably your friend.

Pavel.

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]