On Wed, Feb 04, 2009 at 01:36:55AM +0200, Nikos Chantziaras wrote: > Momesso Andrea wrote: >> On Tue, Feb 03, 2009 at 05:52:13PM +0000, Stroller wrote: >>> On 3 Feb 2009, at 17:43, Momesso Andrea wrote: >>>> ... >>>> What happens if I decide to switch to the "router" configuration? If I >>>> have a single IP for all the machines in the LAN, when someone from the >>>> outside will try to connect to homeserver.foo or to webserver.bar, will >>>> they be routed to the correct machine? >>> No, they will all reach the router's IP address. It will have an option >>> for "port forwarding" so that you can forward port 80 to the webserver >>> and ports 25 & 110 to the mail server. If you have two webservers behind >>> the router then you need to use one to proxy forward to the other. >>> >>> "NAT" is another Google keyword. >>> >>> Stroller. >> Is it correct to say that the configuration I alredy have (pppoe and >> different IPs) is the best choice? > > Since your ISP offers you the option to have two different IP, yes that the > best choice. Over here I would have to pay quite some money to get an > extra IP. So you're lucky I guess. > > Also, if your ISP allows PPPoA too instead of only PPPoE, use that instead. > It's a bit more optimal due to less overhead. But it's not critical or > something. Just a little and safe optimization. > Looks like my ISP allows both PPPoE and PPPoA. After some superficial googling it looks like PPPoE is preferred over ethernet modems and PPPoA over USB ones... Is it true? By the way what I need to do is to enable CONFIG_ATM and CONFIG_PPPOATM in the kernel and reemerge ppp with the "atm" USE flag. Then I need to change " plugins_ppp1=( "pppoe") " into " plugins_ppp1=( "pppoa vc-encaps") " in my /etc/conf.d/net. Is that all I need to have PPPoA working? ======= TopperH =======