Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 10:29:13 +0300
From:      Alexander Bubnov <ab_fatal@mail.ru>
To:        freebsd-questions@freebsd.org
Subject:   ppp -auto my_provider
Message-ID:  <233098718.20050202102913@mail.ru>

next in thread | raw e-mail | index | archive | help
could you help me, please? (I have FreeBSD 5.3)

this question:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/ppp.html#PPP-AUTO-NOREASONDIAL

Why does ppp(8) dial for no reason in -auto mode?

I used the following line for log-file:

set log tcp/ip

/var/log/ppp.log includes next text:

Feb  1 10:24:04 fatal ppp[894]: Phase: Using interface: tun0
Feb  1 10:24:04 fatal ppp[894]: Phase: deflink: Created in closed state
Feb  1 10:24:04 fatal ppp[895]: TCP/IP: OUT <0>: fe80::2c0:26ff:fea4:b6b0 ---> ff02::1:ffa4:b6b0 (72)
Feb  1 10:24:04 fatal ppp[895]: TCP/IP: OUT ICMP: :::135 ---> ff02::1:ffa4:b6b0 (16/64)

(I install FreeBSD 5.3 from mini-install disk and I do not have samba)

also I used next:
/etc/ppp/ppp.conf:
default:
...
  set filter dial 1 deny udp src eq 53
  set filter dial 2 deny udp dst eq 53
  set filter dial 3 permit 0/0 0/0
...


my_provider:
...

and I killed sendmail, typing killall sendmail

These ways did not help me :(

What do I need to do to solve a problem?

When ppp begins to dualup 'netstat -rn' outputs next:
Internet6:
Destination                       Gateway                       Flags      Netif Expire
::1                               ::1                           UH          lo0
fe80::%rl0/64                     link#1                        UC          rl0
fe80::2c0:26ff:fea4:b6b0%rl0      00:c0:26:a4:b6:b0             UHL         lo0
fe80::%lo0/64                     fe80::1%lo0                   U           lo0
fe80::1%lo0                       link#3                        UHL         lo0
ff01::/32                         ::1                           U           lo0
ff02::%rl0/32                     link#1                        UC          rl0
ff02::%lo0/32                     ::1                           UC          lo0
ff02::%tun0/32                    fe80::2c0:26ff:fea4:b6b0%tun0 UC         tun0

this string adds when 'ppp -auto my_provider' dialups:

ff02::%tun0/32                    fe80::2c0:26ff:fea4:b6b0%tun0 UC         tun0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?233098718.20050202102913>