PPPOE через ethernet

Простые/общие вопросы по UNIX системам. Спросите здесь, если вы новичок

Модераторы: vadim64, terminus

Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
Vitalik_Nevinnomiss
проходил мимо

PPPOE через ethernet

Непрочитанное сообщение Vitalik_Nevinnomiss » 2011-12-17 23:16:45

Здравствуйте!!!
Есть:
шлюзовая машина,интернет подключение по ethernet, тип подключение pppoe, есть логин, пароль + статический ip. (прошу заметить что интернет приходит по витой паре, никаких модемов ставить не буду)
Задача в следующем:
в одну ситивую карту подсоединяю провод приходящий от провайдера
из другой провод смотрит в локальную сеть, так как задача обеспечить интернетом другие компьютеры

Проблема в следующем:
пока соединение было через тел.провод,который я вставлял в модем а из модема витая шла в сетевуху,всё пахало на ура
после того как меня перевели на pppoe через ethernet ничего не выходит

вот мои конфигурационные файлы

сначала разбираемся с ppp.conf

Код: Выделить всё

#################################################################
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.10 2004/11/19 17:12:56 obrien Exp $
#################################################################

default:
 set log Phase tun command
 #set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0
pppoe:
 set device PPPoE:rl1
 set authname xxxxxxxxxxxxx
 set authkey xxxxxxxxxxxxx
 set speed sync
 set timeout 0
 set redial 15 10000
 set dial
 set login
#enable dns
 #set ifaddr 94.255.34.97 94.255.34.97 255.255.255.255 0.0.0.0
 add default HISADDR
затем с rc.conf

Код: Выделить всё

#!/bin/sh


#config file

network_interfaces="lo0 rl0 rl1" # List of network interfaces (or "auto").
ifconfig_lo0="inet 127.0.0.1"	# default loopback device configuration.
ifconfig_rl1="DHCP"		# Sample alias entry.
ifconfig_rl0="inet 192.168.5.250 netmask 255.255.255.0 up"	# Sample IPX address family entry.
firewall_enable="YES"		# Set to YES to enable firewall functionality
firewall_script="/root/firewall.sh" # Which script to run to set up the firewall

natd_enable="YES"		# Enable natd (if firewall_enable == YES).
natd_interface="tun0"		# Public interface or IPaddress to use.
natd_flags="-m"			# Additional flags for natd.

sshd_enable="YES"		# Enable sshd

gateway_enable="YES"		# Set to YES if this host will be a gateway.
#router_enable="YES"
#router_interface="rl1"
#defaultrouter="xxx.xxx.xxx.xxx"	# Set to YES to enable a routing daemon.
keymap="ru.koi8-r"
usbd_enable="YES"
sendmail_enable="NONE"	# Run the sendmail inbound daemon (YES/NO).
#pppoe configuration
ppp_enable="YES"
ppp_mode="ddial"
ppp_nat="NO"
ppp_profile="pppoe"
в резолве значения подставляются автоматорм при создании соединения
resolv.conf

Код: Выделить всё

search ETTH
nameserver 77.39.126.10
далее natd.conf

Код: Выделить всё

same_ports yes use_sockets yes
log yes
#log_denied yes
unregistered_only yes
#dynamic yes
host.conf

Код: Выделить всё

# Auto-generated from nsswitch.conf, do not edit
hosts
dns
прошу не забывать что в связки ADSL модем всё работало как часики, весь трафик проходил через файервол, сейчас я его не выложи потому что основное не настроенно
хочу знать надо ли добавлять в rc.conf виртуальный интерфейс tun0 так как весь траф идёт же черз этот интерфейс

прошу помогите пишет соединение создаётся вот только ничего не пингуется пишет что то типа cannot resolve,
а при загрузке ошибки типа ng-pppoe :session wrong state
starting divert daemons natd: tun0: cannot get interface address

Хостинговая компания Host-Food.ru
Хостинг HostFood.ru
 

Услуги хостинговой компании Host-Food.ru

Хостинг HostFood.ru

Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/

amdcooper
рядовой
Сообщения: 27
Зарегистрирован: 2007-12-06 14:29:24

Re: PPPOE через ethernet

Непрочитанное сообщение amdcooper » 2011-12-18 2:29:20

ifconfig
netstat -rn
и /var/log/ppp.log
И это должно быть в rc.conf
natd_enable="YES"
natd_interface="tun0"
natd_flags="-dynamic -f /etc/natd.conf"

Vitalik_Nevinnomiss
проходил мимо

Re: PPPOE через ethernet

Непрочитанное сообщение Vitalik_Nevinnomiss » 2011-12-18 11:21:55

Вчера много ковырял ,сделал незначительные изменения в файлах, но ситуация на поменилась

Вот мои конфигурационные файлы:


rc.conf

Код: Выделить всё

#!/bin/sh
#config file
#hostname="mastercom.nevinka.com"
network_interfaces="lo0 rl0 rl1" # List of network interfaces (or "auto").
ifconfig_lo0="inet 127.0.0.1"	# default loopback device configuration.
ifconfig_rl1="DHCP"		# Sample alias entry.
ifconfig_rl0="inet 192.168.5.250 netmask 255.255.255.0 up"	# Sample IPX address family entry.
firewall_enable="YES"		# Set to YES to enable firewall functionality
firewall_script="/root/firewall.sh" # Which script to run to set up the firewall

natd_enable="YES"		# Enable natd (if firewall_enable == YES).
natd_interface="tun0"		# Public interface or IPaddress to use.
natd_flags="-dynamic -f /etc/natd.conf"		# Additional flags for natd.

sshd_enable="YES"		# Enable sshd

gateway_enable="YES"		# Set to YES if this host will be a gateway.
router_enable="YES"
router_interface="rl1"
#defaultrouter="94.255.34.97"	# Set to YES to enable a routing daemon.
keymap="ru.koi8-r"
usbd_enable="YES"
sendmail_enable="NONE"	# Run the sendmail inbound daemon (YES/NO).
#pppoe configuration
ppp_enable="YES"
ppp_mode="ddial"
ppp_nat="NO"
ppp_profile="pppoe"
natd.conf

Код: Выделить всё

same_ports yes
use_sockets yes
log yes
#log_denied yes
#unregistered_only yes
#dynamic yes
resolve.conf

Код: Выделить всё

search ETTH
nameserver 77.39.126.10
host.conf

Код: Выделить всё

# Auto-generated from nsswitch.conf, do not edit
hosts
dns
ppp.conf

Код: Выделить всё

#################################################################
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.10 2004/11/19 17:12:56 obrien Exp $
#################################################################

default:
 set log Phase tun command
 #set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0
pppoe:
 set device PPPoE:rl1
 set authname mhpqgjp2rr
 set authkey hYGzEVShESEn
 set speed sync
 set timeout 0
 set redial 15 10000
 set dial
 set login
 set mtu 1492
 set mru 1492
 enable dns 
 #set ifaddr 94.255.34.97 94.255.34.97 255.255.255.255 0.0.0.0
 add default HISADDR

ppp.log

Код: Выделить всё

