On Tue, 12 Oct 1999, Shahed Ali wrote:
->Can Nagarjuna please e-mail me the options and any other files required to
->do this ?
->Thanks
You haven't told me whether you are using redhat/ or other distro.
Assuming that you are using rh, I suggest you edit the file:
/etc/sysconfig/network-scripts/ifcfg-ppp0
ONBOOT="no"
PERSIST="no"
REMIP="202.51.31.31" # insert your remote ip number
PPPOPTIONS="demand"
Just edit these lines in the file mentioned, and restart the ppp0 by
executing the command `ifup ppp0'. If you have already a running ppp link
this is sufficient.
Nagarjuna