Re: iptables

2005-11-05 Thread Jörg Schütter
, > unfortunately being new to Debian i'm unable to find the > location of iptable. Why not puting them in /etc/network/interfaces? pre-up /sbin/iptables -t filter -A INPUT -p tcp \ -m state --state INVALID -j DROP || /bin/true ... Don't forget to load all the mo

creating symlinks in /proc

2005-11-04 Thread Jörg Schütter
ssume this path is unafected by udev-rules. To make kismet run I just want to create a symlink from eth0 to eth_wlan in /proc/drivers/aironet/ Jörg -- Jörg Schütter http://www.schuetter.org/joerg [EMAIL PROTECTED]http://www.lug-untermain.de/

Re: renamed interfaces or ifrename confuse other programs

2005-11-02 Thread Jörg Schütter
Hello Marc, On Wed, 2 Nov 2005 16:01:43 - marc <[EMAIL PROTECTED]> wrote: > Jörg Schütter said... > > Hello Marc, > > > > On Wed, 2 Nov 2005 13:30:08 - > > marc <[EMAIL PROTECTED]> wrote: > > > > > Jörg Schütter said... > > &

Re: renamed interfaces or ifrename confuse other programs

2005-11-02 Thread Jörg Schütter
Hello Marc, On Wed, 2 Nov 2005 13:30:08 - marc <[EMAIL PROTECTED]> wrote: > Jörg Schütter said... > > Hi > > > > I'm using ifrename to give my network interfaces other names > > (lan, wlan and testlan). Unfortunately this confuses a few > >

Re: Help: regarding comparing two directory structures

2005-11-02 Thread Jörg Schütter
ectories and their > subdirectories. I am not interested about their contnets like > files. cd $dir1; find . -type d | sort > /tmp/dir1 cd $dir2; find . -type d | sort > /tmp/dir2 diff --brief /tmp/dir1 /tmp/dir2 Jörg -- Jörg Schütter http://www.schuetter.org/joerg [EMAIL

renamed interfaces or ifrename confuse other programs

2005-11-02 Thread Jörg Schütter
ainst ifrename for adding informations regarding this problems - let all interface names start with eth_ in hope the applications will be able to use this interfaces again (not tested) - ... Jörg -- Jörg Schütter http://www.schuetter.org/joerg [EMAIL PROT

Re: Strange crontab-problem

2005-10-10 Thread Jörg Schütter
ther words, $AANTAL is always > greater than 0. When I echo the value of $AANTAL I see > that running from crontab it is always 1, running the > script interactive it is always 0 (if sshd is not > active) Use pgrep sshd instead of your script line, see ps -ef | /bin/grep '/usr

Re: Basic routing problem

2005-10-08 Thread Jörg Schütter
; > Anybody any suggestions what is going on, or any ideas which route or > modules are missing on which machine? > Jörg -- Jörg Schütter http://www.schuetter.org/joerg [EMAIL PROTECTED]http://www.lug-untermain.de/

Re: can not edit XF86Config-4

2005-09-15 Thread Jörg Schütter
Hello dale, On Fri, 16 Sep 2005 00:04:29 -0400 (EDT) dale schleyer <[EMAIL PROTECTED]> wrote: > for some reason i am unable to edit the XF86Config file even > though i am logged in as "root" You are using which editor and get which error? Jörg -- Jörg Schütter

Re: Blank /etc/resolv.conf after reboot?

2005-09-04 Thread Jörg Schütter
ere > even to look to fix it. If the address is set by dhcp, also the nameserver(s) and the primary domain are set and written to /etc/resolv.conf > Sorry for sending this mail twice, the first one was sent only to the author of the previous mail. Jörg -- Jörg Schütter

Re: How to send hostname through DHCP more often.

2005-08-31 Thread Jörg Schütter
e frequently? /etc/dhclient.conf ... send dhcp-lease-time 3600; ... > Jörg -- Jörg Schütter http://www.schuetter.org/joerg [EMAIL PROTECTED]http://www.lug-untermain.de/

Re: can dhcp send multiple search list entries for /etc/resolv.conf?

2005-08-12 Thread Jörg Schütter
stion is: > Can I have this data sent by dhcp? No, the dhcp protocol has no option for this data. Jörg -- Jörg Schütter http://www.schuetter.org/joerg [EMAIL PROTECTED]http://www.lug-untermain.de/

Re: shorthand for ip ranges

2005-08-11 Thread Jörg Schütter
ng them all in separately, is it > > host allow 192.168.0.151 - 192.168.0.185 ipcalc 192.168.0.151 - 192.168.0.185 Jörg -- Jörg Schütter http://www.schuetter.org/joerg [EMAIL PROTECTED]http://www.lug-untermain.de/