*BSD News Article 79060


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!nntp.coast.net!news.sgi.com!news-peer.gsl.net!news.gsl.net!news.mathworks.com!uunet!in3.uu.net!spool.news.idt.net!news
From: mecca19@linknet.net (koppla)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: question
Date: Wed, 25 Sep 1996 01:08:19 GMT
Organization: OTSGE
Lines: 64
Message-ID: <324885f8.1807802@news.idt.net>
Reply-To: mecca19@linknet.net
NNTP-Posting-Host: lrno7-8.linknet.net
X-Newsreader: Forte Agent .99e/32.227

I am using ppp to dial my isp.  Now it seems that i having problems
using it. To start off this is ma routing tables from both ppp and
netstat

netstat -rn

Routing Table

Internet:

Destination	Gateway	Flags	Refs Use  Netir Expire	
127.0.0.1	127.0.0.1	UH	0        0	         lo0
163.179.66.7	204.31.237.133	UH	0        0	         tun0
204.31.237.133	127.0.0.1	UH	0        0	         lo0

show route (under ppp)
127.0.0.1	127.0.0.1	ffffffff UH 2
163.179.66.7	204.31.237.133	ffffffff UH 4
204.31.237.133	127.0.0.1	ffffffff UH 2

This is my ppp.conf file:

default:
 set device /dev/cuaa0
 set speed 57600
 set phone *70,459-3000
 set login "TIMEOUT 5 login:-\\r-login: blah word: blah"

This is my ppp.linkup file:

MYADDR:
 delete ALL
 add 0 0 HISADDR

Now this a cut out of my sysconfig file:

hostname="koppla.my.domain.com"

network_interfaces="tun0 lo0"
ifconfig_tun0="inet koppla.my.domain.com 0 netmask 0xffffff00"
ifconfig_lo0="inet localhost"
#static_routes="multicast loopback"
#route_multicast="224.0.0.0 -netmask 0xf0000000 -interface${hostname}"
#route_loopback="${hostname} localhost"

# Set to the host you'd like set as your default router, or NO for
# none.
defaultrouter=NO

This is my resolv.conf file:

nameserver	199.182.120.202
nameserver	199.182.120.203

This is what i have in my hosts file:
127.0.0.1		localhost koppla.my.domain

Now i have done ma homework and finish it at least that's what i
think. But when i try to connect or ping something it tells me no
route to the ip...???? Have i done something wrong... If anyone can
help me out please do

-=koppla=-
mecca19@linknet.net