> -----Original Message----- > From: Girish Venkatachalam [mailto:[EMAIL PROTECTED] > Sent: 12 October 2006 01:16 PM > To: Marius Van Deventer - Umzimkulu > Cc: misc@openbsd.org > Subject: Re: Simple Networking Newbie questions > > On Thu, Oct 12, 2006 at 12:49:58PM +0200, Marius Van Deventer - Umzimkulu > wrote: > > > I use tun for ppp and gprs connections. > > A lil bit elaboration with details will help I am sure. How exactly do you > go about it? > > Thanks. > > If I get enough info I promise to send a man page patch. That is why I > ask > > regards, > Girish
Read through the /etc/ppp/ppp.conf.sample file. It is well commented. You are supposed to copy it to /etc/ppp/ppp.conf and make your own modifications. Also take a look at man ppp. Basically there is a default section that sets up your modem, and a selection of dial sections below to choose from. I prefer the pmdemand section, so when I dial, I type 'ppp -auto pmdemand' as root and the system automatically creates a tun device for me.