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



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

Reply via email to