Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 1999 22:27:25 -0500
From:      "The Novatnack" <phlegm@enter.net>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   PPP question
Message-ID:  <001101be7026$15534740$0d9c10cf@default>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Hey,
This is what i know. The tun device is set up. The modem is detected and is at the right IRQ and com port. The error i get when i want to dial is.  I am manually dialing from my ISP.  It is a single computer.  I tried to include all the files that you would need.  Tell me if you need any more info.  THANKS!

Add route failed: 0.0.0.0 errno:Network is unreachable
Warning: Config: DNS no such key word
Warning: enable: Failed 1


======= /etc/resolv.conf - Had to create it manually, wasnt there.
nameserver = ISP's nameserver 1
nameserver = ISP's nameserver 2

==========/etc/rc.conf
router="NO"
router_enabled="NO"

=========/etc/ppp/ppp.linkup
provider:
    delete ALL
    add default HISADDR

======== /etc/ppp/ppp.conf
default:
    set device /dev/cuaa1
    set speed 38400 
    set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\"         ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"
provider:
    set phone "ISP's number" 
    set login "TIMEOUT 5 ogin:--ogin: ppp word: ppp" 
    set timeout 300 
    set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 
    add default HISADDR
    enable dns 

======= /etc/hosts

127.0.0.1 kurrupt kurrupt.error23

========/etc/host.conf
bind
hosts 

[-- Attachment #2 --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML><HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 5.00.0910.1309"' name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>
<DIV>Hey,<BR>This is what i know. The tun device is set up. The modem is 
detected and is at the right IRQ and com port. The error i get when i want to 
dial is.&nbsp; I am manually dialing from my ISP.&nbsp; It is a single 
computer.&nbsp; I tried to include all the files that you would need.&nbsp; Tell 
me if you need any more info.&nbsp; THANKS!<BR></DIV>
<DIV>Add route failed: 0.0.0.0 errno:Network is unreachable<BR>Warning: Config: 
DNS no such key word<BR>Warning: enable: Failed 1</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>======= /etc/resolv.conf - Had to create it manually, wasnt 
there.<BR>nameserver = ISP's nameserver 1<BR>nameserver = ISP's nameserver 
2</DIV>
<DIV>&nbsp;</DIV>
<DIV>==========/etc/rc.conf<BR>router=&quot;NO&quot;<BR>router_enabled=&quot;NO&quot;</DIV>
<DIV>&nbsp;</DIV>
<DIV>=========/etc/ppp/ppp.linkup<BR>provider:<BR>&nbsp;&nbsp;&nbsp; delete 
ALL<BR>&nbsp;&nbsp;&nbsp; add default HISADDR</DIV>
<DIV>&nbsp;</DIV>
<DIV>======== /etc/ppp/ppp.conf<BR>default:<BR>&nbsp;&nbsp;&nbsp; set device 
/dev/cuaa1<BR>&nbsp;&nbsp;&nbsp; set speed 38400 <BR>&nbsp;&nbsp;&nbsp; set dial 
&quot;ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \&quot;\&quot; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; ATE1Q0 OK-AT-OK <A href="file://\\dATDT\\T">\\dATDT\\T</A> 
TIMEOUT 40 CONNECT&quot;<BR>provider:<BR>&nbsp;&nbsp;&nbsp; set phone 
&quot;ISP's number&quot; <BR>&nbsp;&nbsp;&nbsp; set login &quot;TIMEOUT 5 
ogin:--ogin: ppp word: ppp&quot; <BR>&nbsp;&nbsp;&nbsp; set timeout 300 
<BR>&nbsp;&nbsp;&nbsp; set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 
<BR>&nbsp;&nbsp;&nbsp; add default HISADDR<BR>&nbsp;&nbsp;&nbsp; enable dns 
</DIV>
<DIV>&nbsp;</DIV>
<DIV>======= /etc/hosts</DIV>
<DIV>&nbsp;</DIV>
<DIV>127.0.0.1 kurrupt kurrupt.error23</DIV>
<DIV>&nbsp;</DIV>
<DIV>========/etc/host.conf<BR>bind<BR>hosts </DIV></FONT></DIV></BODY></HTML>
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001101be7026$15534740$0d9c10cf>