Dec 18 12:00:00 mastercom newsyslog[952]: logfile turned over due to size>100K
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 11:59:57 2011
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:00:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:00:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:00:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:00:17 2011
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:00:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:00:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:00:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:00:37 2011
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:00:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:00:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:00:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:00:57 2011
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:01:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:01:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:01:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:01:17 2011
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:01:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:01:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:01:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:01:37 2011
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:01:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:01:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:01:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:01:57 2011
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:02:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:02:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:02:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:02:17 2011
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:02:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:02:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:02:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:02:37 2011
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:02:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:02:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:02:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:02:57 2011
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:03:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:03:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:03:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:03:17 2011
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:03:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:03:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:03:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:03:37 2011
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:03:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:03:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:03:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:03:57 2011
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:04:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:04:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:04:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:04:17 2011
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:04:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:04:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:04:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:04:37 2011
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:04:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:04:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:04:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:04:57 2011
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:05:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:05:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:05:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:05:17 2011
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:05:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:05:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:05:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:05:37 2011
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:05:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:05:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:05:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:05:57 2011
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:06:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:06:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:06:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:06:17 2011
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:06:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:06:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:06:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:06:37 2011
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:06:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:06:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:06:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:06:57 2011
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:07:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:07:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:07:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:07:17 2011
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:07:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:07:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:07:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:07:37 2011
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:07:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:07:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:07:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:07:57 2011
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:08:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:08:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:08:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:08:17 2011
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:08:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:08:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:08:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:08:37 2011
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:08:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:08:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:08:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:08:57 2011
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:09:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:09:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:09:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:09:17 2011
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:09:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:09:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:09:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:09:37 2011
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:09:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:09:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:09:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:09:57 2011
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:10:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:10:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:10:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:10:17 2011
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:10:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:10:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:10:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:10:37 2011
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:10:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:10:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:10:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:10:57 2011
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:11:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:17 2011
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:11:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: deflink: carrier -> login
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: deflink: login -> lcp
Dec 18 12:11:39 mastercom ppp[358]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: bundle: Authenticate
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:37 2011
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:11:42 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:42 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:42 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: deflink: carrier -> login
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: deflink: login -> lcp
Dec 18 12:11:44 mastercom ppp[358]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:42 2011
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:11:47 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:47 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:47 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: deflink: carrier -> login
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: deflink: login -> lcp
Dec 18 12:11:49 mastercom ppp[358]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:11:49 mastercom ppp[358]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:11:49 mastercom ppp[358]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:47 2011
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:12:57  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:12:57  ppp[349]: tun0: Phase: bundle: Authenticate
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:12:57  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:12:57  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 12:12:57  ppp[349]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:12:55 2011
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:00  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:00  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:00  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:01  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:13:01  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:01  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:01  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:01  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:02  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:02  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:02  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:03  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 12:13:03  ppp[349]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:00 2011
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:06  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:06  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:06  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:07  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 12:13:07  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:07  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:07  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:07  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:08  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:08  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:08  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 12:13:08  ppp[349]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:06 2011
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:11  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:11  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:11  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:12  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:13:12  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:12  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:12  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:12  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:13  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:13  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:13  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 12:13:13  ppp[349]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:11 2011
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:16  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:16  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:16  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 12:13:21  ppp[349]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:16 2011
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:13:36  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:36  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:36  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:37  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:13:37  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:37  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:37  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:37  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:38  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:38  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:38  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:39  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: 25 packets in, 25 packets out
Dec 18 12:13:39  ppp[349]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:36 2011
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:42  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:42  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:42  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:43  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:13:43  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:43  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:43  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:43  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:44  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:44  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:44  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:44  ppp[349]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 12:13:44  ppp[349]: tun0: Phase: deflink: lcp -> open
Dec 18 12:13:44  ppp[349]: tun0: Phase: bundle: Network
Dec 18 12:36:21  ppp[351]: tun0: Phase: bundle: Authenticate
Dec 18 12:36:21  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:21  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:22  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 12:36:22  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:19 2011
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:25  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:25  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:25  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:26  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:36:26  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:26  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:26  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:26  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:27  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:27  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 12:36:27  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:25 2011
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:30  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:30  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:30  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:31  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:36:31  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:31  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:31  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:31  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:32  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:32  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 12:36:32  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:30 2011
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:35  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:35  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:35  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:36  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:36:36  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:36  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:36  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:36  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:37  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:37  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:38  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 12:36:38  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:35 2011
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:41  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:41  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:41  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:42  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 12:36:42  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:42  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:42  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:42  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:43  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:43  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: 25 packets in, 25 packets out
Dec 18 12:36:43  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:41 2011
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:46  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:46  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:46  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:47  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:36:47  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:47  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:47  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:47  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:48  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:48  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: 30 packets in, 30 packets out
Dec 18 12:36:48  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:46 2011
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:51  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:51  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:51  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:52  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:36:52  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:52  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:52  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:52  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:53  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:53  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:54  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: 35 packets in, 35 packets out
Dec 18 12:36:54  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:51 2011
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:57  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:57  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:57  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:58  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:36:58  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:58  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:58  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:58  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:59  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:59  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 12:36:59  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:57 2011
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:02  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:02  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:02  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 12:37:07  ppp[351]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:02 2011
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:37:15  ppp[863]: Phase: Using interface: tun1
Dec 18 12:37:15  ppp[863]: Phase: deflink: Created in closed state
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set device PPPoE:rl1
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set authname mhpqgjp2rr
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set authkey ********
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set speed sync
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set timeout 0
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set redial 15 10000
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set dial
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set login
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set mtu 1492
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set mru 1492
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: enable dns 212.96.120.5 212.96.96.38
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.120.5: Invalid command
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.120.5: Failed 1
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.96.38: Invalid command
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.96.38: Failed 1
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: add default HISADDR
Dec 18 12:37:15  ppp[864]: tun1: Phase: PPP Started (ddial mode).
Dec 18 12:37:15  ppp[864]: tun1: Phase: bundle: Establish
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: closed -> opening
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:16  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 12:37:16  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:16  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:16  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:16  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:17  ppp[864]: tun1: Phase: bundle: Authenticate
Dec 18 12:37:17  ppp[864]: tun1: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:17  ppp[864]: tun1: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:18  ppp[864]: tun1: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:18  ppp[864]: tun1: Phase: Received NGM_PPPOE_CLOSE
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Device disconnected
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Connect time: 3 secs: 75 octets in, 78 octets out
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: 4 packets in, 5 packets out
Dec 18 12:37:18  ppp[864]: tun1: Phase:  total 51 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:15 2011
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:21  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:21  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:21  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:22  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:37:22  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:22  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:22  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:22  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:22  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:22  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:22  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:23  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:37:23  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:23  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:23  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:23  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Connect time: 1 secs: 97 octets in, 78 octets out
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: 46 packets in, 45 packets out
Dec 18 12:37:23  ppp[351]: tun0: Phase:  total 175 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:22 2011
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:23  ppp[864]: tun1: Phase: Received NGM_PPPOE_CLOSE
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Device disconnected
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Connect time: 2 secs: 0 octets in, 16 octets out
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: 4 packets in, 6 packets out
Dec 18 12:37:23  ppp[864]: tun1: Phase:  total 8 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:21 2011
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:26  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:26  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:26  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:26  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:26  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:26  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:27  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:37:27  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:27  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:27  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:37:27  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:37:27  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:37:27  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:27  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:27  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:27  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:28  ppp[864]: tun1: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:28  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:28  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:28  ppp[864]: tun1: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: 9 packets in, 11 packets out
Dec 18 12:37:28  ppp[864]: tun1: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:26 2011
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: 51 packets in, 50 packets out
Dec 18 12:37:28  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:26 2011
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:31  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:31  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:31  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:31  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:31  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:31  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:32  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:37:32  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:32  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:32  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:32  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:32  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:37:32  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:32  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:32  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:37:32  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:37:33  ppp[864]: tun1: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:33  ppp[864]: tun1: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:33  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:33  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:34  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: 56 packets in, 55 packets out
Dec 18 12:37:34  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:31 2011
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:34  ppp[864]: tun1: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: 14 packets in, 16 packets out
Dec 18 12:37:34  ppp[864]: tun1: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:31 2011
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:37  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:37  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:37  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:37  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:37  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:37  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: 56 packets in, 55 packets out
Dec 18 12:37:42  ppp[351]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:37 2011
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: carrier -> hangup
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: 14 packets in, 16 packets out
Dec 18 12:37:42  ppp[864]: tun1: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:37 2011
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:37:57  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:57  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:57  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:57  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:57  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:57  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: 56 packets in, 55 packets out
Dec 18 12:38:02  ppp[351]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:57 2011
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: carrier -> hangup
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: 14 packets in, 16 packets out
Dec 18 12:38:02  ppp[864]: tun1: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:57 2011
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:39:19  ppp[350]: tun0: Phase: bundle: Authenticate
Dec 18 12:39:19  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:39:19  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:39:19  ppp[350]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 12:39:19  ppp[350]: tun0: Phase: deflink: lcp -> open
Dec 18 12:39:19  ppp[350]: tun0: Phase: bundle: Network
Dec 18 12:46:03  ppp[350]: tun0: Phase: bundle: Authenticate
Dec 18 12:46:03  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:46:03  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:46:03  ppp[350]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 12:46:03  ppp[350]: tun0: Phase: deflink: lcp -> open
Dec 18 12:46:03  ppp[350]: tun0: Phase: bundle: Network
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:52:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:52:24 2011
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:52:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:52:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:52:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:52:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:52:44 2011
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:53:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:53:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:53:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:53:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:53:04 2011
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:53:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:53:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:53:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:53:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:53:24 2011
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:53:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:53:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:53:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:53:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:53:44 2011
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:54:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:54:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:54:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:54:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:54:04 2011
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:54:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:54:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:54:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:54:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:54:24 2011
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:54:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:54:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:54:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:54:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:54:44 2011
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:55:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:55:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:55:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:55:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:55:04 2011
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:55:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:55:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:55:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:55:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:55:24 2011
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:55:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:55:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:55:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:55:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:55:44 2011
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:56:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:56:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:56:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:56:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:56:04 2011
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:56:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:56:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:56:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:56:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:56:24 2011
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:56:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:56:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:56:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:56:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:56:44 2011
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:57:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:57:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:57:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:57:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:57:04 2011
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:57:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:57:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:57:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:57:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:57:24 2011
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:57:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:57:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:57:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:57:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:57:44 2011
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:58:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:58:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:58:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:58:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:58:04 2011
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:58:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:58:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:58:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:58:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:58:24 2011
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:58:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:58:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:58:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:58:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:58:44 2011
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:59:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:59:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:59:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:59:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:59:04 2011
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:59:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:59:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:59:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:59:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:59:24 2011
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:59:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:59:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:59:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:59:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:59:44 2011
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:00:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:00:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:00:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:00:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:00:04 2011
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:00:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:00:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:00:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:00:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:00:24 2011
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:00:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:00:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:00:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:00:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:00:44 2011
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:01:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:01:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:01:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:01:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:01:04 2011
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:01:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:01:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:01:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:01:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:01:24 2011
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:01:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:01:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:01:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:01:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:01:44 2011
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:02:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:02:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:02:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:02:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:02:04 2011
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:02:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:02:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:02:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:02:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:02:24 2011
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:02:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:02:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:02:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:02:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:02:44 2011
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:03:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:03:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:03:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:03:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:03:04 2011
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:03:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:03:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:03:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:03:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:03:24 2011
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:03:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:03:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:03:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:03:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:03:44 2011
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:04:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:04:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:04:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:04:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:04:04 2011
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:04:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:04:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:04:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:04:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:04:24 2011
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:04:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:04:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:04:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:04:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:04:44 2011
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:05:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:05:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:05:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:05:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:05:04 2011
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:06:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:06:33 2011
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:06:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:06:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:06:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:06:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:06:53 2011
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:07:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:07:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:07:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:07:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:07:13 2011
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:07:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:07:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:07:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:07:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:07:33 2011
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:07:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:07:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:07:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:07:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:07:53 2011
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:08:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:08:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:08:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:08:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:08:13 2011
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:08:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:08:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:08:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:08:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:08:33 2011
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:08:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:08:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:08:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:08:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:08:53 2011
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:09:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:09:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:09:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:09:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:09:13 2011
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:09:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:09:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:09:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:09:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:09:33 2011
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:09:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:09:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:09:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:09:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:09:53 2011
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:10:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:10:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:10:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:10:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:10:13 2011
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:10:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:10:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:10:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:10:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:10:33 2011
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:10:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:10:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:10:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:10:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:10:53 2011
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:11:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:11:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:11:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:11:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:11:13 2011
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:11:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:11:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:11:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:11:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:11:33 2011
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:11:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:11:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:11:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:11:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:11:53 2011
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:12:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:12:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:12:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:12:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:12:13 2011
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:12:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:12:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:12:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:12:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:12:33 2011
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:12:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:12:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:12:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:12:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:12:53 2011
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:14:11  ppp[350]: tun0: Phase: bundle: Authenticate
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:11  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:11  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 13:14:11  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:09 2011
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:14  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:14  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:14  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:15  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 13:14:15  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:15  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:15  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:15  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:16  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:16  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 13:14:16  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:14 2011
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:19  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:19  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:19  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:20  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 13:14:20  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:20  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:20  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:20  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:22  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:22  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 13:14:22  ppp[350]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:19 2011
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:25  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:25  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:25  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:26  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 13:14:26  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:26  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:26  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:26  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:27  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:27  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 13:14:27  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:25 2011
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:30  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:30  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:30  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:31  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 13:14:31  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:31  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:31  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:31  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:32  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:32  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:33  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: 25 packets in, 25 packets out
Dec 18 13:14:33  ppp[350]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:30 2011
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:36  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:36  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:36  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:37  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 13:14:37  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:37  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:37  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:37  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:38  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:38  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: 30 packets in, 30 packets out
Dec 18 13:14:38  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:36 2011
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:41  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:41  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:41  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:42  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 13:14:42  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:42  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:42  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:42  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:43  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:43  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: 35 packets in, 35 packets out
Dec 18 13:14:43  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:41 2011
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:46  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:46  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:46  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:47  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 13:14:47  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:47  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:47  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:47  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:48  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:48  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 13:14:48  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:46 2011
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:51  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:51  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:51  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 13:14:56  ppp[350]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:51 2011
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:15:11  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:15:11  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:15:11  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:15:12  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 13:15:12  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:15:12  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:15:12  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:15:12  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:15:14  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:15:14  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: 45 packets in, 45 packets out
Dec 18 13:15:14  ppp[350]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:15:11 2011
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:15:17  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:15:17  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:15:17  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:15:18  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 13:15:18  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:15:18  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:15:18  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:15:18  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:15:19  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:15:19  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:15:19  ppp[350]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 13:15:19  ppp[350]: tun0: Phase: deflink: lcp -> open
Dec 18 13:15:19  ppp[350]: tun0: Phase: bundle: Network
вывод команды ifconfig

