Lines Matching +full:allow +full:- +full:set +full:- +full:time
33 .Sq set server
58 If any semi-colon characters are found, they are treated as
65 .Bd -literal -offset indent
66 pppctl 3000 set timeout 300\\; show timeout
79 library is used, allowing command-line editing (with
87 .Bl -tag -width Ds
94 displays only non-prompt lines received.
116 .Bl -tag -width XXXXXXXXXX
126 .Ar bind -v
128 .Ar bind -e
149 The best way to allow easy, secure
154 .Bd -literal -offset indent
160 to create a local domain socket, with srw------- permissions and no
167 You can now create some easy-access scripts.
169 .Bd -literal -offset indent
171 test $# -eq 0 && time=300 || time=$1
172 exec pppctl /var/run/internet set timeout $time\\; dial
176 .Bd -literal -offset indent
178 exec pppctl /var/run/internet set timeout 300\\; close
182 .Bd -literal -offset indent
184 pppctl -p '' -v /var/run/internet quit | grep ^PPP >/dev/null
185 if [ $? -eq 0 ]; then
193 .Bd -literal -offset indent
200 to control when dial-on-demand works.
203 to run all the time, but you want to prevent dial-out between 8pm and 8am
206 active until they are closed or naturally time out.
211 .Bd -literal -offset indent
212 pppctl /var/run/internet set filter dial 0 deny 0 0
216 .Bd -literal -offset indent
217 pppctl /var/run/internet set filter dial -1
220 will allow them again.