ppp connection problem

Brian Henning bhenning at hotmail.com
Wed Jul 23 06:10:40 PDT 2003


Greetings all:

I am connecting to my isp with the following ppp.conf using the command
>ppp -auto isp
when i run the command i usually connect on the second try.
for some reason the connection drops after the first try, but my 
true problem is i can ping internal ips and not ips outside the network.
I think my problem is with my default route is not setup properly.

here is a snip of my ifconfig, for some reason i have two tun devices.
i think that is caused by trying to dial up twice? any thought on 
how to setup my default route properly?

Thanks,

brian

ifconfig
--------
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
        inet 199.17.4.229 --> 199.17.4.4 netmask 0xffffff00
        Opened by PID 111
tun1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
        inet 10.0.0.1 --> 10.0.0.2 netmask 0xffffff00
        Opened by PID 121



Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            199.17.4.4        UGSc        4     2620   tun0
10.0.0.2           10.0.0.1           UH          0        0   tun1
127.0.0.1          127.0.0.1          UH          0        0    lo0
199.17.4.4        199.17.4.229      UH          4        0   tun0


/etc/ppp/ppp.conf
-----------------
default:
  set device /dev/cuaa1
  set speed 115200
  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
           \"\" AT OK-AT-OK ATE1Q0 OK \\dATDP\\T TIMEOUT 40 CONNECT"
  set timeout 180
  enable dns

isp:
  set phone xxx
  set authname xxx
  set authkey xxx
  set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
  add default HISADDR


More information about the freebsd-questions mailing list