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" <[EMAIL PROTECTED]> To: "Avishay Aton" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
