search for: testppp0

Displaying 1 result from an estimated 1 matches for "testppp0".

Did you mean: testppp1
2008 Jul 09
1
Need basic PPPoE startup help
...if ($FAILED eq 'TRUE') { push @log, `/bin/date`."\n"; push @log, @iprout."\n\n"; open LOG, ">>$logfile"; print LOG @log; close LOG; } push @total_log, @log; @log=(); my $testppp0=ping0; my $testppp1=ping1; if ($DEBUG==1) {print "testppp0: $testppp0 testppp1:$testppp1\n"}; if (($testppp0 eq 'DOWN') || ($testppp1 eq 'DOWN')) { $FAIL='TRUE' }; if ($FAIL eq 'TRUE') {$FAILED='TRUE'}; if ($DEBUG==1) {print DLOG "FAIL:$FAIL\n...