Re: Linux server as gateway

2001-09-13 Thread George Karaolides
Hi, re. using a Linux box as gateway from a LAN to the Internet: Once you have set up your Internet connection as the default route on the Linux box. You don't say whether you have done this already, or what type of connection you have, so I can't help on this step. Once the default route to

Re: Linux server as gateway

2001-09-12 Thread secher
Read teh IPMasq HOWTO, Peace On Wed, Sep 12, 2001 at 10:23:50PM +0200, Wolfgang Hlawatsch wrote: > Hello, > > I want to use my Linux printserver as an internet gateway (or router) for my > other > computers. > > what packages are needed to be installed for that service? Is Apache > recommende

Re: Linux server as gateway

2001-09-12 Thread Adam McDaniel
On Wed, Sep 12, 2001 at 10:23:50PM +0200, Wolfgang Hlawatsch wrote: > what packages are needed to be installed for that service? Is Apache > recommended? Apache is a web server, for producing content on the web. You dont need it if you just want to setup a router/firewall -- Adam McDaniel Infras

Re: Linux server as gateway

2001-09-12 Thread Martin F Krafft
also sprach Wolfgang Hlawatsch (on Wed, 12 Sep 2001 10:23:50PM +0200): > what packages are needed to be installed for that service? Is Apache > recommended? ipchains for 2.2.x kernels iptables for 2.4.x kernels that's it. now read the packetfilter/firewall/ipchains/iptables howto. and *why* woul