Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 1997 17:37:01 +0100 (MET)
From:      Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
To:        patrickk@ispronet.com
Cc:        questions@freebsd.org
Subject:   Re: tun0 PPP no go, take a look at this
Message-ID:  <199701081637.RAA02366@gilberto.physik.rwth-aachen.de>
In-Reply-To: <199701081531.QAA26885@xs1.simplex.nl> from Patrick Kessen at "Jan 8, 97 04:35:23 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> the connection is made, PPP is started but no IP traffic to/from my ISP is possible.
> take a look and help please
> 
> thanks,
> 
> Patrick
> 
> 
> 
> ---a part of my sysconfig :
> 
> 
> network_interfaces="lo0 tun0 ep0"
> ifconfig_ep0="inet 199.10.10.1  netmask 255.255.255.0"
> 
> ifconfig_lo0="inet 127.0.0.1"
> 
> ifconfig_tun0="inet 194.109.14.188 127.0.0.1 netmask 255.255.255.0"
> 
> defaultrouter="199.10.10.1"
> router="NO"
> 
> ---my ppp.conf
> 
> default:
>  set device /dev/modem
>  set speed 57600
>  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"
>  set redial 10 9
> 
> simplex:
>  set phone 0206653388
>  set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp"

set openmode active

>  deny chap
>  accept pap
>  set authname <my userid>
>  set authkey <my password>
>  set ifaddr 0 0
>  dial
> 
> 
> 
> ---my ppp.linkup

simplex:
  delete ALL
  add 0 0 HISADDR

> MYADDR:
>  add 0 0 HISADDR
> 
> 

I had a similar problem and the above additions made it work.


> 
> *******************************************
> * Ispro - your webmarketing is our business
> * http://207.82.114.89
> * for information email : patrickk@simplex.nl
> *
> * Patrick Kessen
> 
> 
> 
> 

--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de



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