> 1) What daemons do you run? Show your /etc/rc.local script. Also, did you > modify your root's crontab? If yes, please show it too.
No local daemons. Almost no changes to root's crontab. # cat /etc/rc.local # $OpenBSD: rc.local,v 1.39 2006/07/28 20:19:46 sturm Exp $ # Site-specific startup actions, daemons, and other things which # can be done AFTER your system goes into securemode. For actions # which should be done BEFORE your system has gone into securemode # please see /etc/rc.securelevel. echo -n 'starting local daemons:' # Add your local startup actions here. echo '.' # cat /etc/rc.conf.local named_flags="" ntpd_flags="" # enabled during install dhcpd_flags="ath0 rl0" ftpproxy_flags="" sendmail_flags=NO pf=YES inetd=NO check_quotas=NO ftpd_flags="-DllUSA" # crontab -l -u root Password: # SHELL=/bin/sh PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log # #minute hour mday month wday command # # sendmail clientmqueue runner # */30 * * * * /usr/sbin/sendmail -L sm-msp-queue -Ac -q # # rotate log files every hour, if necessary 0 * * * * /usr/bin/newsyslog # send log file notifications, if necessary #1-59 * * * * /usr/bin/newsyslog -m # # do daily/weekly/monthly maintenance 30 1 * * * umask 077; /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root 30 3 * * 6 umask 077; /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "`/bin/hostname` weekly output" root 30 5 1 * * umask 077; /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "`/bin/hostname` monthly output" root #0 * * * * /usr/libexec/spamd-setup # # User definitions # # update database for locate * * */2 * * /bin/sh /usr/libexec/locate.updatedb # check the status of connection */12 * * * * (route show -inet | grep "^default" > /dev/null) || route add default 78.36.32.1 > > 2) Try to set up connection thorough pppoe(8), this'll give you a lot of > information you could use for debugging, especially possible > reconnection logs. It is a little bit late here, I'll play with pppoe(8) tomorrow. Of course, I'll send the results in mail list. -- BR, Sergey Khentov