Displaying 3 results from an estimated 3 matches for "siec".
Did you mean:
sec
2004 Jul 20
3
Fw: HTB - Really Big problem
...r2q 1 default 4
tc class add dev eth0 parent 2:0 classid 2:1 htb rate $txmax$kbit ceil $txmax$kbit
#r="$rxmax$kbit"
#default classes
#rx
tc class add dev eth1 parent 1:1 classid 1:2 htb rate 10kbit ceil 10kbit
#tx
tc class add dev eth0 parent 2:1 classid 2:4 htb rate 10kbit ceil 10kbit
#siec 1.0
siec=1
for ip in $(awk ''{ print $1 }'' /skrytpy/ip1); do
echo -n "$ip "
#rx
tc class add dev eth1 parent 1:1 classid 1:$ip htb rate $rxmin$kbit ceil $rxmaxluser$kbit
tc filter add dev eth1 protocol ip parent 1:0 u32 match ip dst 192.168.$siec.$ip flowid 1:$ip
tc qdisc...
2004 Jul 28
3
Re: Re: HTB 3.13 please help
...gt; > > > tc class add dev eth1 parent 1:1 classid 1:2 htb rate 10kbit
ceil
> > 10kbit
> > > > > > #tx
> > > > > > tc class add dev eth0 parent 2:1 classid 2:4 htb rate 10kbit
ceil
> > 10kbit
> > > >
> > > > > > #siec 1.0
> > > > > > siec=1
> > > > > > for ip in $(awk ''{ print $1 }'' /skrytpy/ip1); do
> > > > > > echo -n "$ip "
> > > > > > #rx
> > > > > > tc class add dev eth1 parent 1:1 classid 1...
2014 Dec 05
0
Getting some fails in log.nmbd
...I don't block any of UDP ports mentioned in log.nmbd, sever shares file
for client computers correctly. My smb.conf if as follows:
[global]
netbios name = DZIECIATKO
server string = DZIECIATKO
dns proxy = no
load printers = no
printing = bsd
printcap name = /dev/null
#SIEC
bind interfaces only = yes
interfaces = br0
hosts allow = 192.168.1.
#DEBUG
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
#UWIEZYTELNIANIE
encrypt passwords = true
guest account = nobody
unix p...