Displaying 2 results from an estimated 2 matches for "phpfi".
Did you mean:
phfi
2005 Apr 23
6
Problems with domU networking
...0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
And vif-interface exists, it shows only up with ifconfig vif?.0 or
ifconfig -a,
but it is not displayed if i only type ifconfig. (i displayed earlier)
So here is an issue, i might need some help. Please. :-)
--
Sami Louko <proton@phpfi.org>
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Aug 15
5
howto reduce the ping?
...e traffic
when needed.
Htb again for irc and default.
inbound:
css, irc, p2p, default <- same shema as before, give css enough bandwith and
allocate the rest for the other classes.
Are packets in 1:10 (css) are transfered as fast as they arrive?
Same config without line breaks:
http://phpfi.com/140959
#!/bin/bash
OUTBOUND_DEV=ppp0
INBOUND_DEV=imq0
start_outbound()
{
echo "Starting outbound"
tc qdisc add dev ppp0 root handle 1: htb default 90
#max upload
tc class add dev ppp0 parent 1: classid 1:1 htb rate 14kbps
#css
tc class add dev ppp0 parent...