Re: [leaf-user] Detecting Disconnected Network

2002-06-02 Thread Kiril
restartet too often. but then maybe not. some testing is required and in the worst case i will be wiring relays to the serial port :-) so i will rewrite my script to do the above mentioned. in case someone is interested, i can publish the result to the list. regards, kiril -Ursprüngliche Nachr

Re: [leaf-user] ftp forwarding problems...

2002-06-02 Thread Kiril
. reading the manual is always a good idea to get a more thorough understanding of what is going on. regards, kiril -Ursprüngliche Nachricht- Von: Jeff Newmiller <[EMAIL PROTECTED]> An: Jeff <[EMAIL PROTECTED]> Cc: leaf-user <[EMAIL PROTECTED]> Datum: Sonntag, 2. Juni 2002

Re: [leaf-user] Detecting Disconnected Network

2002-05-30 Thread Kiril
. so this brings up the next question, which is how to find reasonable delays before restarting the network and waiting for the network to go up before restarting it again. thanks to all, kiril [root@bay network]# cat current | tai64nlocal 2002-05-28 18:59:03.520783500 starting connection

Re: [leaf-user] Detecting Disconnected Network

2002-05-28 Thread Kiril
, kiril #!bin/bash PING_REMOTE_HOSTS="host1.com host2.com host3.com" for HOST in $PING_REMOTE_HOSTS do UP=0 while [ $UP -eq 0 ] do sleep 120 ping $HOST -qc 1 >/dev/null 2>&1 UP=$? done

[leaf-user] Detecting Disconnected Network

2002-05-27 Thread Kiril
also did not really work out, because routing could fail. one could always test all conditions, but before i do this, i would like to ask the list if there is a more elegant way. regards, kiril ___ Don't miss the 2002 Sprin

Re: [Leaf-user] Re: hn.org and domain names

2002-01-30 Thread Kiril
reboot the machine) and see how it resolves. depending on your firewall configuration you may or may not be able to see your site in your browser. test from outside. the documentation on hn.org is somewhat cryptic, but it is there. hope this helps, kiril -Ursprüngliche Nachricht- Von

Re: [Leaf-user] Client for MyDynDNS Custom DNS

2002-01-08 Thread Kiril
have a look at http://hn.org. it does the same (use any domain name for dynamic domain) and is free and works with ez-ipupdate. -Ursprüngliche Nachricht- Von: Todd Pearsall <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Datum: Mittwoch, 9. Januar 2002 03:15 Betreff: [Leaf-

Re: [Leaf-user] FTP Server - Change default ports

2001-12-12 Thread Kiril
running a server behind a firewall on a different port requires a setup on the ftp server: following settings (for proftpd) are relevant: Port21 - change this to reflect your preferences MasqueradeAddress your firewall's ip address or domain name Passiv

[Leaf-user] established connections after client has disconnected

2001-12-06 Thread Kiril
hello list i run an old version from charles steinkuehler (thank you, charles) on my gateway/firewall - works perfectly. there are a couple of servers masqueraded behind it to which specific ports are forwarded to. following problem occurs: host A from the outside connects to a service on the m

Re: [Leaf-user] How not to log a deny'ed packet/ip address

2001-11-29 Thread Kiril
hello lynn it is the option -l which is responsible for the logging. you can redefine a rule like this: ipchains -R input 7 -s 10.0.0.0/8 -j DENY this replaces rule nr. 7 on the input chain. (rule nr. 7 was _my_ rule to deny traffic from 10.0.0.0/8 and log it, i used the above command to repla

[Leaf-user] Init CPU usage

2001-11-16 Thread Kiril
:-) kiril btw, if someone needs vpopmail or procmail compiled for lrp - i should be able to make .lrp out of the binaries. ___ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user

[Leaf-user] Daemontools package backup

2001-11-09 Thread Kiril
ks in advance kiril ___ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user