Xulihua wrote:
I have successfully achieved the ppp-on-demand dialing configuration without
any help from Howto or FAQ.
Now I 'd like to share with you with pleasure.
Keep in mind these steps and attentions:
1.Get a latest version of PPP package (at least 2.3.x).
2.Follow the instructions in README.linux to install it.
3.The key points:
(1) When make config
    answer "support PPP ..." as modules (M)
 (2) After "make install" of  PPP package and reboot the system
    do:
        /usr/src/linux/make modules
        /usr/src/linux/make modules_install
 (3)Then do:
    modprobe slhc
    modprobe ppp
    modprobe bsd_comp
 4.At /etc/ppp, in options,
    add noipdefault and defaultroute and demand
    like "pppd demand noipdefault defaultroute ..."
 5.Don't add any default route in routing table. Let the pppd do.
 6.It works like this:
    The pppd will dial out only when you ping out or send data out.

I hope these will be helpful to you.
Try again.
Good Luck!

Xulihua




Denis Voitenko wrote:

> I am well aware that this topic has been circulating in this list for a long
> time (I read the archive). So I was wondering if someone actually wrote
> something like a MINI-HOWTO about PPP on-demand + MASQ + BIND + Etc? Or at
> least could briefly describe what it takes... I am pretty familiar with
> networking but no matter how hard I try it does not seem to work well
> enough. My major questions are:
>
> 1. When do I bring up masquerading? After the link is established or
> beforehand? If after, how it the world does PPPD know when there is a demand
> for an outgoing traffic?
>
> 2. When do I bring up the caching DNS?
>
> Have a nice day/evening/night... :-)
>
> Denis Voitenko
> Creative Director
> [EMAIL PROTECTED]
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to