Код: Выделить всё

rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	options=8<VLAN_MTU>
	inet 192.168.5.250 netmask 0xffffff00 broadcast 192.168.5.255
	ether 00:80:48:12:da:7f
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
rl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	options=8<VLAN_MTU>
	inet 192.168.117.231 netmask 0xfffff000 broadcast 192.168.127.255
	ether 00:10:5c:bf:4d:c6
	media: Ethernet autoselect (none)
	status: no carrier
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
	inet 127.0.0.1 netmask 0xff000000 
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
	inet 94.255.34.97 --> 77.39.84.21 netmask 0xffffffff 
	Opened by PID 350
вывод команд netstat

Код: Выделить всё

Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            77.39.84.21        UGS         0      437   tun0
77.39.84.21        94.255.34.97       UH          1        0   tun0
94.255.34.97       127.0.0.1          UH          0        0    lo0
127.0.0.1          127.0.0.1          UH          0        0    lo0
192.168.5          link#1             UC          0        0    rl0
192.168.5.215      1c:75:08:3d:d7:cc  UHLW        1      762    rl0   1130
192.168.112/20     link#2             UC          0        0    rl1
192.168.112.1      00:19:07:18:a8:74  UHLW        1        0    rl1    624
вывод ifconfig tun0

Код: Выделить всё

tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
	inet 94.255.34.97 --> 77.39.84.21 netmask 0xffffffff 
	Opened by PID 350

Vitalik_Nevinnomiss
проходил мимо

Re: PPPOE через ethernet

Непрочитанное сообщение Vitalik_Nevinnomiss » 2011-12-18 11:25:32

Vitalik_Nevinnomiss писал(а):Вчера много ковырял ,сделал незначительные изменения в файлах, но ситуация на поменилась

Вот мои конфигурационные файлы:


rc.conf

Код: Выделить всё

#!/bin/sh
#config file
#hostname="mastercom.nevinka.com"
network_interfaces="lo0 rl0 rl1" # List of network interfaces (or "auto").
ifconfig_lo0="inet 127.0.0.1"	# default loopback device configuration.
ifconfig_rl1="DHCP"		# Sample alias entry.
ifconfig_rl0="inet 192.168.5.250 netmask 255.255.255.0 up"	# Sample IPX address family entry.
firewall_enable="YES"		# Set to YES to enable firewall functionality
firewall_script="/root/firewall.sh" # Which script to run to set up the firewall

natd_enable="YES"		# Enable natd (if firewall_enable == YES).
natd_interface="tun0"		# Public interface or IPaddress to use.
natd_flags="-dynamic -f /etc/natd.conf"		# Additional flags for natd.

sshd_enable="YES"		# Enable sshd

gateway_enable="YES"		# Set to YES if this host will be a gateway.
router_enable="YES"
router_interface="rl1"
#defaultrouter="94.255.34.97"	# Set to YES to enable a routing daemon.
keymap="ru.koi8-r"
usbd_enable="YES"
sendmail_enable="NONE"	# Run the sendmail inbound daemon (YES/NO).
#pppoe configuration
ppp_enable="YES"
ppp_mode="ddial"
ppp_nat="NO"
ppp_profile="pppoe"
natd.conf

Код: Выделить всё

same_ports yes
use_sockets yes
log yes
#log_denied yes
#unregistered_only yes
#dynamic yes
resolve.conf

Код: Выделить всё

search ETTH
nameserver 77.39.126.10
host.conf

Код: Выделить всё

# Auto-generated from nsswitch.conf, do not edit
hosts
dns
ppp.conf

Код: Выделить всё

#################################################################
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.10 2004/11/19 17:12:56 obrien Exp $
#################################################################

default:
 set log Phase tun command
 #set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0
pppoe:
 set device PPPoE:rl1
 set authname mhpqgjp2rr
 set authkey hYGzEVShESEn
 set speed sync
 set timeout 0
 set redial 15 10000
 set dial
 set login
 set mtu 1492
 set mru 1492
 enable dns 
 #set ifaddr 94.255.34.97 94.255.34.97 255.255.255.255 0.0.0.0
 add default HISADDR

ppp.log

Код: Выделить всё

