@tomaja
Posto imam vise naloga sa vise razlicitih provajdera to mi nije bas prakticno resenje,iako znam da pregled konekcija moze da se pogleda na njihovom sajtu...
@igor
Probao sam pppstatus i ne svidja mi se-moram non-stop da ga palim i gasim pri konektovanju(imam dial-up)da bi mogao da tacno zapisuje log,jer on belezi sve do trenutka izlaska iz njega,bilo da is online ili offline
Mada nasao sam resenje:
There are a number of possible problems here. The first thing to
do is to ensure that pppd's messages are visible. Pppd uses the
syslog facility to log messages which help to identify specific
problems. Messages from pppd have facility "daemon" and levels
ranging from "debug" to "error".
Usually it is useful to see messages of level "notice" or higher on
the console. To see these, find the line in /etc/syslog.conf which
has /dev/console on the right-hand side, and add "daemon.notice" in
the list on the left. The line will end up looking something like
this:
*.err;kern.debug;auth.notice;mail.crit;daemon.notice /dev/console
Note that the whitespace is tabs, *not* spaces.
If you are having problems, it may be useful to see messages of level
"info" as well, in which case you would change "daemon.notice" to
"daemon.info".
In addition, it is useful to collect pppd's debugging output in a
file - the debug option to pppd causes it to log the contents of all
control packets sent and received in human-readable form. To do this,
add a line like this to /etc/syslog.conf:
daemon,local2.debug /etc/ppp/log
and create an empty /etc/ppp/log file.
When you change syslog.conf, you will need to send a HUP signal to
syslogd to causes it to re-read syslog.conf. You can do this with a
command like this (as root):
kill -HUP `cat /etc/syslogd.pid`
(On some systems, you need to use /var/run/syslog.pid instead of
/etc/syslogd.pid.)
After setting up syslog like this, you can use the -v flag to chat and
the `debug' option to pppd to get more information. Try initiating
the connection again; when it fails, inspect /etc/ppp/log to see what
happened and where the connection failed.
Posle ovoga sve informacije o konekcijama sa vremenom trajanja su dostupne preko /etc/ppp/log ili u log prozoru kppp-a
PoZ i hvala u svakom slucaju!