Ipchains and traffic accounting question

2001-08-08 Thread M . PITZL
Hello all, i have a simple question about ipchains and accounting traffic. I have 3 pcs at home, one is working as router to the internet and has set up ipchains as firewall. Now i want to see, how much traffic pc A (192.168.1.2) makes. All the pcs are connected via an old 10 Mbit ethernet card

RE: Network Drivers

2001-08-03 Thread M . PITZL
Already sent the module :) On Fri, 3 Aug 2001, Andy Laurence wrote: I suppose the big question is 'Can anyone compile the eepro100.o for 2.2.19?' Ok, I will give it a try. Be patient ;-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Re: Network Drivers

2001-08-02 Thread M . PITZL
I don't know whether it's of interest for you, but i'm running an Intel 82257 network adapter here with the eepro100 driver. I don't have any parameters about IRQ, DMA or similar attached to the module. I just load the eepro100 module and it works together with the other network drivers here (tlan

Re: Network Drivers

2001-08-02 Thread M . PITZL
Hm, i just checked intels homepage about drivers for this chipset. Perhaps you should take a look to http://appsr.intel.com/scripts-df/Detail_Desc.asp?strState=LIVEProductID=60DwnldObjID=2896strLangs= I hope, this will help you! Greetings, Matthias OK, I've managed to get the default drivers

ipchains question

2001-08-01 Thread M . PITZL
Hello all, i have a little question about ipchains. Does it make sense to block all incoming packets with the syn bit set through ipchains -A input -d $localhost 1025:65535 -y -p tcp -i ippp0 -j DENY ? Or will this hurt some non harmful connections too? Another question about this: What

Re: Network Drivers

2001-07-31 Thread M . PITZL
Hi, i think there's some file called README or INSTALL among the files in the archive. Read these! There usually is explained how to install the drivers. I also think that what you've downloaded are only the sources. You have to compile them first to get the real drivers out. But as saif before,

XNTPD question

2001-07-30 Thread M . PITZL
Hello all, i have a question about the XNTP daemon. I get a lot of synchronisation lost messages. The machine i am retrieving my time from is always up, so i don't have any idea why my machine is loosing it's sync all the time. Anyone has an idea why this happens? Thanks! Regards, Matthias --

VFS: Disk change detected on device?

2001-07-30 Thread M . PITZL
Hello, i am getting this strange message in an interval of 4 hours. The devices are the cdrom (ide1(22,0)) and the floppy (fd(2,0)). I don't know anything on my machine which is accessing this devices. There's no KDE or something similar running on my machine. I get also the following message all

Disk change detected on device

2001-07-26 Thread M . PITZL
Hello, I am getting this message from time to time on my server: kernel: VFS: Disk change detected on device ide1(22,0) kernel: VFS: Disk change detected on device fd(2,0) But i am sure that there are no disks neither inside the floppy nor inside the cdrom. No one is working locally on this

modprobe: can't locate module block-major-3

2001-07-23 Thread M . PITZL
Hello all, The last days i find this message in my /var/log/messages file and i don't know what this means. As far as i know on this computer is only a ide-cdrom attached to. All disks work with scsi. A modprobe -l | grep ide gives the following output: /lib/modules/2.2.12-20/scsi/ide-scsi.o

Printing Question

2001-07-19 Thread M . PITZL
Hello all, Is it possible to print from Linux on a printer attached to a Windows machine? How could i print on this printer? Any suggestions? Thanks! Regards, Matthias -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net GMX Tipp: Machen Sie Ihr Hobby zu Geld bei unserem

Question about the --color option of ls

2001-07-18 Thread M . PITZL
Hello, how does this color feature of ls work? If i make an alias like ls='ls --color' the output of ls is colored in some way. It colores executable files, subdirectories and symbolic links. As far as i have seen yet, there's a file called DIR_COLORS under /etc/ where a lot of more color stuff

Re: Question about the --color option of ls

2001-07-18 Thread M . PITZL
Hi, i found the answer myself :) You have to create a own dircolors file in your homedir with dircolors -p .colorsrc. This file one have to load into the LS_COLORS environment variable with eval `dircolors .dircolorsrc`. This works fine now :) Greets, Matthias Hello, how does this color

Re: How to make HTML changes avail immediately?

2001-07-18 Thread M . PITZL
Hello, have you tried to set the expires meta tag on your pages? Perhaps this will help you. meta http-equiv=expires content=0 This informs the browser to get the page under all circumstances from the webserver and to do no caching. Regards, Matthias On Wed, 18 Jul 2001, smokez wrote:

Re: MRTG

2001-07-17 Thread M . PITZL
Hi Peter, seems that MRTG is unable to resolve the name of your router into an IP address. Try to put the router into your hosts file. Or use the IP address instead of the name. Greets, Matthias This may sound like a stupid thing to say but i can't get mrtg working!!! tis is my first attempt

Re: MRTG

2001-07-17 Thread M . PITZL
Hi Peter, i had had this problem once because our nameserver has been down. I don't know how the snmpd is set up per default so i can't give you any advice what to do with it :( But as far as i can consider it's a problem with resolving the hostname. Greetings, Matthias I'v tryed to use the ip

Question about ipchains logging with syslog

2001-07-11 Thread M . PITZL
Hello all, I am using ipchains on my pc and i'm logging all denied packets via syslog with kern.* in the syslog.conf. My problem now is that i get a lot of other messages too. I want to log only the denied packets in a separate logfile. Has anyone an idea how i could do this? Thanks a lot!