• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by residend

  1. R

    pptpd.postconf not working ??? (380.61)

    Thanks, you helped me! i did it like this: pptpd.conf: #!/bin/sh /jffs/scripts/ipupmod.sh & & - executes the command in the background in a subshell and i'm created script "ipupmod.sh": #!/bin/sh sleep 10 source /usr/sbin/helper.sh pc_insert "if [ \"\$PEERNAME\" = \"rk1\" ]; then"...
  2. R

    pptpd.postconf not working ??? (380.61)

    Can anybody help me?
  3. R

    pptpd.postconf not working ??? (380.61)

    Hello. pptpd.postconf script do not working for me. If i start this script manually all ok, but if it start automatically files pptpd.conf, ip-up or ip-down dosen't modifed. How can i fix it? pptpd.postconf : #!/bin/sh CONFIG=$1 source /usr/sbin/helper.sh pc_insert "if [ \"\$PEERNAME\" =...
Back
Top