Skip site navigation (1)Skip section navigation (2)
Date:      19 Jul 2003 15:20:21 -0700
From:      "Marvin J. Kosmal" <lamsokvr@xprt.net>
To:        matthew@starbreaker.net
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: ppp connection
Message-ID:  <1058653223.760.12.camel@farm-libranet>
In-Reply-To: <200307191046.49562.matthew@starbreaker.net>
References:  <1058565606.763.29.camel@farm-libranet> <200307181923.34353.matthew@starbreaker.net> <1058574026.763.43.camel@farm-libranet>  <200307191046.49562.matthew@starbreaker.net>

next in thread | previous in thread | raw e-mail | index | archive | help
These are the files
++++++++++++++++++++++++++/etc/ppp/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.2.2.5 2001/07/13 10:55:23 brian Exp $
#################################################################

default:
 set log Phase Chat LCP IPCP CCP tun command
 ident user-ppp VERSION (built COMPILATIONDATE)

 # Ensure that "device" references the correct serial port
 # for your modem. (cuaa0 = COM1, cuaa1 = COM2)
 #
 set device /dev/cuaa0

 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
           \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
 set timeout 180			# 3 minute idle timer (the default)
 enable dns				# request DNS info (for resolv.conf)

papchap:
 #
 # edit the next three lines and replace the items in caps with
 # the values which have been assigned by your ISP.
 #

 set phone 360.314.4221 
 set authname lamsokvr
 set authkey *****

 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR			# Add a (sticky) default route


++++++++++++++/etc/resolv.conf*******************************

domain xprt.net
nameserver 209.102.124.11

nameserver 209.102.124.10


Thank YOU





On Sat, 2003-07-19 at 07:46, Matthew Graybosch wrote:
> On Friday 18 July 2003 08:20 pm, Marvin J. Kosmal wrote:
> 
> > I can't ping anyone.
> >
> > TIA
> 
> Send me copies of your /etc/ppp/ppp.conf and /etc/resolv.conf so I can 
> diagnose your problem. I need firsthand info if I'm to properly 
> troubleshoot your problem.
> 
> -- 
> Matthew Graybosch
> http://www.starbreaker.net
> "I am become root, shatterer of kernels."
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 
-- 
Marvin J. Kosmal
Linux Activist
Registered User # 88512
Brought to by Libranet 2.7



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