Eagle
Jr. Member
Offline
Posts: 3
|
|
« on: Friday 19 February 2010, 06:39:53 am » |
|
Hi!
I've configured main uplink for QOS 2000kbit/s Up/Down and enabled it. the Firewall creates 4 Classes i created a new class called 'technic' (without ') QOS Device: UPLINK:main name: technic reserved: 10% limit: 10% Priority: 1
net i created a rule:
Source: <ANY> Class: technic Destination Network/IP: (none) I leaved it blank Service: <ANY> Protocol: <ANY> TOS: <ANY>
I've applied the rule. Tested...... 2000kbit/s UP/Down :-( This Rule does not work!
I've tried to restart qos manualy:
root@FIREWALL:~ # restartqos 2010-02-11 15:03:00,235 - restartqos.py[13487] - ERROR - Migration has to be fixed!!! 2010-02-11 15:03:00,236 - restartqos.py[13487] - INFO - Loading configuration 2010-02-11 15:03:00,264 - restartqos.py[13487] - ERROR - RETURNCODE [iptables -t mangle -N QOS 2> /dev/null] 1 2010-02-11 15:03:00,335 - restartqos.py[13487] - INFO - Setting QOS of device: eth1 [UPLOAD=2000, DOWNLOAD=2000] 2010-02-11 15:03:00,384 - restartqos.py[13487] - ERROR - RETURNCODE [iptables -t mangle -N QOS_ETH1 2> /dev/null] 1 2010-02-11 15:03:00,427 - restartqos.py[13487] - ERROR - RETURNCODE [iptables -t mangle -D QOS -o eth1 -j QOS_ETH1 2> /dev/null] 1 Skipping invalid rule: {'inputdev': '', 'protocol': '', 'src': '', 'tos': '', 'dst': '', 'dscp_class': '', 'dscp': '', 'classname': 'class0003', 'mac': '', 'dport': '', 'sport': ''}
..... ok, a the rule was skipped
I've deleted the rule. I've created a new rule
Source: IP IP: 192.168.123.30 (IP of my PC in GREEN Subnet) Class: technic Destination Network/IP: (none) I leaved it blank Service: <ANY> Protocol: <ANY> TOS: <ANY>
I've applied the rule. Tested......near 2000kbit/s UP/Down :-( This Rule also does not work!
I've tried to restart qos manualy:
root@FIREWALL:~ # restartqos 2010-02-11 15:03:00,235 - restartqos.py[13487] - ERROR - Migration has to be fixed!!! 2010-02-11 15:03:00,236 - restartqos.py[13487] - INFO - Loading configuration 2010-02-11 15:03:00,264 - restartqos.py[13487] - ERROR - RETURNCODE [iptables -t mangle -N QOS 2> /dev/null] 1 2010-02-11 15:03:00,335 - restartqos.py[13487] - INFO - Setting QOS of device: eth1 [UPLOAD=2000, DOWNLOAD=2000] 2010-02-11 15:03:00,384 - restartqos.py[13487] - ERROR - RETURNCODE [iptables -t mangle -N QOS_ETH1 2> /dev/null] 1 2010-02-11 15:03:00,427 - restartqos.py[13487] - ERROR - RETURNCODE [iptables -t mangle -D QOS -o eth1 -j QOS_ETH1 2> /dev/null] 1
What's gonig wrong? tryed an other endian 2.3, same result
Please Help!
|