Dec 18 12:00:00 mastercom newsyslog[952]: logfile turned over due to size>100K
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 11:59:57 2011
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:00:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:00:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:00:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:00:17 2011
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:00:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:00:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:00:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:00:37 2011
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:00:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:00:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:00:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:00:57 2011
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:01:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:01:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:01:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:01:17 2011
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:01:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:01:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:01:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:01:37 2011
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:01:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:01:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:01:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:01:57 2011
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:02:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:02:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:02:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:02:17 2011
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:02:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:02:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:02:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:02:37 2011
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:02:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:02:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:02:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:02:57 2011
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:03:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:03:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:03:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:03:17 2011
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:03:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:03:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:03:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:03:37 2011
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:03:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:03:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:03:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:03:57 2011
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:04:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:04:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:04:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:04:17 2011
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:04:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:04:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:04:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:04:37 2011
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:04:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:04:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:04:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:04:57 2011
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:05:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:05:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:05:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:05:17 2011
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:05:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:05:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:05:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:05:37 2011
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:05:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:05:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:05:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:05:57 2011
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:06:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:06:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:06:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:06:17 2011
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:06:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:06:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:06:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:06:37 2011
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:06:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:06:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:06:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:06:57 2011
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:07:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:07:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:07:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:07:17 2011
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:07:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:07:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:07:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:07:37 2011
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:07:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:07:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:07:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:07:57 2011
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:08:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:08:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:08:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:08:17 2011
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:08:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:08:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:08:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:08:37 2011
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:08:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:08:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:08:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:08:57 2011
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:09:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:09:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:09:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:09:17 2011
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:09:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:09:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:09:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:09:37 2011
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:09:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:09:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:09:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:09:57 2011
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:10:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:10:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:10:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:10:17 2011
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:10:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:10:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:10:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:10:37 2011
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:10:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:10:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:10:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:10:57 2011
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:11:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:17 2011
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:11:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: deflink: carrier -> login
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: deflink: login -> lcp
Dec 18 12:11:39 mastercom ppp[358]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: bundle: Authenticate
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:37 2011
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:11:42 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:42 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:42 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: deflink: carrier -> login
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: deflink: login -> lcp
Dec 18 12:11:44 mastercom ppp[358]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:42 2011
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:11:47 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:47 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:47 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: deflink: carrier -> login
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: deflink: login -> lcp
Dec 18 12:11:49 mastercom ppp[358]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:11:49 mastercom ppp[358]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:11:49 mastercom ppp[358]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:47 2011
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:12:57  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:12:57  ppp[349]: tun0: Phase: bundle: Authenticate
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:12:57  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:12:57  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 12:12:57  ppp[349]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:12:55 2011
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:00  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:00  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:00  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:01  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:13:01  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:01  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:01  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:01  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:02  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:02  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:02  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:03  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 12:13:03  ppp[349]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:00 2011
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:06  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:06  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:06  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:07  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 12:13:07  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:07  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:07  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:07  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:08  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:08  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:08  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 12:13:08  ppp[349]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:06 2011
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:11  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:11  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:11  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:12  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:13:12  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:12  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:12  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:12  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:13  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:13  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:13  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 12:13:13  ppp[349]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:11 2011
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:16  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:16  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:16  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 12:13:21  ppp[349]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:16 2011
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:13:36  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:36  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:36  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:37  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:13:37  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:37  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:37  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:37  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:38  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:38  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:38  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:39  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: 25 packets in, 25 packets out
Dec 18 12:13:39  ppp[349]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:36 2011
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:42  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:42  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:42  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:43  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:13:43  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:43  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:43  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:43  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:44  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:44  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:44  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:44  ppp[349]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 12:13:44  ppp[349]: tun0: Phase: deflink: lcp -> open
Dec 18 12:13:44  ppp[349]: tun0: Phase: bundle: Network
Dec 18 12:36:21  ppp[351]: tun0: Phase: bundle: Authenticate
Dec 18 12:36:21  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:21  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:22  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 12:36:22  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:19 2011
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:25  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:25  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:25  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:26  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:36:26  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:26  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:26  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:26  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:27  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:27  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 12:36:27  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:25 2011
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:30  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:30  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:30  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:31  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:36:31  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:31  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:31  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:31  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:32  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:32  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 12:36:32  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:30 2011
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:35  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:35  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:35  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:36  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:36:36  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:36  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:36  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:36  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:37  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:37  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:38  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 12:36:38  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:35 2011
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:41  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:41  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:41  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:42  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 12:36:42  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:42  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:42  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:42  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:43  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:43  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: 25 packets in, 25 packets out
Dec 18 12:36:43  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:41 2011
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:46  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:46  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:46  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:47  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:36:47  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:47  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:47  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:47  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:48  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:48  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: 30 packets in, 30 packets out
Dec 18 12:36:48  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:46 2011
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:51  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:51  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:51  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:52  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:36:52  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:52  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:52  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:52  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:53  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:53  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:54  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: 35 packets in, 35 packets out
Dec 18 12:36:54  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:51 2011
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:57  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:57  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:57  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:58  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:36:58  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:58  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:58  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:58  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:59  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:59  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 12:36:59  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:57 2011
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:02  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:02  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:02  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 12:37:07  ppp[351]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:02 2011
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:37:15  ppp[863]: Phase: Using interface: tun1
Dec 18 12:37:15  ppp[863]: Phase: deflink: Created in closed state
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set device PPPoE:rl1
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set authname mhpqgjp2rr
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set authkey ********
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set speed sync
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set timeout 0
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set redial 15 10000
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set dial
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set login
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set mtu 1492
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set mru 1492
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: enable dns 212.96.120.5 212.96.96.38
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.120.5: Invalid command
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.120.5: Failed 1
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.96.38: Invalid command
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.96.38: Failed 1
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: add default HISADDR
Dec 18 12:37:15  ppp[864]: tun1: Phase: PPP Started (ddial mode).
Dec 18 12:37:15  ppp[864]: tun1: Phase: bundle: Establish
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: closed -> opening
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:16  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 12:37:16  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:16  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:16  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:16  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:17  ppp[864]: tun1: Phase: bundle: Authenticate
Dec 18 12:37:17  ppp[864]: tun1: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:17  ppp[864]: tun1: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:18  ppp[864]: tun1: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:18  ppp[864]: tun1: Phase: Received NGM_PPPOE_CLOSE
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Device disconnected
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Connect time: 3 secs: 75 octets in, 78 octets out
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: 4 packets in, 5 packets out
Dec 18 12:37:18  ppp[864]: tun1: Phase:  total 51 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:15 2011
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:21  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:21  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:21  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:22  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:37:22  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:22  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:22  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:22  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:22  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:22  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:22  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:23  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:37:23  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:23  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:23  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:23  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Connect time: 1 secs: 97 octets in, 78 octets out
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: 46 packets in, 45 packets out
Dec 18 12:37:23  ppp[351]: tun0: Phase:  total 175 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:22 2011
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:23  ppp[864]: tun1: Phase: Received NGM_PPPOE_CLOSE
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Device disconnected
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Connect time: 2 secs: 0 octets in, 16 octets out
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: 4 packets in, 6 packets out
Dec 18 12:37:23  ppp[864]: tun1: Phase:  total 8 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:21 2011
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:26  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:26  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:26  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:26  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:26  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:26  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:27  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:37:27  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:27  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:27  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:37:27  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:37:27  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:37:27  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:27  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:27  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:27  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:28  ppp[864]: tun1: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:28  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:28  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:28  ppp[864]: tun1: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: 9 packets in, 11 packets out
Dec 18 12:37:28  ppp[864]: tun1: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:26 2011
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: 51 packets in, 50 packets out
Dec 18 12:37:28  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:26 2011
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:31  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:31  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:31  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:31  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:31  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:31  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:32  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:37:32  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:32  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:32  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:32  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:32  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:37:32  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:32  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:32  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:37:32  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:37:33  ppp[864]: tun1: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:33  ppp[864]: tun1: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:33  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:33  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:34  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: 56 packets in, 55 packets out
Dec 18 12:37:34  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:31 2011
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:34  ppp[864]: tun1: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: 14 packets in, 16 packets out
Dec 18 12:37:34  ppp[864]: tun1: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:31 2011
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:37  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:37  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:37  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:37  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:37  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:37  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: 56 packets in, 55 packets out
Dec 18 12:37:42  ppp[351]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:37 2011
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: carrier -> hangup
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: 14 packets in, 16 packets out
Dec 18 12:37:42  ppp[864]: tun1: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:37 2011
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:37:57  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:57  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:57  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:57  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:57  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:57  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: 56 packets in, 55 packets out
Dec 18 12:38:02  ppp[351]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:57 2011
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: carrier -> hangup
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: 14 packets in, 16 packets out
Dec 18 12:38:02  ppp[864]: tun1: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:57 2011
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:39:19  ppp[350]: tun0: Phase: bundle: Authenticate
Dec 18 12:39:19  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:39:19  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:39:19  ppp[350]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 12:39:19  ppp[350]: tun0: Phase: deflink: lcp -> open
Dec 18 12:39:19  ppp[350]: tun0: Phase: bundle: Network
Dec 18 12:46:03  ppp[350]: tun0: Phase: bundle: Authenticate
Dec 18 12:46:03  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:46:03  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:46:03  ppp[350]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 12:46:03  ppp[350]: tun0: Phase: deflink: lcp -> open
Dec 18 12:46:03  ppp[350]: tun0: Phase: bundle: Network
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:52:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:52:24 2011
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:52:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:52:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:52:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:52:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:52:44 2011
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:53:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:53:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:53:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:53:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:53:04 2011
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:53:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:53:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:53:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:53:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:53:24 2011
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:53:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:53:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:53:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:53:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:53:44 2011
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:54:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:54:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:54:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:54:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:54:04 2011
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:54:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:54:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:54:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:54:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:54:24 2011
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:54:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:54:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:54:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:54:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:54:44 2011
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:55:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:55:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:55:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:55:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:55:04 2011
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:55:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:55:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:55:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:55:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:55:24 2011
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:55:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:55:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:55:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:55:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:55:44 2011
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:56:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:56:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:56:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:56:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:56:04 2011
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:56:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:56:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:56:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:56:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:56:24 2011
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:56:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:56:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:56:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:56:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:56:44 2011
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:57:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:57:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:57:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:57:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:57:04 2011
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:57:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:57:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:57:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:57:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:57:24 2011
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:57:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:57:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:57:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:57:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:57:44 2011
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:58:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:58:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:58:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:58:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:58:04 2011
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:58:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:58:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:58:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:58:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:58:24 2011
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:58:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:58:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:58:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:58:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:58:44 2011
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:59:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:59:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:59:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:59:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:59:04 2011
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:59:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:59:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:59:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:59:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:59:24 2011
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:59:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:59:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:59:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:59:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:59:44 2011
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:00:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:00:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:00:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:00:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:00:04 2011
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:00:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:00:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:00:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:00:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:00:24 2011
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:00:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:00:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:00:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:00:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:00:44 2011
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:01:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:01:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:01:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:01:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:01:04 2011
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:01:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:01:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:01:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:01:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:01:24 2011
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:01:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:01:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:01:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:01:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:01:44 2011
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:02:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:02:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:02:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:02:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:02:04 2011
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:02:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:02:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:02:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:02:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:02:24 2011
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:02:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:02:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:02:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:02:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:02:44 2011
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:03:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:03:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:03:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:03:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:03:04 2011
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:03:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:03:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:03:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:03:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:03:24 2011
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:03:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:03:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:03:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:03:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:03:44 2011
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:04:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:04:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:04:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:04:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:04:04 2011
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:04:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:04:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:04:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:04:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:04:24 2011
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:04:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:04:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:04:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:04:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:04:44 2011
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:05:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:05:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:05:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:05:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:05:04 2011
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:06:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:06:33 2011
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:06:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:06:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:06:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:06:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:06:53 2011
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:07:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:07:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:07:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:07:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:07:13 2011
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:07:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:07:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:07:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:07:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:07:33 2011
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:07:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:07:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:07:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:07:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:07:53 2011
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:08:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:08:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:08:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:08:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:08:13 2011
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:08:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:08:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:08:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:08:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:08:33 2011
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:08:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:08:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:08:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:08:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:08:53 2011
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:09:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:09:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:09:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:09:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:09:13 2011
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:09:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:09:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:09:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:09:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:09:33 2011
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:09:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:09:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:09:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:09:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:09:53 2011
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:10:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:10:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:10:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:10:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:10:13 2011
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:10:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:10:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:10:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:10:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:10:33 2011
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:10:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:10:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:10:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:10:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:10:53 2011
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:11:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:11:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:11:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:11:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:11:13 2011
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:11:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:11:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:11:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:11:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:11:33 2011
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:11:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:11:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:11:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:11:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:11:53 2011
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:12:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:12:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:12:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:12:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:12:13 2011
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:12:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:12:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:12:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:12:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:12:33 2011
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:12:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:12:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:12:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:12:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:12:53 2011
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:14:11  ppp[350]: tun0: Phase: bundle: Authenticate
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:11  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:11  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 13:14:11  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:09 2011
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:14  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:14  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:14  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:15  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 13:14:15  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:15  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:15  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:15  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:16  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:16  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 13:14:16  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:14 2011
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:19  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:19  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:19  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:20  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 13:14:20  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:20  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:20  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:20  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:22  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:22  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 13:14:22  ppp[350]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:19 2011
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:25  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:25  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:25  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:26  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 13:14:26  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:26  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:26  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:26  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:27  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:27  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 13:14:27  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:25 2011
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:30  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:30  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:30  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:31  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 13:14:31  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:31  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:31  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:31  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:32  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:32  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:33  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: 25 packets in, 25 packets out
Dec 18 13:14:33  ppp[350]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:30 2011
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:36  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:36  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:36  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:37  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 13:14:37  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:37  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:37  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:37  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:38  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:38  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: 30 packets in, 30 packets out
Dec 18 13:14:38  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:36 2011
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:41  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:41  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:41  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:42  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 13:14:42  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:42  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:42  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:42  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:43  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:43  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: 35 packets in, 35 packets out
Dec 18 13:14:43  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:41 2011
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:46  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:46  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:46  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:47  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 13:14:47  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:47  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:47  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:47  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:48  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:48  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 13:14:48  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:46 2011
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:51  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:51  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:51  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 13:14:56  ppp[350]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:51 2011
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:15:11  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:15:11  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:15:11  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:15:12  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 13:15:12  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:15:12  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:15:12  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:15:12  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:15:14  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:15:14  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: 45 packets in, 45 packets out
Dec 18 13:15:14  ppp[350]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:15:11 2011
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:15:17  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:15:17  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:15:17  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:15:18  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 13:15:18  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:15:18  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:15:18  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:15:18  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:15:19  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:15:19  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:15:19  ppp[350]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 13:15:19  ppp[350]: tun0: Phase: deflink: lcp -> open
Dec 18 13:15:19  ppp[350]: tun0: Phase: bundle: Network
вывод команды ifconfig

