Search found 5 matches

by faiza94
22 Dec 2017, 08:20
Forum: Shaper
Topic: Session Dissconnection
Replies: 7
Views: 6552

Re: Session Dissconnection

Hello back
The ip-up script posted above runs whenever a new user connects or a session is made. Moreover, this script also runs whenever there is a time-shift. Ip-up script has our hqos rules for assigning bandwidth to a particular service (using Iptables and tc rules).
by faiza94
22 Dec 2017, 06:51
Forum: Shaper
Topic: Session Dissconnection
Replies: 7
Views: 6552

Re: Session Dissconnection

@Dimitry. Can you give your views regarding this problem?
by faiza94
18 Dec 2017, 10:23
Forum: Shaper
Topic: Session Dissconnection
Replies: 7
Views: 6552

Re: Session Dissconnection

The accel version is 1.10.3.
by faiza94
18 Dec 2017, 10:17
Forum: Shaper
Topic: Session Dissconnection
Replies: 7
Views: 6552

Re: Session Dissconnection

Hi dimka88 Following are the rules we are implementing in the ip-up script. #!/bin/bash source /etc/ppp/setAttrs.sh iptables -t mangle -F # Interface facing the Internet EXTDEV=ens3 PPP_IFACE="$1" SPEED=$(getBandwidth $PPP_IFACE) DOWNSPEED="$(cut -d'/' -f1 <<<"$SPEED")"...
by faiza94
11 Dec 2017, 05:29
Forum: Shaper
Topic: Session Dissconnection
Replies: 7
Views: 6552

Session Dissconnection

​I have an Accel-ppp[1] server that deals with a lot concurrent pppoe connections of about 4000 clients. These pppoe connections are generated in a way that all come in a burst and Accel-ppp server does the pppoe connection hand shake followed by AAA. Accel-ppp server also assigns HQOS to individual...