[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bezeq's ADSL and FreeBSD
- To: linux-il(at-nospam)linux.org.il
- Subject: Re: Bezeq's ADSL and FreeBSD
- From: Avishay Aton <cgadsl6(at-nospam)netvision.net.il>
- Date: Fri, 16 Nov 2001 17:17:16 +0200
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Disposition-notification-to: cgadsl6@netvision.net.il
- References: <20011116162926.A73098@localhost.bsd.net.il><002401c16ead$f2c419a0$9100000a@lotion><20011116165845.A73459@localhost.bsd.net.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
You can choose whatever you want(ppp-user or ppp-kernel)
just change the "PPPd_BINARY=" in the Makefile to what ever ppp you want to
use.
Also for nat,use ipfilter(a great packet filtering for BSD'S).to enable nat
, just create new
/etc/ipnat.rules
and put this in:
map tun0 10.0.0.0/8 -> 0/32 portmap tcp/udp 20000:30000
then invoke ipnat -CF -f /etc/inpnat.rules
of course,make sure that ipfilter is compiled to the kernel
Cheers
Avishay
----- Original Message -----
From: "Nimrod Mesika" <nimrodme@bezeqint.net>
To: "Avishay Aton" <cgadsl6@netvision.net.il>
Sent: Friday, November 16, 2001 4:58 PM
Subject: Re: Bezeq's ADSL and FreeBSD
> Thanks!
>
> Just wanted to make sure before I order the service.
>
> By the way, pptp seems to be running pppd and I'm kind of used to
> user-ppp (never did get the kernel ppp to work with my ISDN
> line).. Does that mean I have to enable kernel ppp support?
>
> On Fri, Nov 16, 2001 at 04:49:51PM +0200, Avishay Aton wrote:
> > sure,just take mulix pptp tar
> > and use it instead of the pptp tar in the ports collection.(put it in
> > /usr/ports/distfiles)
> > go to /usr/ports/net/pptp , make install clean
>
> --
> Nimrod.
>
>
>
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il