Код: Выделить всё

rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	options=8<VLAN_MTU>
	inet 192.168.5.250 netmask 0xffffff00 broadcast 192.168.5.255
	ether 00:80:48:12:da:7f
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
rl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	options=8<VLAN_MTU>
	inet 192.168.117.231 netmask 0xfffff000 broadcast 192.168.127.255
	ether 00:10:5c:bf:4d:c6
	media: Ethernet autoselect (none)
	status: no carrier
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
	inet 127.0.0.1 netmask 0xff000000 
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
	inet 94.255.34.97 --> 77.39.84.21 netmask 0xffffffff 
	Opened by PID 350
вывод команд netstat

Код: Выделить всё

Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            77.39.84.21        UGS         0      437   tun0
77.39.84.21        94.255.34.97       UH          1        0   tun0
94.255.34.97       127.0.0.1          UH          0        0    lo0
127.0.0.1          127.0.0.1          UH          0        0    lo0
192.168.5          link#1             UC          0        0    rl0
192.168.5.215      1c:75:08:3d:d7:cc  UHLW        1      762    rl0   1130
192.168.112/20     link#2             UC          0        0    rl1
192.168.112.1      00:19:07:18:a8:74  UHLW        1        0    rl1    624
вывод ifconfig tun0

Код: Выделить всё

tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
	inet 94.255.34.97 --> 77.39.84.21 netmask 0xffffffff 
	Opened by PID 350

Vitalik_Nevinnomiss
проходил мимо

PPPOE через ethernet

Непрочитанное сообщение Vitalik_Nevinnomiss » 2011-12-18 11:29:05

Вчера много ковырял ,сделал незначительные изменения в файлах, но ситуация на поменилась

Вот мои конфигурационные файлы:


rc.conf

Код: Выделить всё

#!/bin/sh
#config file
#hostname="mastercom.nevinka.com"
network_interfaces="lo0 rl0 rl1" # List of network interfaces (or "auto").
ifconfig_lo0="inet 127.0.0.1"	# default loopback device configuration.
ifconfig_rl1="DHCP"		# Sample alias entry.
ifconfig_rl0="inet 192.168.5.250 netmask 255.255.255.0 up"	# Sample IPX address family entry.
firewall_enable="YES"		# Set to YES to enable firewall functionality
firewall_script="/root/firewall.sh" # Which script to run to set up the firewall

natd_enable="YES"		# Enable natd (if firewall_enable == YES).
natd_interface="tun0"		# Public interface or IPaddress to use.
natd_flags="-dynamic -f /etc/natd.conf"		# Additional flags for natd.

sshd_enable="YES"		# Enable sshd

gateway_enable="YES"		# Set to YES if this host will be a gateway.
router_enable="YES"
router_interface="rl1"
#defaultrouter="94.255.34.97"	# Set to YES to enable a routing daemon.
keymap="ru.koi8-r"
usbd_enable="YES"
sendmail_enable="NONE"	# Run the sendmail inbound daemon (YES/NO).
#pppoe configuration
ppp_enable="YES"
ppp_mode="ddial"
ppp_nat="NO"
ppp_profile="pppoe"
natd.conf

Код: Выделить всё

same_ports yes
use_sockets yes
log yes
#log_denied yes
#unregistered_only yes
#dynamic yes
resolve.conf

Код: Выделить всё

search ETTH
nameserver 77.39.126.10
host.conf

Код: Выделить всё

# Auto-generated from nsswitch.conf, do not edit
hosts
dns
ppp.conf

Код: Выделить всё

#################################################################
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.10 2004/11/19 17:12:56 obrien Exp $
#################################################################

default:
 set log Phase tun command
 #set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0
pppoe:
 set device PPPoE:rl1
 set authname mhpqgjp2rr
 set authkey hYGzEVShESEn
 set speed sync
 set timeout 0
 set redial 15 10000
 set dial
 set login
 set mtu 1492
 set mru 1492
 enable dns 
 #set ifaddr 94.255.34.97 94.255.34.97 255.255.255.255 0.0.0.0
 add default HISADDR

ppp.log

Код: Выделить всё

