*BSD News Article 59694


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!paladin.american.edu!gatech!news.mathworks.com!news.kei.com!nntp.coast.net!torn!nott!bcarh189.bnr.ca!crchh327.rich.bnr.ca!rcisyk
From: rcisyk@bnr.ca (Rostyslav Cisyk)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Problems with user PPP
Date: 15 Jan 1996 23:27:07 GMT
Organization: Bell-Northern Research, Richardson, TX
Lines: 38
Message-ID: <4densb$a07@crchh327.rich.bnr.ca>
References: <4d0oe3$k12@crchh327.rich.bnr.ca> <30F5BF5B.41C67EA6@mazda.org>
NNTP-Posting-Host: crchhe94.rich.bnr.ca
X-Newsreader: TIN [version 1.2 PL2]

Thanks to everybody who helped me out with the problem. I got rid of the
ifconfig_tun0, and everything works fine.

It seems like quite a few people had problems with this ifconfig_tun0 thing.
Maybe there should be something in the handbook describing when it should
(and should not) be used.

Thanks,
Rosty.

Paul Flores (pflores@mazda.org) wrote:
: Rostyslav Cisyk wrote:
: >
: > Hi,
: >
: > I am having problems getting user PPP to work. It dials OK to my Internet
: > providor and negotiates addresses. However, when I try to ping some host,
: > the packets seem to go out, but no incoming packets are ever received. Also,
: > netstat -r hangs when it tries to display routing tables.

: > /etc/sysconfig:
: > ---------------
: >    network_interfaces="lo0 tun0"
: >    ifconfig_lo0="inet localhost"
: >    ifconfig_tun0="inet eclipse 206.42.5.253 netmask 0xffffff00"

: Dump the last ifconfig. It looks like you are confusing the holy
: Be-Jesus out of yourself. :>


: 206.42.5.253----->206.42.5.253   ? I don't think this is valid for PPP.


: However, if you leave the tun0 device undefined, PPP will auto-magcly
: ifconfig it with the right address (obtained from your provider)


: Paul Flores