Re: dial-up with modem

2005-10-30 Thread Igor Robul

Mohsen Pahlevanzadeh wrote:


Dears,
I wanna install package.But it is in the web,I need to dial up 
modem.So,Am i do compile kernel for supppurting ppp ?


No, if I remember correctly PPP is in generic kernel (both tun for 
user-level, and ppp for pppd).

If I'm wrong, then you can load module. Do this as root user:

# For kernel ppp (pppd):
kldload if_ppp

# For user level ppp:
kldload if_tun

Then read pppd(8) or ppp(8), if you dont know how to read manual pages, 
then run following command:


man man



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


dial-up with modem

2005-10-28 Thread Mohsen Pahlevanzadeh

Dears,
I wanna install package.But it is in the web,I need to dial up 
modem.So,Am i do compile kernel for supppurting ppp ?

Yours,Mohsen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]