Re: NATD and PPP problem

2003-08-14 Thread Francesco Casadei
On Tue, Aug 05, 2003 at 05:02:50PM +0200, Jacob Vennervald wrote: Hi I've installed a FreeBSD 4.8 machine, which I wanna use as a NAT/Router/Firewall. I have setup the pppoe connection which works perfectly and then I've tried to setup the machine as a NAT Router by setting the following

NATD and PPP problem

2003-08-09 Thread Jacob Vennervald
Hi I've installed a FreeBSD 4.8 machine, which I wanna use as a NAT/Router/Firewall. I have setup the pppoe connection which works perfectly and then I've tried to setup the machine as a NAT Router by setting the following in the rc.conf: firewall_enable=YES firewall_type=open natd_enable=YES

Re: NATD and PPP problem

2003-08-08 Thread Jacob Vennervald Madsen
Hi Thanks a lot! The natd_flag=-dynamic worked. Aparently the pppoe interface tun0 wasn't active yet when natd was started so it couldn't find the interface. Cheers, Jacob Vennervald On Wed, 2003-08-06 at 00:06, Francesco Casadei wrote: On Tue, Aug 05, 2003 at 05:02:50PM +0200, Jacob

Re: NATD and PPP problem

2003-08-05 Thread Jacob Vennervald
Hi Here is the ppp.conf file: default: set log Phase tun command # you can add more detailed logging if you wish set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0 webpartner: set device PPPoE:xl0 set authname set authkey set dial

Re: NATD and PPP problem

2003-08-05 Thread Jacob Vennervald
Hi again I finally got it working by specifying the static ip of my external interface in the natd_interface instead of tun0. Hope somebody else finds this helpfull. Cheers, Jacob Vennervald Jacob Vennervald wrote: Hi Here is the ppp.conf file: default: set log Phase tun command # you

Re: NATD and PPP problem

2003-08-05 Thread Alex de Kruijff
On Tue, Aug 05, 2003 at 05:02:50PM +0200, Jacob Vennervald wrote: Hi I've installed a FreeBSD 4.8 machine, which I wanna use as a NAT/Router/Firewall. I have setup the pppoe connection which works perfectly and then I've tried to setup the machine as a NAT Router by setting the following