Hallo,
Marian Hettwer schrieb:
> In der rc.conf steht:
> ppp_enable="YES"
> ppp_mode="auto"
> ppp_profile="default"
>
> Laut ppp manpage sollte der mode auto kein nat mitstarten,
Die Art, wie und wann eine Verbindung aufgebaut wird, hat mit dem
NAT eigentlich nichts zu tun, oder?
> aber, ps ax|grep ppp sagt
> /usr/sbin/ppp -quiet -auto -nat default
desk2:~ » grep ppp_nat /etc/defaults/rc.conf
ppp_nat="YES"
# Use PPP's internal network address translation or NO.
Die NAT-Funktionalität wird also standardmäßig mit dem PPP
gestartet, außer, du gibst in der /etc/rc.conf explizit an, daß du
das nicht haben möchtest:
ppp_nat="NO"
> Warum startet das ppp -nat noch, obwohl es weder in rc.conf noch
> in ppp.conf aktiviert ist ?
Weil /etc/defaults/rc.conf anderer Meinung ist ;-)
-- Gruß, Patrick Hess To Unsubscribe: send mail to majordomo.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sun 21 Sep 2003 - 13:15:06 CEST