Re: PPPoE client+pf+nat

2009-10-27 Thread RW
On Tue, 27 Oct 2009 06:51:26 -0700 (PDT) Dánielisz László wrote: > Hello, > > I am looking to configure my FreeBSD 8.0 machine for the purpose > specified in the subject. Let's say I have two NICs in my PC: ext_if > (for wan/pppoe connection) and int_if for my LAN. How would you > manage to get

Re: PPPoE client+pf+nat

2009-10-27 Thread Andreas Rudisch
On Tue, 27 Oct 2009 06:51:26 -0700 (PDT) Dánielisz László wrote: > Let's say I have two NICs in my PC: ext_if (for wan/pppoe connection) and > int_if for my LAN. > How would you manage to get work NAT with pf using PPPoE from my ISP As a start your pf.conf could look a bit like this: # ext_

Re: PPPoE client+pf+nat

2009-10-27 Thread Polytropon
On Tue, 27 Oct 2009 06:51:26 -0700 (PDT), Dánielisz László wrote: > Hello, > > I am looking to configure my FreeBSD 8.0 machine for the purpose specified in > the subject. > Let's say I have two NICs in my PC: ext_if (for wan/pppoe connection) and > int_if for my LAN. > How would you manage to

PPPoE client+pf+nat

2009-10-27 Thread Dánielisz László
Hello, I am looking to configure my FreeBSD 8.0 machine for the purpose specified in the subject. Let's say I have two NICs in my PC: ext_if (for wan/pppoe connection) and int_if for my LAN. How would you manage to get work NAT with pf using PPPoE from my ISP; I'd like to use DHCP on my LAN. T