Dec 18 12:00:00 mastercom newsyslog[952]: logfile turned over due to size>100K
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 11:59:57 2011
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:00:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:00:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:00:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:00:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:00:17 2011
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:00:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:00:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:00:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:00:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:00:37 2011
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:00:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:00:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:00:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:00:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:00:57 2011
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:01:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:01:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:01:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:01:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:01:17 2011
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:01:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:01:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:01:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:01:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:01:37 2011
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:01:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:01:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:01:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:01:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:01:57 2011
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:02:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:02:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:02:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:02:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:02:17 2011
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:02:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:02:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:02:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:02:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:02:37 2011
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:02:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:02:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:02:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:02:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:02:57 2011
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:03:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:03:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:03:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:03:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:03:17 2011
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:03:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:03:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:03:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:03:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:03:37 2011
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:03:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:03:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:03:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:03:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:03:57 2011
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:04:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:04:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:04:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:04:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:04:17 2011
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:04:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:04:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:04:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:04:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:04:37 2011
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:04:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:04:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:04:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:04:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:04:57 2011
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:05:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:05:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:05:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:05:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:05:17 2011
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:05:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:05:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:05:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:05:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:05:37 2011
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:05:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:05:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:05:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:05:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:05:57 2011
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:06:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:06:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:06:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:06:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:06:17 2011
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:06:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:06:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:06:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:06:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:06:37 2011
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:06:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:06:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:06:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:06:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:06:57 2011
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:07:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:07:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:07:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:07:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:07:17 2011
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:07:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:07:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:07:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:07:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:07:37 2011
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:07:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:07:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:07:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:07:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:07:57 2011
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:08:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:08:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:08:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:08:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:08:17 2011
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:08:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:08:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:08:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:08:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:08:37 2011
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:08:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:08:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:08:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:08:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:08:57 2011
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:09:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:09:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:09:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:09:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:09:17 2011
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:09:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:09:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:09:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:09:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:09:37 2011
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:09:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:09:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:09:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:09:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:09:57 2011
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:10:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:10:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:10:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:10:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:10:17 2011
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:10:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:10:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:10:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:10:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:10:37 2011
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:10:42 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:10:57 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:10:57 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:10:57 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:10:57 2011
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:02 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:11:17 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:17 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:17 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:17 2011
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:22 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:11:37 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:37 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:37 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: deflink: carrier -> login
Dec 18 12:11:38 mastercom ppp[358]: tun0: Phase: deflink: login -> lcp
Dec 18 12:11:39 mastercom ppp[358]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: bundle: Authenticate
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:37 2011
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:39 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:11:42 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:42 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:42 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: deflink: carrier -> login
Dec 18 12:11:43 mastercom ppp[358]: tun0: Phase: deflink: login -> lcp
Dec 18 12:11:44 mastercom ppp[358]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:42 2011
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:44 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:11:47 mastercom ppp[358]: tun0: Phase: deflink: Connected!
Dec 18 12:11:47 mastercom ppp[358]: tun0: Phase: deflink: opening -> dial
Dec 18 12:11:47 mastercom ppp[358]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: deflink: carrier -> login
Dec 18 12:11:48 mastercom ppp[358]: tun0: Phase: deflink: login -> lcp
Dec 18 12:11:49 mastercom ppp[358]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:11:49 mastercom ppp[358]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:11:49 mastercom ppp[358]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Disconnected!
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:11:47 2011
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:11:50 mastercom ppp[358]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:12:57  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:12:57  ppp[349]: tun0: Phase: bundle: Authenticate
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:12:57  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:12:57  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 12:12:57  ppp[349]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:12:55 2011
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:12:57  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:00  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:00  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:00  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:01  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:13:01  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:01  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:01  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:01  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:02  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:02  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:02  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:03  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 12:13:03  ppp[349]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:00 2011
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:03  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:06  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:06  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:06  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:07  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 12:13:07  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:07  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:07  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:07  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:08  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:08  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:08  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 12:13:08  ppp[349]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:06 2011
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:08  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:11  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:11  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:11  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:12  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:13:12  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:12  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:12  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:12  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:13  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:13  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:13  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 12:13:13  ppp[349]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:11 2011
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:13  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:16  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:16  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:16  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 12:13:21  ppp[349]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:16 2011
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:21  ppp[349]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:13:36  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:36  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:36  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:37  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:13:37  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:37  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:37  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:37  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:38  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:38  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:38  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:39  ppp[349]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Disconnected!
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: 25 packets in, 25 packets out
Dec 18 12:13:39  ppp[349]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:13:36 2011
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:13:39  ppp[349]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:13:42  ppp[349]: tun0: Phase: deflink: Connected!
Dec 18 12:13:42  ppp[349]: tun0: Phase: deflink: opening -> dial
Dec 18 12:13:42  ppp[349]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:13:43  ppp[349]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:13:43  ppp[349]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:13:43  ppp[349]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:13:43  ppp[349]: tun0: Phase: deflink: carrier -> login
Dec 18 12:13:43  ppp[349]: tun0: Phase: deflink: login -> lcp
Dec 18 12:13:44  ppp[349]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492
Dec 18 12:13:44  ppp[349]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:13:44  ppp[349]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:13:44  ppp[349]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 12:13:44  ppp[349]: tun0: Phase: deflink: lcp -> open
Dec 18 12:13:44  ppp[349]: tun0: Phase: bundle: Network
Dec 18 12:36:21  ppp[351]: tun0: Phase: bundle: Authenticate
Dec 18 12:36:21  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:21  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:22  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 12:36:22  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:19 2011
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:22  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:25  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:25  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:25  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:26  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:36:26  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:26  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:26  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:26  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:27  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:27  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 12:36:27  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:25 2011
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:27  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:30  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:30  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:30  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:31  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:36:31  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:31  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:31  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:31  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:32  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:32  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 12:36:32  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:30 2011
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:32  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:35  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:35  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:35  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:36  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:36:36  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:36  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:36  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:36  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:37  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:37  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:38  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 12:36:38  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:35 2011
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:38  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:41  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:41  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:41  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:42  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 12:36:42  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:42  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:42  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:42  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:43  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:43  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: 25 packets in, 25 packets out
Dec 18 12:36:43  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:41 2011
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:43  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:46  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:46  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:46  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:47  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:36:47  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:47  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:47  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:47  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:48  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:48  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: 30 packets in, 30 packets out
Dec 18 12:36:48  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:46 2011
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:48  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:51  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:51  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:51  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:52  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:36:52  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:52  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:52  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:52  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:53  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:53  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:54  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: 35 packets in, 35 packets out
Dec 18 12:36:54  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:51 2011
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:54  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:36:57  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:36:57  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:36:57  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:36:58  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:36:58  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:36:58  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:36:58  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:36:58  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:36:59  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:36:59  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 12:36:59  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:36:57 2011
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:36:59  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:02  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:02  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:02  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 12:37:07  ppp[351]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:02 2011
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:07  ppp[351]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:37:15  ppp[863]: Phase: Using interface: tun1
Dec 18 12:37:15  ppp[863]: Phase: deflink: Created in closed state
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set device PPPoE:rl1
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set authname mhpqgjp2rr
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set authkey ********
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set speed sync
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set timeout 0
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set redial 15 10000
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set dial
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set login
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set mtu 1492
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: set mru 1492
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: enable dns 212.96.120.5 212.96.96.38
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.120.5: Invalid command
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.120.5: Failed 1
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.96.38: Invalid command
Dec 18 12:37:15  ppp[863]: tun1: Warning: enable 212.96.96.38: Failed 1
Dec 18 12:37:15  ppp[863]: tun1: Command: pppoe: add default HISADDR
Dec 18 12:37:15  ppp[864]: tun1: Phase: PPP Started (ddial mode).
Dec 18 12:37:15  ppp[864]: tun1: Phase: bundle: Establish
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: closed -> opening
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:15  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:16  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 12:37:16  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:16  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:16  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:16  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:17  ppp[864]: tun1: Phase: bundle: Authenticate
Dec 18 12:37:17  ppp[864]: tun1: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:17  ppp[864]: tun1: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:18  ppp[864]: tun1: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:18  ppp[864]: tun1: Phase: Received NGM_PPPOE_CLOSE
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Device disconnected
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Connect time: 3 secs: 75 octets in, 78 octets out
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: 4 packets in, 5 packets out
Dec 18 12:37:18  ppp[864]: tun1: Phase:  total 51 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:15 2011
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:18  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:21  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:21  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:21  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:22  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:37:22  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:22  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:22  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:22  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:22  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:22  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:22  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:23  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 12:37:23  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:23  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:23  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:23  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Connect time: 1 secs: 97 octets in, 78 octets out
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: 46 packets in, 45 packets out
Dec 18 12:37:23  ppp[351]: tun0: Phase:  total 175 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:22 2011
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:23  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:23  ppp[864]: tun1: Phase: Received NGM_PPPOE_CLOSE
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Device disconnected
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Connect time: 2 secs: 0 octets in, 16 octets out
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: 4 packets in, 6 packets out
Dec 18 12:37:23  ppp[864]: tun1: Phase:  total 8 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:21 2011
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:23  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:26  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:26  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:26  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:26  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:26  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:26  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:27  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:37:27  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:27  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:27  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:37:27  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:37:27  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 12:37:27  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:27  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:27  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:27  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:28  ppp[864]: tun1: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:28  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:28  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:28  ppp[864]: tun1: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: 9 packets in, 11 packets out
Dec 18 12:37:28  ppp[864]: tun1: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:26 2011
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:28  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: 51 packets in, 50 packets out
Dec 18 12:37:28  ppp[351]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:26 2011
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:28  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:31  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:31  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:31  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:31  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:31  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:31  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:32  ppp[864]: tun1: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:37:32  ppp[864]: tun1: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:32  ppp[864]: tun1: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:32  ppp[864]: tun1: Phase: deflink: carrier -> login
Dec 18 12:37:32  ppp[864]: tun1: Phase: deflink: login -> lcp
Dec 18 12:37:32  ppp[351]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 12:37:32  ppp[351]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 12:37:32  ppp[351]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 12:37:32  ppp[351]: tun0: Phase: deflink: carrier -> login
Dec 18 12:37:32  ppp[351]: tun0: Phase: deflink: login -> lcp
Dec 18 12:37:33  ppp[864]: tun1: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:33  ppp[864]: tun1: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:33  ppp[351]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:37:33  ppp[351]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:37:34  ppp[351]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: lcp -> logout
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: logout -> hangup
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: 56 packets in, 55 packets out
Dec 18 12:37:34  ppp[351]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:31 2011
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:34  ppp[351]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:34  ppp[864]: tun1: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: lcp -> logout
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: logout -> hangup
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: 14 packets in, 16 packets out
Dec 18 12:37:34  ppp[864]: tun1: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:31 2011
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:34  ppp[864]: tun1: Phase: deflink: Enter pause (3) for redialing.
Dec 18 12:37:37  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:37  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:37  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:37  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:37  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:37  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: 56 packets in, 55 packets out
Dec 18 12:37:42  ppp[351]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:37 2011
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:37:42  ppp[351]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: carrier -> hangup
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: 14 packets in, 16 packets out
Dec 18 12:37:42  ppp[864]: tun1: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:37 2011
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:37:42  ppp[864]: tun1: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:37:57  ppp[351]: tun0: Phase: deflink: Connected!
Dec 18 12:37:57  ppp[351]: tun0: Phase: deflink: opening -> dial
Dec 18 12:37:57  ppp[351]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:37:57  ppp[864]: tun1: Phase: deflink: Connected!
Dec 18 12:37:57  ppp[864]: tun1: Phase: deflink: opening -> dial
Dec 18 12:37:57  ppp[864]: tun1: Phase: deflink: dial -> carrier
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: Disconnected!
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: 56 packets in, 55 packets out
Dec 18 12:38:02  ppp[351]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:57 2011
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:38:02  ppp[351]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: Disconnected!
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: carrier -> hangup
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: 14 packets in, 16 packets out
Dec 18 12:38:02  ppp[864]: tun1: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:37:57 2011
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: hangup -> opening
Dec 18 12:38:02  ppp[864]: tun1: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:39:19  ppp[350]: tun0: Phase: bundle: Authenticate
Dec 18 12:39:19  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:39:19  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:39:19  ppp[350]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 12:39:19  ppp[350]: tun0: Phase: deflink: lcp -> open
Dec 18 12:39:19  ppp[350]: tun0: Phase: bundle: Network
Dec 18 12:46:03  ppp[350]: tun0: Phase: bundle: Authenticate
Dec 18 12:46:03  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 12:46:03  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 12:46:03  ppp[350]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 12:46:03  ppp[350]: tun0: Phase: deflink: lcp -> open
Dec 18 12:46:03  ppp[350]: tun0: Phase: bundle: Network
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:52:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:52:24 2011
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:52:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:52:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:52:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:52:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:52:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:52:44 2011
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:52:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:53:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:53:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:53:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:53:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:53:04 2011
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:53:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:53:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:53:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:53:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:53:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:53:24 2011
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:53:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:53:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:53:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:53:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:53:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:53:44 2011
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:53:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:54:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:54:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:54:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:54:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:54:04 2011
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:54:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:54:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:54:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:54:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:54:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:54:24 2011
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:54:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:54:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:54:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:54:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:54:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:54:44 2011
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:54:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:55:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:55:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:55:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:55:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:55:04 2011
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:55:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:55:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:55:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:55:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:55:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:55:24 2011
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:55:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:55:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:55:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:55:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:55:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:55:44 2011
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:55:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:56:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:56:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:56:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:56:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:56:04 2011
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:56:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:56:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:56:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:56:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:56:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:56:24 2011
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:56:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:56:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:56:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:56:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:56:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:56:44 2011
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:56:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:57:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:57:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:57:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:57:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:57:04 2011
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:57:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:57:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:57:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:57:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:57:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:57:24 2011
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:57:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:57:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:57:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:57:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:57:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:57:44 2011
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:57:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:58:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:58:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:58:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:58:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:58:04 2011
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:58:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:58:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:58:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:58:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:58:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:58:24 2011
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:58:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:58:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:58:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:58:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:58:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:58:44 2011
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:58:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:59:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:59:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:59:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:59:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:59:04 2011
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:59:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:59:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:59:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:59:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:59:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:59:24 2011
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:59:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 12:59:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 12:59:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 12:59:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 12:59:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 12:59:44 2011
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 12:59:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:00:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:00:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:00:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:00:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:00:04 2011
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:00:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:00:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:00:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:00:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:00:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:00:24 2011
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:00:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:00:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:00:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:00:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:00:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:00:44 2011
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:00:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:01:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:01:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:01:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:01:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:01:04 2011
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:01:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:01:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:01:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:01:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:01:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:01:24 2011
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:01:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:01:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:01:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:01:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:01:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:01:44 2011
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:01:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:02:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:02:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:02:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:02:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:02:04 2011
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:02:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:02:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:02:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:02:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:02:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:02:24 2011
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:02:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:02:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:02:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:02:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:02:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:02:44 2011
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:02:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:03:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:03:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:03:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:03:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:03:04 2011
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:03:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:03:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:03:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:03:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:03:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:03:24 2011
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:03:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:03:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:03:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:03:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:03:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:03:44 2011
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:03:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:04:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:04:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:04:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:04:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:04:04 2011
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:04:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:04:24  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:04:24  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:04:24  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:04:29  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:04:24 2011
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:04:29  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:04:44  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:04:44  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:04:44  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:04:49  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:04:44 2011
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:04:49  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:05:04  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:05:04  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:05:04  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:05:09  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:05:04 2011
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:05:09  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:06:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:06:33 2011
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:06:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:06:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:06:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:06:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:06:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:06:53 2011
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:06:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:07:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:07:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:07:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:07:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:07:13 2011
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:07:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:07:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:07:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:07:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:07:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:07:33 2011
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:07:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:07:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:07:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:07:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:07:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:07:53 2011
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:07:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:08:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:08:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:08:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:08:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:08:13 2011
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:08:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:08:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:08:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:08:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:08:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:08:33 2011
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:08:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:08:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:08:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:08:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:08:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:08:53 2011
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:08:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:09:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:09:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:09:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:09:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:09:13 2011
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:09:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:09:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:09:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:09:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:09:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:09:33 2011
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:09:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:09:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:09:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:09:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:09:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:09:53 2011
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:09:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:10:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:10:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:10:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:10:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:10:13 2011
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:10:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:10:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:10:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:10:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:10:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:10:33 2011
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:10:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:10:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:10:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:10:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:10:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:10:53 2011
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:10:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:11:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:11:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:11:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:11:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:11:13 2011
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:11:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:11:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:11:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:11:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:11:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:11:33 2011
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:11:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:11:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:11:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:11:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:11:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:11:53 2011
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:11:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:12:13  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:12:13  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:12:13  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:12:18  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:12:13 2011
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:12:18  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:12:33  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:12:33  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:12:33  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:12:38  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:12:33 2011
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:12:38  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:12:53  ppp[327]: tun0: Phase: deflink: Connected!
Dec 18 13:12:53  ppp[327]: tun0: Phase: deflink: opening -> dial
Dec 18 13:12:53  ppp[327]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: Disconnected!
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: 0 packets in, 0 packets out
Dec 18 13:12:58  ppp[327]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:12:53 2011
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:12:58  ppp[327]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:14:11  ppp[350]: tun0: Phase: bundle: Authenticate
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:11  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:11  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: 5 packets in, 5 packets out
Dec 18 13:14:11  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:09 2011
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:11  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:14  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:14  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:14  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:15  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 13:14:15  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:15  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:15  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:15  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:16  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:16  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: 10 packets in, 10 packets out
Dec 18 13:14:16  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:14 2011
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:16  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:19  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:19  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:19  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:20  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 13:14:20  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:20  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:20  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:20  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:22  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:22  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: 15 packets in, 15 packets out
Dec 18 13:14:22  ppp[350]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:19 2011
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:22  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:25  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:25  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:25  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:26  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 13:14:26  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:26  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:26  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:26  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:27  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:27  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: 20 packets in, 20 packets out
Dec 18 13:14:27  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:25 2011
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:27  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:30  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:30  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:30  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:31  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 13:14:31  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:31  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:31  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:31  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:32  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:32  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:33  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: 25 packets in, 25 packets out
Dec 18 13:14:33  ppp[350]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:30 2011
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:33  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:36  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:36  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:36  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:37  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-1")
Dec 18 13:14:37  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:37  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:37  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:37  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:38  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:38  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: 30 packets in, 30 packets out
Dec 18 13:14:38  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:36 2011
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:38  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:41  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:41  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:41  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:42  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 13:14:42  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:42  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:42  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:42  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:43  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:43  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: 35 packets in, 35 packets out
Dec 18 13:14:43  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:41 2011
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:43  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:46  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:46  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:46  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:47  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-4")
Dec 18 13:14:47  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:14:47  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:14:47  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:14:47  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:14:48  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:14:48  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Connect time: 2 secs: 81 octets in, 78 octets out
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 13:14:48  ppp[350]: tun0: Phase:  total 79 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:46 2011
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:48  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:14:51  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:14:51  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:14:51  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: carrier -> hangup
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: 40 packets in, 40 packets out
Dec 18 13:14:56  ppp[350]: tun0: Phase:  total 0 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:14:51 2011
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:14:56  ppp[350]: tun0: Phase: deflink: Enter pause (15) for redialing.
Dec 18 13:15:11  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:15:11  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:15:11  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:15:12  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-3")
Dec 18 13:15:12  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:15:12  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:15:12  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:15:12  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:15:14  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:15:14  ppp[350]: tun0: Phase: Pap Input: FAILURE (% Sessions limit exceeded.)
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: lcp -> logout
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: logout -> hangup
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Disconnected!
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Connect time: 3 secs: 81 octets in, 78 octets out
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: 45 packets in, 45 packets out
Dec 18 13:15:14  ppp[350]: tun0: Phase:  total 53 bytes/sec, peak 0 bytes/sec on Sun Dec 18 13:15:11 2011
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: hangup -> opening
Dec 18 13:15:14  ppp[350]: tun0: Phase: deflink: Enter pause (3) for redialing.
Dec 18 13:15:17  ppp[350]: tun0: Phase: deflink: Connected!
Dec 18 13:15:17  ppp[350]: tun0: Phase: deflink: opening -> dial
Dec 18 13:15:17  ppp[350]: tun0: Phase: deflink: dial -> carrier
Dec 18 13:15:18  ppp[350]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "STV-E120-2")
Dec 18 13:15:18  ppp[350]: tun0: Phase: Received NGM_PPPOE_SESSIONID
Dec 18 13:15:18  ppp[350]: tun0: Phase: Received NGM_PPPOE_SUCCESS
Dec 18 13:15:18  ppp[350]: tun0: Phase: deflink: carrier -> login
Dec 18 13:15:18  ppp[350]: tun0: Phase: deflink: login -> lcp
Dec 18 13:15:19  ppp[350]: tun0: Phase: deflink: his = PAP, mine = none
Dec 18 13:15:19  ppp[350]: tun0: Phase: Pap Output: mhpqgjp2rr ********
Dec 18 13:15:19  ppp[350]: tun0: Phase: Pap Input: SUCCESS ()
Dec 18 13:15:19  ppp[350]: tun0: Phase: deflink: lcp -> open
Dec 18 13:15:19  ppp[350]: tun0: Phase: bundle: Network
вывод команды ifconfig

