I am using FreeBsd 2.2.2, I am trying to set up my user PPP to dial into my
ISP (using dynamic IP) I am using a externl USR 33.6 modem. MY ISP use
you typical logon, ask you for username, and password
Login: username
Password: password
it than log you on, no addition interaction is required
My ISP DNS are as follow
209.57.113.10
209.57.113.11
It correspond gateway is 209.57.113.1
IP assignment are 209.57.113.1 to 209.57.113.254
it Does not require PAP or CHAP
I have try everything, ready the manual, nothing work
This is what I have done, I set up /etc/host.conf
hosts
bind
/etc/hosts
127.0.0.1 localhost
/etc/resolv.conf
nameserver 209.57.113.10
nameserver 209.57.113.11
/etc/ppp/ppp.conf
default:
set device /dev/cuaa0
set speed 38400
set dial "ABORT BUSY NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0
OK-AT-OK\\dATDT\\T TIMEOUT 40 CONNECT"
provider:
set phone 9186053
set login "TIMEOUT 10 gin:-\\r-gin: username word: password"
set timeout 120
deny lqr
set ifaddr 209.57.113.1/0 209.57.113.254/0 255.255.255.0
delete ALL
add 0 0 209.57.113.1
/etc/ppp/ppp.linkup
provider:
delete ALL
add 0 0 HISADDR
/etc/rc.conf
I didn't touch it yet, because the original file seem a lot difference than
the old days when they use sysconfig.conf
/etc/ppp/ppp.secret
Not sure what to type in there??
In any case, everything I type to use ppp
"ppp -auto provider"
It say first something about my ppp.secret has no entries ,etc
after which it say can't dial because I have no destaddr ?????
I also try using ppp, and than go into terminal mode, I then dial the
number and logon, after about a minute or two, it will dial me. During the
couple of minute I am connected, I try to ping to either local (127.0.0.1
or remote - some site), the ping show nothing!!!!!!
This is the last result, I am running out of idea, actually I am out of
idea. Please help
dwc