[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bezeq's ADSL and FreeBSD



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