Код: Выделить всё

rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	options=8<VLAN_MTU>
	inet 192.168.5.250 netmask 0xffffff00 broadcast 192.168.5.255
	ether 00:80:48:12:da:7f
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
rl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	options=8<VLAN_MTU>
	inet 192.168.117.231 netmask 0xfffff000 broadcast 192.168.127.255
	ether 00:10:5c:bf:4d:c6
	media: Ethernet autoselect (none)
	status: no carrier
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
	inet 127.0.0.1 netmask 0xff000000 
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
	inet 94.255.34.97 --> 77.39.84.21 netmask 0xffffffff 
	Opened by PID 350
вывод команд netstat

Код: Выделить всё

Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            77.39.84.21        UGS         0      437   tun0
77.39.84.21        94.255.34.97       UH          1        0   tun0
94.255.34.97       127.0.0.1          UH          0        0    lo0
127.0.0.1          127.0.0.1          UH          0        0    lo0
192.168.5          link#1             UC          0        0    rl0
192.168.5.215      1c:75:08:3d:d7:cc  UHLW        1      762    rl0   1130
192.168.112/20     link#2             UC          0        0    rl1
192.168.112.1      00:19:07:18:a8:74  UHLW        1        0    rl1    624
вывод ifconfig tun0

Код: Выделить всё

tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
	inet 94.255.34.97 --> 77.39.84.21 netmask 0xffffffff 
	Opened by PID 350

amdcooper
рядовой
Сообщения: 27
Зарегистрирован: 2007-12-06 14:29:24

Re: PPPOE через ethernet

Непрочитанное сообщение amdcooper » 2011-12-18 14:09:47

Vitalik_Nevinnomiss писал(а):Вчера много ковырял ,сделал незначительные изменения в файлах, но ситуация на поменилась

Вот мои конфигурационные файлы:


rc.conf

Код: Выделить всё

#!/bin/sh
#config file
#hostname="mastercom.nevinka.com"
network_interfaces="lo0 rl0 rl1" # List of network interfaces (or "auto").
ifconfig_lo0="inet 127.0.0.1"	# default loopback device configuration.
ifconfig_rl1="DHCP"		# Sample alias entry.
ifconfig_rl0="inet 192.168.5.250 netmask 255.255.255.0 up"	# Sample IPX address family entry.
firewall_enable="YES"		# Set to YES to enable firewall functionality
firewall_script="/root/firewall.sh" # Which script to run to set up the firewall

natd_enable="YES"		# Enable natd (if firewall_enable == YES).
natd_interface="tun0"		# Public interface or IPaddress to use.
natd_flags="-dynamic -f /etc/natd.conf"		# Additional flags for natd.

sshd_enable="YES"		# Enable sshd

gateway_enable="YES"		# Set to YES if this host will be a gateway.
router_enable="YES"
router_interface="rl1"
#defaultrouter="94.255.34.97"	# Set to YES to enable a routing daemon.
keymap="ru.koi8-r"
usbd_enable="YES"
sendmail_enable="NONE"	# Run the sendmail inbound daemon (YES/NO).
#pppoe configuration
ppp_enable="YES"
ppp_mode="ddial"
ppp_nat="NO"
ppp_profile="pppoe"
natd.conf

Код: Выделить всё

same_ports yes
use_sockets yes
log yes
#log_denied yes
#unregistered_only yes
#dynamic yes
resolve.conf

Код: Выделить всё

search ETTH
nameserver 77.39.126.10
host.conf

Код: Выделить всё

# Auto-generated from nsswitch.conf, do not edit
hosts
dns
ppp.conf

Код: Выделить всё

#################################################################
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.10 2004/11/19 17:12:56 obrien Exp $
#################################################################

default:
 set log Phase tun command
 #set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0
pppoe:
 set device PPPoE:rl1
 set authname mhpqgjp2rr
 set authkey hYGzEVShESEn
 set speed sync
 set timeout 0
 set redial 15 10000
 set dial
 set login
 set mtu 1492
 set mru 1492
 enable dns 
 #set ifaddr 94.255.34.97 94.255.34.97 255.255.255.255 0.0.0.0
 add default HISADDR


вывод команды ifconfig

Код: Выделить всё

rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	options=8<VLAN_MTU>
	inet 192.168.5.250 netmask 0xffffff00 broadcast 192.168.5.255
	ether 00:80:48:12:da:7f
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
rl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	options=8<VLAN_MTU>
	inet 192.168.117.231 netmask 0xfffff000 broadcast 192.168.127.255
	ether 00:10:5c:bf:4d:c6
	media: Ethernet autoselect (none)
	status: no carrier
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
	inet 127.0.0.1 netmask 0xff000000 
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
	inet 94.255.34.97 --> 77.39.84.21 netmask 0xffffffff 
	Opened by PID 350
вывод команд netstat

Код: Выделить всё

Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            77.39.84.21        UGS         0      437   tun0
77.39.84.21        94.255.34.97       UH          1        0   tun0
94.255.34.97       127.0.0.1          UH          0        0    lo0
127.0.0.1          127.0.0.1          UH          0        0    lo0
192.168.5          link#1             UC          0        0    rl0
192.168.5.215      1c:75:08:3d:d7:cc  UHLW        1      762    rl0   1130
192.168.112/20     link#2             UC          0        0    rl1
192.168.112.1      00:19:07:18:a8:74  UHLW        1        0    rl1    624
вывод ifconfig tun0

Код: Выделить всё

tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492
	inet 94.255.34.97 --> 77.39.84.21 netmask 0xffffffff 
	Opened by PID 350
Я конечно не спец в маршрутизации но как то эти две строки меня беспокоят (а соединение есть):
77.39.84.21 94.255.34.97 UH 1 0 tun0
94.255.34.97 127.0.0.1 UH 0 0 lo0
Ну так чтобы стало яснее сделай traceroute на ip 94.255.34.97, 77.39.126.10, 77.88.21.3

Аватара пользователя
dikens3
подполковник
Сообщения: 4856
Зарегистрирован: 2006-09-06 16:24:08
Откуда: Нижний Новгород
Контактная информация:

Re: PPPOE через ethernet

Непрочитанное сообщение dikens3 » 2011-12-18 16:48:25

1. Что вам родной PPP нат не устраивает. ((
2. Кто сказал что может быть только tun0? если соединение зависает (Отлавливается скриптом), потом может быть и tun1,2 и т.п.
Используйте tun* в настройках фаервола,т.к. соединение у Вас всё равно только одно.
3. Для подключения по PPPoE на интерфейсе IP-Адрес не обязателен, можно любой. Без DHCP думаю будет правильнее.

http://www.lissyara.su/articles/freebsd ... /pbr+ipfw/
Лучше установить FreeBSD, чем потратить 30 лет на Linux'ы и выяснить какой из них хуже.