Re: Roach Motel For Packets...

2001-09-29 Thread Craig Sanders
On Sat, Sep 29, 2001 at 10:46:37AM -0400, Peter Billson wrote: > But if I try to ping eth1, or any of the IPs serviced by eth1, from a > remote machine the packets come into the router and disappear. They > do not get DENYed, ACCEPTed or FORWARDed by IPChains on any > interface. The rules relating

Re: dns takeover with dhcp-dns

2001-09-29 Thread Craig Sanders
On Sat, Sep 29, 2001 at 09:04:33PM +0200, PiotR wrote: > Anyone knows if dhcp-dns allows to filter some hostnames, in order > not to update them?. With the actual behavior its easy to take over > dns entries. I'm concerned about users taking over server's dns > entries.

Re: Roach Motel For Packets...

2001-09-29 Thread CaT
On Sun, Sep 30, 2001 at 10:18:28AM +1000, Craig Sanders wrote: > echo 1 >/proc/sys/net/ipv4/ip_forward > > use /etc/sysctl.conf to have it enabled automatically at boot. That's one way. The other being: vim /etc/network/options There you'll find two other useful options also. All 3 would be th

Re: Roach Motel For Packets...

2001-09-29 Thread Peter Billson
> as is required by RFC, routing is disabled by default. to enable > routing: > > echo 1 >/proc/sys/net/ipv4/ip_forward > > use /etc/sysctl.conf to have it enabled automatically at boot. 100% correct you are, but I have already done this. Note that "stuff" coming in eth0 is getting forwarded co

Re: Roach Motel For Packets...

2001-09-29 Thread Jeremy C. Reed
On Sat, 29 Sep 2001, Peter Billson wrote: > I have a Linux router with two connections from different service > providers (eth0 and eth1) coming in and want to route all traffic to go > out eth2. Eth0 is the router's default gateway > > I assigned eth2 two ips (eth2=192.168.0.1 and eth2:0=10

Apache logs

2001-09-29 Thread Jordi S . Bunster
I wonder. For my organization it is not really needed to log every GET instruction given to Apache. Where exactly in the configuration do I have to alter something for that matter? Regards ... -- Jsb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Roach Motel For Packets...

2001-09-29 Thread Peter Billson
Hi all, I have successfully created a Linux "Roach Motel"... packets check in, but they don't check out! Unfortunately, I was trying to create a router! :-) I have a Linux router with two connections from different service providers (eth0 and eth1) coming in and want to route all traffic to g

Re: Apache logs

2001-09-29 Thread Eirik Dentz
The following lines SetEnvIf Request_URI \.gif no_log_request SetEnvIf Request_URI \.jpg no_log_request Define what you don't want logged with SetEnvIf statement. The lines above sets this for files with the .gif and .jpg extensions. Then set your CustomLog line like this. This can be turned

dns takeover with dhcp-dns

2001-09-29 Thread PiotR
Hi Anyone knows if dhcp-dns allows to filter some hostnames, in order not to update them?. With the actual behavior its easy to take over dns entries. I'm concerned about users taking over server's dns entries. Any ideas? -- ... ___

Re: vmailmgr issue

2001-09-29 Thread Loopshot Operator
Heey, glad my memory isn't in as bad of condition as I first thought. :) I'm not positive, but I do know that qmail reads a bunch of control files upon startup, and it looks like your error message is stating that the control directory cannot be found. On a default qmail install from src, th