Mam taki dziwny problem
Jako EXTIF uzywam ra0
a iako INTIF eth1
Gdy dla takiej konfiguracji skonfiguruje niceshapera to wywala mi
Check your iface directives
quit...
Jezeli natomiast przelacze EXTIF na eth0 to jest oki
Jak to obejsc ??
A to config
<global>
iface inet ra0 192.168.10.15/255.255.255.0
# iface inet eth0 192.168.12.12/255.255.255.0
iface local eth1 192.168.11.1/24
# do not shape local 192.168.12.12 with 192.168.11.0/24
do not shape local 192.168.10.15 with 192.168.11.0/24
do not shape local 192.168.11.1 with 192.168.11.0/24
shape router true low 2kbps ceil 6kbps prio 2
stats unit kbps dump 5c file /var/www/stats/nsstats.txt
resolve hostname true
method imq #mark
reload 3s
</global>
<download>
link speed 125kbps shape 100kbps
user low 1kbps ceil 25kbps strict 70% prio 5
# interactive rate 0kbps ceil 0kbps
# interactive srcport 27960,22 dstport 27960,22
# interactive srcip 208.231.90.235
# interactive u32 match ip protocol 1 0xff
# interactive u32 match ip tos 0x10 0xff
policy dynamic
</download>
<upload>
link speed 25kbps shape 20kbps
user low 1kbps ceil 10kbps strict 70% prio 5
# interactive rate 0kbps ceil 0kbps
# interactive srcport 22,27960 dstport 22,27960
# interactive dstip 208.231.90.235
policy dynamic
</upload>
|